includes hidden information about the document, including style sheet, title, etc.
Back
<sub>
Front
subscript
Back
<html> </html>
Front
defines a web page
Back
pull an image from a URL
Front
<img src="URL">
Back
<tr>
Front
table rows
Back
you can change the type of bullets by using...
Front
the type= attribute
Back
<ul>
Front
unordered/bullet list
Back
characteristics of paragraph tags
Front
align="left" "center" "right"
width=
Back
input field
Front
creates an input box for your form
Back
<sup>
Front
superscript
Back
you can change the type of a numerical list by using...
Front
the type= attribute - 1 is the default
Back
if your image is in the same place as your html file...
Front
<img src="mypic.jpg>
Back
other image attributes
Front
height, width, border, vspace, hspace
Back
<del>
Front
deleted text
Back
if your image is in another file
Front
<img src="Images/mypic.jpg>
Back
divisions attribute
Front
=?
Back
paragraph tags
Front
<p> usually do not have closing tags
Back
<span> </span>
Front
group inline elements together so they can be used with css - allows you to format inline texts differently
Back
.htm
Front
used by operating systems with no more than 4-letter extensions
Back
attributes
Front
allow you to customize the tag, found in the opening tag, use quotes and an equal sign (some don't but this is rare, like horizontal line with no shading)
Back
<div> </div>
Front
used to break the page into subdivisions - divisions include images, text, etc. - nothing displayed on the page