
<HTML>
<HEAD>
<TITLE> Title of Page </TITLE>
</HEAD>
<BODY>
The Main body of the document
</BODY>
</HTML>
Physical tags
change the physical appearance of the text directly.
The WWW browser has no influence over the typeface
used.
Section titles/headers use H1 through H6 tags:
| HTML Code | Result |
|---|---|
<H1>Big and Bold
Header</H1>
| Big and Bold Header |
<H2>Slightly Smaller
Header</H2>
| Slightly Smaller Header |
<h3>Smaller Header</h3>
| Smaller Header |
| Also H4, H5 and H6 |
Other physical tages
| HTML Code | Result |
|---|---|
This word is <B> Bold </B>
| This word is Bold |
This word is <I> Italics </I>
| This word is Italics |
This word is <U> Underlined </U>
| This word is Underlined |
These words <TT> are in Typewriter font
</TT>
| These words are in Typewriter font |
| HTML Code | Result |
|---|---|
This word is <EM> Emphasized
</EM>
| This word is Emphasized |
This word is <STRONG> Strong
</STRONG>
| This word is Strong |
These words are <CODE> some code
</CODE>
| These words are some code
|
<CITE> This is a citation
</CITE>
| This is a citation |
| HTML Code | Result |
|---|---|
<P> This starts a new paragraph.
| This starts a new paragraph. |
This line will break <BR> in the middle.
| This line will break in the middle. |
<CENTER> This text will be Centered
</CENTER>
|
<HTML> This surrounds the
entire document and lets the browser know
what language is being used
(<SGML> might also be used).
<HEAD> This surrounds the
header portion of the document. Title is within
the head as well.
<TITLE> The title of the
document as shown in the title bar of the WWW
browser.
<BODY> The main body of the
document.
| HTML Code | Result |
|---|---|
|
|
This line will show up. This line will also show up. |
| HTML Code | Result |
|---|---|
Unordered List (UL) Example <UL> <LI> This will be the first item <LI> This will be the second item <LI> This will be the last item </UL> |
Unordered List (UL) Example
|
Ordered List (OL) Example <OL> <LI> This will be item 1 <LI> This will be item 2 <LI> This will be item 3 </OL> |
Ordered List (OL) Example
|
Definition List (DL) Example.
DT=Definition Term.
DD=Definition Definition.
<DL>
<DT> Free throw
<DD> A free shot taken after
a penalty...
<DT> Free throw Line
<DD> The line at which a
free throw...
</DL>
|
Definition List (DL) Example.
DT=Definition Term.
DD=Definition Definition.
|
Nested List (UL/OL) Example
<UL>
<LI> Get in the Car
<OL>
<LI> Put key in door lock.
Turn to unlock
<LI> Pull on door handle
<LI> Sit down in driver's
seat
</OL>
<LI> Start the car
<OL>
<LI> Put key in ignition
<LI> Turn key to Start
position
<LI> Hold until car starts
<LI> Let go of key when car
has started
</OL>
</UL>
|
Nested List (UL/OL) Example
|
<HTML> <HEAD> <TITLE> type_Document_Title_here </TITLE> </HEAD> <BODY> </BODY> </HTML>
tag. It allows you to position your paragraphs in a document. This time, instead of inserting the Tag from the Tag menu, click the
tag on the toolbar near the top of your screen.
TEXT Hex Decimal Color Document Text #FFFFFF 255,255,255 White Standard Link #FFFF00 255,255,000 Yellow Visited Link #FF0000 255,000,000 Red Active Link #00FF00 000,255,000 Green
Rows: 9 Columns: 6 Heading Rows: 1 (for the days of the week) Heading Columns: 1 (for the hours of each day) Width: 600 (minimum width of the entire table) Height: 15 (minimum height of the entire table) Cell Padding: 2 Cell Spacing: 1 Border: 4
Along row 1: Add the days of the week, Monday to Friday, starting from column 2. Along column 1 Add the working hours, from 9 to 4, starting from row 2.
TABLE BORDER=5 WIDTH=400 HEIGHT=20 CELLPADDING=5 CELLSPACING=5
<TABLE BORDER=5 WIDTH=400 HEIGHT=20 CELLPADDING=5 CELLSPACING=5> <CAPTION ALIGN=top>Test Table</CAPTION> <TR><TD ALIGN=CENTER>Center</TD><TD>Data</TD><TD>Data</TD><TD>Data</TD></TR> <TR><TD ALIGN=LEFT>Left</TD><TD><FONT SIZE=+1>+1 point </FONT></TD><TD>Data</TD><TD>Data</TD></TR> <TR><TD ALIGN=RIGHT>Right</TD><TD><FONT SIZE=-1>-1 point </FONT></TD><TD>Data</TD><TD>Data</TD></TR> <TR><TD>Default</TD><TD>Default</TD><TD><A HREF="http://www.sausage.com">Link</A></TD><TD>Data</TD></TR> </TABLE>
Option: Parameters: Units: Time between frames: 1 1000 ms Delay before restarting:10 1000 ms Width: 100 100 pel Height: 100 100 pel Background Color: #000000 #FFFFFF Hex Soundtrack: --------- ----------- .au Behaviour at Edge: Bounce Off Edge Disappear Off Edge ---- Horizontal Direction: DonÆt move Sideways Left to Right ---- Vertical Speed: 10 100 Savlet
No Text Type Face color Size Filename Alignment 1 message1 Arial Red 20 Image1 V Bottom & H Left 2 message2 Times New Roman Yellow 72 Image2 V Top & H Left 3 message3 Brush ScriptMT Blue 48 Image3 V Centre & H Centre 4 message4 Playbill White 24 Image4 V Bottom & H RightTo make any sense of the above table, consider all the information for each successive step can be found in each row. Here's the sequence of events you can follow,
| HTML Code | Result |
|---|---|
Chapter 1In this chapter, we investigate.... |
Chapter 1In this chapter, we investigate.... |
A HREF part
and the final /A tag is what will
be underlined for the user to click on. e.g.
to activate the link.
mypage1.html
| HTML Code | Result |
|---|---|
|
|
Here is some really interesting stuff written on page 1. Click me for page 2 Or don't go to page 2 and keep on reading... |
http://hostname/directory/filename.html
http://cimic3.rutgers.edu/~name/mypage2.html
| Name | Major |
|---|---|
| Joe | Marketing |
| Sally | Marketing |
| Bill | Marketing |
| Ed | Finance |
| Sue | Finance |
| Sylvia | Accounting |
| Name | Major |
|---|---|
| Joe | Marketing |
| Sally | Marketing |
| Bill | Marketing |
| Ed | Finance |
| Sue | Finance |
| Sylvia | Accounting |
| Picture | Description |
|---|---|
![]() | A Picture of Earth |
| Picture | Description |
|---|---|
![]() | A Picture of Earth |
| Picture | Description |
|---|---|
![]() | A Picture of Earth |
| Picture | Description |
|---|---|
![]() | A Picture of Earth |
| Name | Major |
|---|---|
| Joe | Marketing |
| Sally | Marketing |
| Name | Major |
|---|---|
| Joe | Marketing |
| Sally | Marketing |
| Name | Major |
|---|---|
| Joe | Marketing |
| Sally | Marketing |
| Name | Major |
|---|---|
| Joe | Marketing |
| Sally | Marketing |
| Decimal | Hex | Decimal | Hex | Decimal | Hex | Decimal | Hex |
|---|---|---|---|---|---|---|---|
| 1 | 1 | 21 | 15 | 41 | 29 | 61 | 3D |
| 2 | 2 | 22 | 16 | 42 | 2A | 62 | 3E |
| 3 | 3 | 23 | 17 | 43 | 2B | 63 | 3F |
| 4 | 4 | 24 | 18 | 44 | 2C | 64 | 40 |
| 5 | 5 | 25 | 19 | 45 | 2D | 65 | 41 |
| 6 | 6 | 26 | 1A | 46 | 2E | 66 | 42 |
| 7 | 7 | 27 | 1B | 47 | 2F | 67 | 43 |
| 8 | 8 | 28 | 1C | 48 | 30 | 68 | 44 |
| 9 | 9 | 29 | 1D | 49 | 31 | 69 | 45 |
| 10 | A | 30 | 1E | 50 | 32 | 70 | 46 |
| 11 | B | 31 | 1F | 51 | 33 | 71 | 47 |
| 12 | C | 32 | 20 | 52 | 34 | 72 | 48 |
| 13 | D | 33 | 21 | 53 | 35 | 73 | 49 |
| 14 | E | 34 | 22 | 54 | 36 | 74 | 4A |
| 15 | F | 35 | 23 | 55 | 37 | 75 | 4B |
| 16 | 10 | 36 | 24 | 56 | 38 | 76 | 4C |
| 17 | 11 | 37 | 25 | 57 | 39 | 77 | 4D |
| 18 | 12 | 38 | 26 | 58 | 3A | 78 | 4E |
| 19 | 13 | 39 | 27 | 59 | 3B | 79 | 4F |
| 20 | 14 | 40 | 28 | 60 | 3C | 80 | 50 |
| HTML BODY Tag | Resulting Color |
|---|---|
| <BODY BGCOLOR="#FFFFFF"> | White |
| <BODY BGCOLOR="#FF0000"> | Bright Red |
| <BODY BGCOLOR="#880000"> | Dark Red |
| <BODY BGCOLOR="#00FF00"> | Bright Green |
| <BODY BGCOLOR="#008800"> | Dark Green |
| <BODY BGCOLOR="#0000FF"> | Blue |
| <BODY BGCOLOR="#000088"> | Dark Blue |
| <BODY BGCOLOR="#000000"> | Black |
| <BODY BGCOLOR="#888888"> | Dark Gray |
| <BODY BGCOLOR="#00FFFF"> | Cyan |
| <BODY BGCOLOR="#FF00FF"> | Magenta |
| <BODY BGCOLOR="#FFFF00"> | Yellow |
|
|
This text should be black. This text should come out White. This text should come out Green This should be Black again. |
|
|
This text should be normal size. This text should come out very lage (size 7). This text should come out very small. This text should be larger (size 5) and also Blue. This should be back to normal size again. |
![]() |
![]() |
![]() |