A | B |
<html> | The opening code for an html file |
<p> | inserts a blank line |
<li> | code for a list item |
<ol> | code for a numbered list |
<ul> | code for a bulleted list |
<table> | code to start a table in html |
<td> | code for a table cell in html |
<tr> | code for a table row in html |
<title> | text inside this code does not show on the webpage |
<head><title><body> | the 3 main parts of an html document |
<br> | starts text on the next line |
<body background img => | seta picture as the background |
<img src=> | code to insert a picture |
<body vlink> | sets the color for a clicked link |
<body link> | sets the color for an unclicked link |
<a href=></a> | code to insert a link |
a rule in html | no spaces in filenames |
jpg | file format for picutres |
.html | file extension for web pages |
index.html | file name for a home page |