HTML code for beginners
HTML code for beginners
<br> = Line break

<b>bold</b> = bold text

<i>italic</i> = italicize

<u>underline</u> = underline

<div align=center>center text</div>
<blockquote></blockquote> = increase margins

<font size=+2>Font size</font> = adjust font size, can increase or decrease

<font color=#ff3333>Font color</font> = Font color

<font size=-1 color=#ff3333>Font size and color</font> = Font size and color

<font face=Times New Roman>Times New Roman</font> = font face

<body bgcolor=#ffffcc> = background color

<a href="sports.html">Sports</a> = insert a link (to file in same folder)

<a href="http://plantpath.unl.edu/llane/101/ws.html">Make a web site </a> = insert a link (to internet site)

<img src="image.jpg" height="0" width="0" border="0"> = insert image

List of HTML 4.0 coding elements, html colors

Beginner's guide to HTML. HTML basics

Coding Greek and symbols in HTML