Ch2: HTML Basics Flashcards
Which element is used to hyperlink web pages to each other?
a
Which element configures the largest heading?
h1
Which element configures the following text or element to display on a new line?
br
Which element configures a paragraph?
p
Which of the following is an HTML element used to indicate navigational content?
nav
When should you code an absolute hyperlink?
When linking to a web page that is external to your website
Which element is the best choice to emphasize text with italic font on a web page?
em
Which element configures a horizontal line on a web page?
hr
Which type of HTML list will automatically number the items for you?
ordered list
The W3C Markup Validation Service checks for syntax errors in a web page and lists them.
True