|
- last updated -
|
||||||||||||||||
|
-[ Site Map ]-
Latest Additions Official Forum Vipey's Den - Official Blog -[ Artwork ]-
Quintessence SuzyQ GnomeyG Nancy -[ Audio Files ]-
Hedgehog's Audio -[ HTML Guides ]-
.htaccess Guide Basic HTML Guide Text and Links Guide More Coming Soon! -[ Misc. ]-
Submit Your Work! About Comments Bios! Contact Info GuestBook! Site News Copyrights Links Page -[ Music ]-
Thereafter Coming Soon! -[ Music Lyrics ]-
Original Music Lyrics Eve 6 Lyrics Unwritten Law Lyrics RHCP Lyrics Nine Days Lyrics -[ Writings ]-
Writings by Viper37 Writings by Clyde Writings by Rosanna Krich Poetry by DragonFyre00 Writings by Chelsea Writings by Scott Writings by Infini-T-e Writings by Hedgehog Writings by Icebird Writings by Kate LaKimbo Writings by Ken Colwell Rants Reviews -[ Private Sections ]-
Member's Area School Area Files -[ EVula.com ]-
Forums Web Hosting |
By Godsunderstudy HTMLA simple language is HTML: and here are
the basics. I won't give any background info, as its all boring stuff that
you don't need to know. Get a book for that. Or type HTML in any search engine
and prepare to be bored. The current version is 4.0.1.
A quick word on colour.
There are several ways you can set colour using three versions.
Most tags have to be enclosed, per example: <html> Rest of tags </html> All tags that are enclosed have a /slash before the actual tag. See above. You do need a text editor that can save as text, and a browser. You don't need to set-up any server, just load the text file into a browser. Anyway, the basics: <HTML>:This starts the whole page off. You don't have this tag you dont have a web page. Simple as that. <HEAD>: The 'head' is mainly for JavaScript functions (don't think about it) and can't have any attributes added to it, but you must have this. <TITLE>: This tag sets the title you see on the grey bit at the top. All you need to do is so: <title>Boo.</title> <BODY> After the head and title are out the way you need to set the actual main part of the page, and this tag can have some attributes, which set parts of the body, mostly colour layouts. background: Set the background to be repeated all the way through the page. This can either be a URL or a local file, and must be enclosed in quotation marks. So you can have either: <body background = "boo.gif"> or <body background = "http://www.evula.org/boo.gif"> Follow are all the colour options you can have:
So <body background = "planet.jpg" bgcolor = "#000000" text = "#FFFFFF"> would result in this. The HTML for that last page is: <html>
You can check this 'source' by going to view-source, at least on most browsers. Table
|
|||||||||||||||
Random Quote Du Visit. |
||||||||||||||||