What is the purpose of the Doctype tag?
Tells the browser what version of html the page contains
HTML is typically rendered in what kind of program?
A web browser
HTML is typically generated by the client or server?
Server
HTML is typically displayed on the client or server?
Client
All HTML tags must have an opening and closing tag: true or false?
False
What is an example of a tag that does not have a closing tag?
img, br, hr, input, meta
What is the tag for creating a hyperlink to another page and what is the attribute that specifies the page?
< a href=”” >
href is the attribute
In the following code, we say the href is an_______ of the “a” tag.
attribute