Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

HTML5 Fundamentals: A Comprehensive Guide with Exercises, Exercises of Computer Science

A comprehensive overview of html5 fundamentals, covering key concepts, tags, attributes, and best practices. It includes a series of exercises and questions to reinforce learning and test understanding. Ideal for students and professionals seeking to gain a solid foundation in html5 development.

Typology: Exercises

2024/2025

Available from 11/08/2024

smartstudies
smartstudies 🇺🇸

239 documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 / 3
Unit 1 C777: Hyper Text Markup Language
1.What is the first tag in an HTML document that informs the browser
which version of HTML the Web page is written in?: <!DOCTYPE>
2.What is the traditional authoring language used to develop Webpages for
many applications?: HTML (Hypertext Markup Language)
3.Which language is used describes how HTML elements are to be
dis- played?: CSS (Cascading Style Sheets)
4. Which language is used to create dynamic, interactive capabilities?: -
JavaScript
5. Which is the latest version of HTML under development by the W3C?: -
HTML5
6.Which version of HTML incorporates the strict syntax rules of XML with
the existing set of HTML 4.01 tags to create Web documents?: XHTML
7.Which version of HTML had three distinct variants that ensured that you
could use the specification and still remain backward-compatible with
older Web browsers?: HTML 4.01
8.What do we call the use of HTML5, CSS, and JavaScript when used
pf3
pf4
pf5

Partial preview of the text

Download HTML5 Fundamentals: A Comprehensive Guide with Exercises and more Exercises Computer Science in PDF only on Docsity!

Unit 1 C777: Hyper Text Markup Language

  1. What is the first tag in an HTML document that informs the browser which version of HTML the Web page is written in?: <!DOCTYPE>
  2. What is the traditional authoring language used to develop Webpages for many applications?: HTML (Hypertext Markup Language)
  3. Which language is used describes how HTML elements are to be dis- played?: CSS (Cascading Style Sheets) 4. Which language is used to create dynamic, interactive capabilities?: - JavaScript 5. Which is the latest version of HTML under development by the W3C?: - HTML
  4. Which version of HTML incorporates the strict syntax rules of XML with the existing set of HTML 4.01 tags to create Web documents?: XHTML
  5. Which version of HTML had three distinct variants that ensured that you could use the specification and still remain backward-compatible with older Web browsers?: HTML 4.
  6. What do we call the use of HTML5, CSS, and JavaScript when used

together to create web pages?: web development trifecta

  1. What video codec is supported by HTML5-compliant browsers, does not require a plug-in, and uses less battery and processing resources?: H. 10.What streaming, digital multimedia format is used to store video, audio, subtitles and still images?: MPEG-4 (MP4) 11.What is an open-source audio and video format used for streaming digital multimedia?: Ogg 12.What is a web design approach to create sites that adapt to many different devices?: Responsive Web Design (RWD) 13.What does the W3C call any application, such as a Web browser or help engine, that renders HTML for display to users?: user agent 14.What is an open-source media file format designed for streaming video on the Web?: WebM 15.Which HTML tag is used to play an audio file on a web page?:

28.Which HTML structure tag defines content indirectly related to the sur- rounding content?: