C777 UNIT 1| HYPERTEXT MARKUP LANGUAGE, Exams of Computer Science

C777 UNIT 1| HYPERTEXT MARKUP LANGUAGE C777 UNIT 1| HYPERTEXT MARKUP LANGUAGE

Typology: Exams

2025/2026

Available from 06/21/2026

christine-boyle
christine-boyle 🇺🇸

3.6

(7)

3.9K documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
C777 UNIT 1| HYPERTEXT MARKUP
LANGUAGE
<!DOCTYPE> - Answer-What is the first tag in an HTML document that informs the
browser which version of HTML the Web page is written in?
HTML (Hypertext Markup Language) - Answer-What is the traditional authoring
language used to develop Webpages for many applications?
CSS (Cascading Style Sheets) - Answer-Which language is used describes how HTML
elements are to be displayed?
JavaScript - Answer-Which language is used to create dynamic, interactive
capabilities?
HTML5 - Answer-Which is the latest version of HTML under development by the W3C?
XHTML - Answer-Which version of HTML incorporates the strict syntax rules of XML
with the existing set of HTML 4.01 tags to create Web documents?
HTML 4.01 - Answer-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?
web development trifecta - Answer-What do we call the use of HTML5, CSS, and
JavaScript when used together to create web pages?
H.264 - Answer-What video codec is supported by HTML5-compliant browsers, does
not require a plug-in, and uses less battery and processing resources?
MPEG-4 (MP4) - Answer-What streaming, digital multimedia format is used to store
video, audio, subtitles and still images?
Ogg - Answer-What is an open-source audio and video format used for streaming
digital multimedia?
Responsive Web Design (RWD) - Answer-What is a web design approach to create
sites that adapt to many different devices?
user agent - Answer-What does the W3C call any application, such as a Web browser
or help engine, that renders HTML for display to users?
pf3
pf4

Partial preview of the text

Download C777 UNIT 1| HYPERTEXT MARKUP LANGUAGE and more Exams Computer Science in PDF only on Docsity!

C777 UNIT 1| HYPERTEXT MARKUP

LANGUAGE

  • Answer-What is the first tag in an HTML document that informs the browser which version of HTML the Web page is written in? HTML (Hypertext Markup Language) - Answer-What is the traditional authoring language used to develop Webpages for many applications? CSS (Cascading Style Sheets) - Answer-Which language is used describes how HTML elements are to be displayed? JavaScript - Answer-Which language is used to create dynamic, interactive capabilities? HTML5 - Answer-Which is the latest version of HTML under development by the W3C? XHTML - Answer-Which version of HTML incorporates the strict syntax rules of XML with the existing set of HTML 4.01 tags to create Web documents? HTML 4.01 - Answer-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? web development trifecta - Answer-What do we call the use of HTML5, CSS, and JavaScript when used together to create web pages? H.264 - Answer-What video codec is supported by HTML5-compliant browsers, does not require a plug-in, and uses less battery and processing resources? MPEG-4 (MP4) - Answer-What streaming, digital multimedia format is used to store video, audio, subtitles and still images? Ogg - Answer-What is an open-source audio and video format used for streaming digital multimedia? Responsive Web Design (RWD) - Answer-What is a web design approach to create sites that adapt to many different devices? user agent - Answer-What does the W3C call any application, such as a Web browser or help engine, that renders HTML for display to users?

WebM - Answer-What is an open-source media file format designed for streaming video on the Web?

  • Answer-Which HTML tag is used to play an audio file on a web page?
  • Answer-Which HTML tag is used to specify multiple media resources for media elements? autoplay="autoplay" - Answer-which HTML attribute specifies that the video will automatically play immediately upon loading? loop="loop" - Answer-Which HTML attribute specifies that the audio or video file will play over and over again without stopping? controls="controls" - Answer-Which HTML attribute specifies that the audio or video file has the ability to play, pause, rewind and adjust volume? poster="file.jpg" - Answer-Which HTML attribute identifies an image to be displayed until the play button is clicked or while a video is downloading? Semantic/Structure Elements - Answer-What type of HTML5 tags clearly describe its meaning to both the browser and the developer?
  • Answer-Which HTML structure tag defines a container for introductory content?
  • Answer-Which HTML tag is a container for metadata?
  • Answer-Which HTML structure tag defines the main content of the document body?
  • Answer-Which HTML structure tag defines an area for navigation links?
  • Answer-Which HTML structure tag defines a thematic grouping of content, typically with a heading?
  • Answer-Which HTML structure tag defines independent, self-contained content that makes sense on its own?
  • Answer-Which HTML structure tag defines content indirectly related to the surrounding content?
  • Answer-Which HTML structure tag defines the bottom of the web page or a section of content?
  • Answer-Which tag defines an ordered (numbered) list?
  • Answer-Which tag defines a list item?
  • Answer-Which tag defines the most important heading and displays it at the largest size?
  • Answer-Which tag defines the least important heading and displays it at the smallest size? src - Answer-Which HTML attribute specifies the location of an external resource?