NEW
Font size
WorksheetsHTML Review Intro - Styles
Total questions: 9
Worksheet time: 5mins
What does HTML stand for?
Hyper Text Markup Language
Hyper Text Markup Lingo
Happy Text Markup Language
What is <!DOCTYPE html> for?
The doc element
declaration defines that this document is an HTML5 document
This element displays the document on a webpage
What does the <body> element do?
it is the document type declaration
Visible part of the HTML document
Define the page as an HTML document
HTML links are defined with
the <a> tag
the <img> tag
the <pre> tag
What is an attribute?
HTML attributes provide additional information about HTML elements.
An attribute helps style HTML
It is an HTML element
What does the src Attribute do?
It creates a place holder for an image
It provides additional information for an element.
The src attribute specifies the path to the image to be displayed
What is the most important heading tag?
<h1>
<h2>
<h3>
<h6>
What does the HTML Horizontal Rule do?
A paragraph always starts on a new line
The <hr> tag defines a thematic break in an HTML page, and is most often displayed as a horizontal rule
It defines preformatted text
Which is the correct code for a full background color?
<body style="background-color:powderblue;">
<body style="background:red;">
<body style=background-color:blue>
