HTML Flashcards
What does the <div> tag do?
<div> tags create a separate block with 1 line before and 1 line after.
</div>
What do <hr> tags do?
Draw a horizontal line across the page.
What do <br></br> tags do?
They make line breaks.
What do tags do?
Specify a unique id for an element.
What do tags do?
Specify one or more classnames for an element.
What do <a> tags do?</a>
They create hyperlinks.
What do tags do?
Specify the styles and CSS used in the webpage.
What does the first line on a page in HTML have to be?
<!DOCTYPE html>
What do tags do?
Will not be shown on the page, but tells the computer more information (in this case the character set being used). For example, it can tell a computer to refresh the page, define keywords or to a description.