View Single Post
Old 09-02-2005   #4
sarettah
Stay Out Of The Box
Want to see your own Advertising Here!
 
sarettah's Avatar
 
Join Date: Oct 2002
Location: Lost in the ozone
Posts: 10,318
Default Re: Group project Step 3 - putting it into a web page

The body of the html document

Between the body tags of the html document is where all the action is. The body is comprised of various "tags" and text. The tags control the appearance of the document and can call various "objects" into the document.

Each tag may have certain "properties" that can be controlled within the tag itself.

There are many different tags and properties that can be used and I am certainly not going to even try to go through all of them here.

Some tags can be browser specific, less so now than a couple of years ago, but you still may come across a tag that acts one way in IE and another way in Netscape or Firefox or that is ignored completely by certain browsers.

some guides: HTML 4.0 Tags
A list of HTML tags
An HTML Tags chart - watch the fucking popup in front
Barebones guide - tags by functionality

We will be doing a very simple page at first just to get used to the tags and such.

Once again, download and open your ssi_include version that you created and should now have keyworded and titled.

Right after the tag



Website Title



Here are today's galleries:




Then make sure your include file line is here

Then we should have the close body and close html tags:



Save the file, upload it and then take a look at it in the browser.

example: http://www.sexeducatoon.com/ssi_include1.shtml

Ok, now, what did we tell it to do:


This tells the browser to put anything between this and the close center tag into the center of the browser window.


This tells the browser to put the text that follow in headline format at the biggest size (could be anywhere from H1 to H6 with 1 being the biggest)



This closes the H1 tag - tells the browser to stop headline size 1 right here


This tells the browser to put the text that follow in headline format at the next biggest size.


This closes the H2 tag - tells the browser to stop headline size 2 right here


This closes the center tag - tells the browser to stop centering stuff right here.

If you do a "View source" of your webpage (yes, it is now a webpage) yopu will see some additional code. This code is what was pulled in from the remote thumbs file.
__________________


Free Adult Webcams
sarettah is offline   Reply With Quote