HTML 5 Structure
Regarding HTML tags, a "start tag" and an "end tag" are summarily referred to as a what?
"a pair"
Regarding HTML syntax, Keywords/Tag Names are always always surrounded by these
Angle Brackets (<>)
Regarding HTML syntax, these are always written into a start tag and must follow the tag name separated by a space
Attributes
Regarding HTML syntax, these provide additional information about elements
Attributes
Each HTML tag describes a different aspect of the HTML document's ...?
Content
Regarding HTML syntax, these make up HTML documents and are written with a "start tag" and "end tag" with "content" in between
Elements
The W3C refers to an element with no content as what kind of element?
Empty
What is an attribute that can be used with any element referred to as by the W3C?
Global Attribute
HTML documents are described by ...?
HTML Tags
Regarding HTML syntax, these are sometimes referred to as "Tag Names"
Keywords
A "Markup Language" is made up of a set of ...?
Markup Tags
What term refers to the act of placing one element inside another
Nesting
Can any attribute be used with any element?
No
Does HTML 5 require that empty elements be closed?
No
What type of elements clearly describe their contents to the developer and web browser? (ex. table, form, img)
Symantic Elements
Regarding HTML syntax, these are sometimes referred to as "Keywords."
Tag Names
True or False ... Elements with no content exist.
True
True or False ... The W3C suggests that it is a best practice to always close empty elements because doing so ensures readability by XML parsers.
True
Regarding text content, if three spaces are placed between two words in the HTML document, how many will appear on the web page?
one