Quote: (+Archangel) Question: | (+Archangel) What sort ...
blade2k » articles & tutorials

jump to:
Tutorials » » Computers

First HTML Page


Reading Article
Author: Haldred
Posted on 09/17/2004
For beginners at HTML

<


This is the opening tag, indicating that this is an HTML Page,
This is the head tag.
TitleTitle is what you see at the top of the page. In... the toolbar thingy.
End head tag.
Now, your into the page!
(optional) This is if you want to center stuff.
TeXt - Enter what you want on the page.
End center tag.
End body tag.
End html tag.

HTML FORMATTING:

A break.
textBold
textItalic
Underlined

TeXtTTxtTxt

Paragraph.

Advanced tags.
?> - PHP tag.
#!usr/bin/perl - Beginning of a CGI Page.
<%
%> - ASP Tags.


for tables, refer to my other tutorial on tables.

Enjoy.