|
||
|
|
||
|
Here are some basic HTML commands to help you in writing your web page!
<HTML> ... </HTML> HTML Document
<HEAD> ... </HEAD> Document HEAD
<TITLE> ... </TITLE> Document title
<BODY> ... </BODY> Document BODY
<H#> ... </H#> Headings, from H1 to H6
<HR> This gives you a horizontal line on your page.
<DL> ... </DL> Description list (this is what you would see in a dictionary or text book)
<DT> ... </DT> Term
<DD> ... </DD> Term description
<OL> ... </OL> Ordered list (1,2,3, etc.)
<LI> ... </LI> List item
<UL> ... </UL> Unordered list
<LI> ... </LI> List item
<PRE> ... </PRE> Preformatted text
<CENTER> ... </CENTER> Centering something
<B> ... </B> Bold text
<I> ... </I> Italics
<U> ... </U> Underline
<BLINK> ... </BLINK> Blinking text
<P> Next paragraph
<BR> Next line
<IMG SRC="..."> Insert a picture (location goes between the quotation marks)
<A HREF="..."> ... </A> Link (location of link goes between quotes)
| Send questions or comments to website@socrates.math.ohio-state.edu | Copyright © 1998-2009, Calculus&Mathematica |