HTML Flashcards
What is the purpose of the tag, and when should it be used?
The tag is used for specifying subtitles, captions, and other types of time-based text. It is typically applied as a child of the and tag.
What is the purpose of the tag, and when should it be used?
The tag is used for specifying subtitles, captions, and other types of time-based text. It is typically applied as a child of the and tag.
What are the best examples of void elements?
embed a webpage inside of a webpage?
Where do and tags typically occur?
as children of , , and tags
When is the tag used?
when linking style sheets and favicons
The “value” attribute is associated with which set of tags?
<li>
</li>
What should fill the two blanks in the HTML code below?
itemscope itemtype=”http://schema.org/PostalAddress”
When should you use the element?
, , and
What is NOT a valid attribute for the element?
max
What is the best way to code the sample shown?
Parmesan Deviled Eggs
<p>
These delectable little bites are made with organic eggs, fresh Parmesan, and chopped pine nuts.
</p>
What are the best examples of void elements?
embed a webpage inside of a webpage?
Where do and tags typically occur?
as children of , , and tags
When is the tag used?
when linking style sheets and favicons