Tag Basics | Text Formatting | Images & Links | Lists & Structure | Head & Meta |
---|---|---|---|---|
What is ?
What tag starts an HTML document?
|
What is or ?
What tag makes text bold?
|
What is ?
What tag embeds an image?
|
What is ?
What tag creates an unordered list?
|
What is ?
What tag defines the document's title?
|
What is ?
What tag defines the body of a webpage?
|
What is ?
What tag creates a paragraph?
|
What is src?
What attribute specifies the image source?
|
What is ?
What tag creates an ordered list?
|
What is ?
What tag links to an external stylesheet?
|
What is ?
What tag creates a level 1 heading?
|
What is or ?
What tag makes text italic?
|
What is ?
What tag creates a hyperlink?
|
What is ?
What tag defines a list item?
|
What is ?
What tag adds metadata about the document?
|
What is ?
What tag defines the title of the document?
|
What is ?
What tag creates a line break?
|
What is href?
What tag creates a hyperlink?
|
What is ?
What tag defines a division or section?
|
What is
What tag sets the character encoding for the document?
|
What is ?
What tag contains metadata about the HTML page?
|
What is ?
What tag creates a horizontal rule?
|
What is alt?
What attribute provides alternative text for an image?
|
What is ?
What tag creates a table row?
|
What is ?
What tag is used for defining a base URL for all relative URLs within a document?
|