CroninProjects.org/ Vince/ htmlReminder.html

Vince Cronin's html self-reminders

Revised January 14, 2014

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
< &#60; &lt;
> &#62; &gt;
& &#38; &amp;
" &#34; &quot;
° &#176;
² &#178;
³ &#179;
½ &#189;
ð &#240;
÷ &#247;
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.


Heading marked with <h1> and </h1> tags

Heading marked with <h2> and </h2> tags

Heading marked with <h3> and </h3> tags

Heading marked with <h4> and </h4> tags


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