HTML Code
href
Hyperlink reference; show a hyperlink where to go
<strong></strong>
bold
align
changes the alignment of an element
bgcolor
changes the background color of a page
color
changes the color of an element such as font
<head></head>
contains information about title and author for search engines and browsers
<body></body>
content of HTML page displayed in viewing area
<ul></ul>
creates a bulleted/unordered list
<ol>/ol>
creates a numbered/ordered list
<li></li>
creates an item in a list
alt
defines the alternate text for an image
src
defines the source of an image
<font></font>
font
<hr>
horizontal line
<img>
image
<div> </div>
indicates a block of related content
<em></em>
italicize
<h1></h1>
largest heading style
orphan tag
a tag that requires only an opening tag and no closing tag
element
an object on a page (such as a heading, paragraph, or image)
<a></a>
anchor tag; denotes that a hyperlink is being used
<br>
line break
<p></p>
paragraph
attribute
qualities that describe that element (such as width and height)
<title></title>
shown in title bar of browser, found nested in the <HEAD> tag
<h6></h6>
smallest heading style
<html></html>
start HTML code