HTML Flashcards
< body > < / body >
Without spaces
Surrounding everything on the page
< head> < /head>
Without space
Before the body and contains information about the page
< title > < /title >
Without spaces
Part of the head
What it says in the tab/top of the browser
<h1> </h1>
Heading
<p> </p>
Paragraph
<br></br>
Should have a space and forward slash after br
Break
Adds an empty line
Empty element
<hr></hr>
Should have a space and forward slash after hr
Horizontal rule
<ol> </ol>
Ordered list
Has numbers
<ul> </ul>
Unordered list
Has bullet points
<li> </li>
List item
Inside of ordered or unordered lists
<dl> </dl>
Definition list
<dt> </dt>
Definition term
In definition list
<dd> </dd>
Definition
Used in a definition list
<a> what you want the text to say </a>
Link outside of site
Links were originally called anchors
<a> Home </a>
Link within site (in same folder)
Relative URLs