CroninProjects.org/ Vince/ htmlReminder.html |
---|
Basic header/footer and tag elements of a web page html:
<html> and </html> Tags for beginning and end of an html file
<head> and </head> Tags for beginning and end of the header
<title> and </title> Tags for beginning and end of the window title
<body> and </body> Tags for beginning and end of the body of the web page
<p> Paragraph tag
<br> Line break tag
<hr> Insert a line across the entire page
<table> and </table> Tags for beginning and end of tables
<tr> and </tr> Tags for beginning and end of table rows
<th> and </th> Tags for beginning and end of table column headings
<td> and </td> Tags for beginning and end of table data elements
<ul> and </ul> Tags for beginning and end of unordered lists
<ol> and </ol> Tags for beginning and end of ordered lists
<li> Tag for list element
<b> and </b> Tags for beginning and end of bold font
<i> and </i> Tags for beginning and end of italic font
<!-- Begin a comment (the text or code that follows this symbol is not acted upon
--> End the comment
Example of code to insert a jpeg image on a web page …
<img src="http://bearspace.baylor.edu/Vince_Cronin/www/GradStructCrseButton.jpg">
… and its effect
Example of code to insert an html link to this web page …
<a href="http://bearspace.baylor.edu/Vince_Cronin/www/htmlReminder.html">linkname</a>
… and its effect
linkname
Example | Character Reference | Entity Reference |
---|---|---|
< | < | < |
> | > | > |
& | & | & |
" | " | " |
° | ° | |
² | ² | |
³ | ³ | |
½ | ½ | |
ð | ð | |
÷ | ÷ | |
104 | 10<sub>4</sub> | |
104 | 10<sup>4</sup> |
For other html character and entity references, search "html character reference" and you will be inundated with web pages listing html characters, tags and such.
If you have any questions or comments about this site or its contents, drop an email to the humble webmaster.
All of the original content of this website is © 2014 by Vincent S. Cronin