----------------------------------------------
"HTML From The Ground Up"
----------------------------------------------
C/O :: Dr4g of DynamicHell Development Team
----------------------------------------------
http://dynamichell.org | irc.dynamichell.org
----------------------------------------------
---------------
Introduction::
---------------
HTML is a language which consists of 'tags'
It is not a programming language, however it is a scripting language.
HTML stands for HyperText Markup Language
And it is used all over the internet, it is the language used to create websites.
It turns scripting tags, into objects that appear on a screen(website).
The Following is basic HTML document, whihc i will explain all setions of.
The general syntax for a tag is
Tag:: --------------- For now, all these tags will be inserted into the
tag.This stands for paragraph, and when your putting text onto your site, this is a good method of doing it. I will also show you how to align your text on the page.
Hello Worlld This is my First HTML Document :D w00t
------------------ The Tag:: ------------------ You can also use the tag to display text and set alot of properties to it. Example: Hello World Note, normalally colors are defined with HEX Values. Like Follows. #FFFFFF - White #000000 - Black However, simple colors (red) can be written in text. and i have used it for ease of use :) This command will have red text, font size 5 and be aligned right on the screen. Some Text Based Tags. text here - Makes your text bold ! text here - Makes your text italic ! text here - Makes your text underlined ! If you usethen after you have closed your tags. And do another
It will take a new line. However, if you use font, it will not.
The following command is probably one of the most useful commands there is :)
Meaning Line Break.
So if we done Hello World
Newline
w00t
The Output will be:
Hello World
Newline
w00t
See how useful that was ? :)
Okay so we know how to align text and change the color of it.
--------------
HyperLinks::
--------------
we want to know how to make these Links we see everywhere.
It is actually very simple.
Do not be concerned about the meaning of this command,
Just how to use it :)
Click Me
This will appear as a clickable Link on your screen.
Which wil take you to www.dynamichell.org
Creating Email Hyperlinks & Adding a Subject
This is done the same way as a normal HREF however,
we add something called a mailto: so it knows its an email link
and not a hyperlink to another HTML document
Exmaple:
<-- No ending tag needed.
You should now have.
.....
If you would like to have a nice image as your background, then change bgcolor..
to
Changing the Title
Changeing the Title of your HTML Document.
inside insert the following.
<-- No Closing Tag Either.
Align is explanitory
Src = the location of the file wether on your computer or an internet address
If you wish to have spaces between your images the following would work.
Things are sorta making sense how we design a website using text links and images :)
Recap !
Okay so now we know how to change text properties,(size,color..etc)
Algin our text, make new lines. Insert images and Create Hyperlinks.
The Following is a sum-up of all the topics i have covered so far.
The tags me vary a bit form the exmaples i have showen you,
there are many ways of doing things in HTML.
If you would like fries click Here
This is Underlined This is Bold> This is Italic
Insert your HTML Code Here | Bot these 'cells' are on the same line |
This is a new line now due to the new TR |