Other Stuff
<!-- Lets you put comments inside that are ignored by the computer -->
Special Characters

&hearts; will print out a heart - can change font face, color and size

&nbsp will insert a space, you can insert multiple spaces

Click Here to see more character codes


We can wrap text around an image.
Hspace keeps the text 25 pixels from the picture
<p style = "width : 200pt" >
<img src ="mona.jpg" height = 75 hspace =25 align = left>
This text will go next to the picture.
The hspace will keep the text 25 pixels
away from the picture. Note that as the text
goes beyond the picture length it will wrap
around the picture.
</p>

This text will go next to the picture. The hspace will keep the text 25 pixels away from the picture. Note that as the text goes beyond the picture length it will wrap around the picture.

<form name="test">
<select name="url" size="1" onChange="window.open(this.options[this.selectedIndex].value,'_top')">
<option selected><b>Mr. Nilan's Websites</b></option>
<option value="http://imdb.com">IMDB.com</option>
<option value="http://jacknilan.com">jacknilan.com</option>
<option value="http://bridgeport.ct.schoolwebpages.com/central">Central High</option>
</select>
Scrolling Text up with Marquee

<marquee behavior="roll" direction=up scrolldelay=200>
<img src="mona.jpg">
<br>
<u><strong>General Info.</strong></u>
<br>
Name: Jack Nilan<br><br>
Age: 21<br><br>
DOB: July 2, 191985<br>
<br>
Nationality: Irish<br>
<br>
Central Magnet<br>
Class of 2005<br><br>

</marquee>

General Info.
Name: Jack Nilan

Age: 21

DOB: July 2, 191985

Nationality: Irish

Central Magnet
Class of 2005

Turning off page break before and after <p> tags and tags like <pre>.
Note : Not really a break that we are turning off but just changing the preset margins and padding.

<head>
<style>
p {
margin : 0;
padding : 0;
}
</style>
</head>
Printing a menu with a rounded
corner.

<table cellpadding = 0 cellspacing = 0>
<tr>
<td><img src = "top.jpg"></td>
</tr>
<tr>
<td bgcolor = #045507>
<ul style="list-style-type=circle'">
<font color = white>
<li>
Test 1
<li>
Test 2
<li>
Test 3
</ul>
</td>
</tr>
</table>
<- note : the td and /td have to be on the same line
also cellpadding and cellspacing have to be set to 0
Fill first row with a picture that you rounded


Hello

Hello
Wrapping Text Around a Table
Click Here

The Mona Lisa
You can wrap text around a table in much the same way you can with images. While there are more sophisticated layout techniques, wrapping text around a table is helpful for keeping images together with captions in a long flow of text.
You should only wrap text around small tables. Wrapping text around large tables may produce unexpected results, such as text overlapping the table.

A Menu with Shaded Background

This is a CSS menu that shades the background. It is over in the CSS section.

The code on the left will show you how to get a caption under your picture. You can then wrap text around the whole thing.


Isle of Man:
Flag
The Isle of Man ), or Mann , is a self-governing Crown dependency, located in the Irish Sea between of the islands of Britain and Ireland. The head of state is Queen Elizabeth II, who holds the title of Lord of Mann. The Crown is represented by a Lieutenant Governor. The island is not part of the United Kingdom but foreign relations, defence, and ultimate good governance of the Isle of Man are the responsibility of the government of the United Kingdom.
Inhabited for millennia, the island gradually became a Celtic-Norse community as the Norse settled there, starting about AD 850. This has left a legacy ranging from the Tynwald parliament to many local place names. After a period of alternating rule by the kings of England and Scotland, the Manx came under the feudal over-lordship of the English Crown. The lordship revested into the British Crown in 1764 but the island never became part of the United Kingdom and retained its status as an internally self-governing jurisdiction.