Thank you for coming to see our school homepage. we hope you have enjoyed them, and please don't forget you can E Mail the school with your comments with the link on the previous page.
Here is a simple list of what you need to create your own pages:
| Tag | Purpose |
|---|---|
| <H2>, <H2> ,<H3>, <H4>, <H5>, <H6> | Heading one, two, etc. |
| <P> | Inserts a paragraph break. |
| <PRE>, </PRE> | Preformatted text,- all between these tags to be displayd as typed.- Explained above. |
| <I>, </I> | Italic. |
| <B>, </B> | Bold. |
| <STRONG>, </STRONG> | Same as bold. |
| <ALT="CLICIWCH YMA"> | Text to be displayed if the users browser is a non graphical browser. |
| <A HREF=...............</A> | A hyperlink to another document or site. |
| <BR> | Forces the text directly following the tag to go on the next line. |
| <HR> | Horizontal rule - draws a line across the page. WIDTH=... - The width of the line. SIZE=Line thickness. |
| <IMG...... | IMG -Inserts an image. |
| <HTML>, </HTML> | Confines the contents of the document. |
| <BLINK>, </BLINK> | Makes contents flash. |
| <A HREF="mailto=......... | Makes a link to the user's E Mail utility to enable them to send E Mail to the composer. |
| <HEAD>, </HEAD> | Contains information about the page, see <TITLE>, </TITLE> below. |
| <TITLE>, </TITLE> | Text to be displayed above the toolbar of the user's browser i.e. your name. |
| <BODY, </BODY> | To contain the main part of the document. |
| <CENTER>, </CENTER> | All between these tags are to be aligned in the center of the user's screen. |
| WWW | World Wide Web. A network of HTML pages, an example of a page is this one. |
| Browser | Software used to un-code HTML. Examples are Netscape and NCSA Mosaic. |
| GIF | Graphic interchange format. A compressed image file format. Used on the WWW. Designed by Compuserve. |
| JPEG/JPG | Joint Photogrphic Equipment Group. Another compressed image file format, not as popular as GIF, because image quality is lost when saving. Uses different compression method to GIF. |
| HTTP | Hypertext transfer protocol. The address of a site. |
| FTP | File transfer protocol. Software used to upload and download pages to and from the internet. |
| URL | Uniform Resource Locator. Location oof a page, link or file. |
| Tag | Information given to a browser to tell it what to do with images and text etc. Every tag has < and > before and after it, some are empty tags i.e. <P>. And some are in pairs i.e. <B>xxxxxx</B> |