Podcast
Questions and Answers
What does HTML stand for?
What does HTML stand for?
- Hyper Text Markup Language (correct)
- Hyper Text Manipulation Language
- Highly Technical Machine Language
- Home Tool Markup Language
HTML tags are keywords enclosed in parentheses.
HTML tags are keywords enclosed in parentheses.
False (B)
What is the term used for start and end tags in HTML?
What is the term used for start and end tags in HTML?
opening and closing tags
HTML uses ______ tags to describe web pages.
HTML uses ______ tags to describe web pages.
Match the HTML versions with their descriptions:
Match the HTML versions with their descriptions:
Which version of HTML introduced support for CSS?
Which version of HTML introduced support for CSS?
XHTML 1.0 has only one standard: Strict.
XHTML 1.0 has only one standard: Strict.
What does the Strict standard of XHTML 1.0 require?
What does the Strict standard of XHTML 1.0 require?
The fundamental syntactic units of HTML are called ______.
The fundamental syntactic units of HTML are called ______.
What is the correct form for a tag with no content?
What is the correct form for a tag with no content?
Browsers display comments written in HTML.
Browsers display comments written in HTML.
What purpose do comments serve in HTML code?
What purpose do comments serve in HTML code?
The first line of every HTML document should be a ______ command.
The first line of every HTML document should be a ______ command.
Match the following HTML tags with their function:
Match the following HTML tags with their function:
Which tag is used to specify the language of the content in an HTML document?
Which tag is used to specify the language of the content in an HTML document?
The
element is where you put the main visible content of the webpage.
The
element is where you put the main visible content of the webpage.
What is the purpose of the <meta>
element in an HTML document?
What is the purpose of the <meta>
element in an HTML document?
In HTML, headings are defined using the ______ to ______ tags.
In HTML, headings are defined using the ______ to ______ tags.
Which HTML tag is used to define a paragraph?
Which HTML tag is used to define a paragraph?
The <i>
tag is used to italicize text with semantic importance.
The <i>
tag is used to italicize text with semantic importance.
What is the primary function of the <del>
tag?
What is the primary function of the <del>
tag?
The HTML tag used to create hyperlinks is the ______ tag.
The HTML tag used to create hyperlinks is the ______ tag.
Which attribute of the <a>
tag specifies the link's destination?
Which attribute of the <a>
tag specifies the link's destination?
The <img>
tag requires a closing tag.
The <img>
tag requires a closing tag.
What attribute of the <img>
tag provides alternate text for an image?
What attribute of the <img>
tag provides alternate text for an image?
HTML lists are of three types: ordered, unordered, and ______.
HTML lists are of three types: ordered, unordered, and ______.
Which HTML tag is used for unordered lists?
Which HTML tag is used for unordered lists?
In ordered lists, the 'type' attribute can only define numeric orders.
In ordered lists, the 'type' attribute can only define numeric orders.
What tag is used to define terms in a description list?
What tag is used to define terms in a description list?
In an HTML table, rows are defined using the ______ tag.
In an HTML table, rows are defined using the ______ tag.
Which HTML tag is used for table headers?
Which HTML tag is used for table headers?
The 'colspan' and 'rowspan' attributes can only be used in <th>
tags.
The 'colspan' and 'rowspan' attributes can only be used in <th>
tags.
What attribute is used to create space between the cell edges and content in a table?
What attribute is used to create space between the cell edges and content in a table?
The HTML tag used to create a form for user input is ______.
The HTML tag used to create a form for user input is ______.
Which HTML tag is used to define a label for an input element?
Which HTML tag is used to define a label for an input element?
The default value for the 'type' attribute in an <input>
tag is 'password'.
The default value for the 'type' attribute in an <input>
tag is 'password'.
What type of input is used to select one or more options from a list?
What type of input is used to select one or more options from a list?
The HTML tag used to create a drop-down list for user input is ______.
The HTML tag used to create a drop-down list for user input is ______.
Which HTML tag is used to define a multi-line text input control?
Which HTML tag is used to define a multi-line text input control?
The <frame>
tag is used to divide web browser windows into multiple sections, each capable of loading content independently, and requires a closing tag.
The <frame>
tag is used to divide web browser windows into multiple sections, each capable of loading content independently, and requires a closing tag.
What attribute specifies the source file that should be loaded into a frame?
What attribute specifies the source file that should be loaded into a frame?
In CSS, the ______ is a language used to style a web page
In CSS, the ______ is a language used to style a web page
Which one is the parts of the CSS syntax?
Which one is the parts of the CSS syntax?
Flashcards
HTML
HTML
Stands for Hyper Text Markup Language. Used to describe web pages.
HTML Tags
HTML Tags
Keywords surrounded by angle brackets (e.g., ). Often come in pairs.
Four essential HTML tags
Four essential HTML tags
,
,
element
Signup and view all the flashcards
section
Signup and view all the flashcards
HTML Heading tags
HTML Heading tags
Signup and view all the flashcards
HTML Paragraphs
HTML Paragraphs
Signup and view all the flashcards
HTML Text Formatting
HTML Text Formatting
Signup and view all the flashcards
HTML Tables
HTML Tables