![]() |
![]() |
|
![]() |
|
Creating a page from scratch. This is fairly easy. Open up Notepad or Wordpad depending on your preferences. Now, type in the following (Script) <HTML> </HTML> (End Script) Now we need to save it properly. In notepad, you click on Save as..., then you want to change the file type in that list box to All Files, and pick a folder to put it in. Then, type in whateverthefilenameis.html, remember to put the .html part at the end, or it won't work. Ok, now you have it saved. Open up Internet Explorer and type in the name of the file you just saved. What you should see is a big white screen. Yah! Wow! You're kicking ass! Believe it or not, some people don't get beyond that stage. *cough*idiots*cough* Now let's mess around with the page. Add the italicized text to your page, the text to the right of that describes what is happening: <HTML> This starts the HTML page. <HEAD> Starts the header, where META tags go. </HEAD> Ends the header. <BODY> Starts the body, where usually you will write the content to the page. Hi, my name is Bob Saget, and I couldn't make a good TV show with my ass. </BODY> Ends the body. </HTML> This ends her off. Now save that and refresh IE. Your nice web page should say "Hi, my name is Bob Saget, and I couldn't make a good TV show with my ass." in nice black text. How boring. What we want to do now is play with the text some. You know how in a word processor you can make the text bold? or italics? or underline? maybe even strike through the text? Well, these things are just TAGS. Tags are the little things that make everything in HTML work. The <HTML> text is a Tag. All tags start with a "<" and end with a ">". And tags have attributes too, like: <Body Bgcolor="555555" Text="White" Vlink="Black" Alink="Blue" Link="Lesbian">. Hopefully, you will be able to write that soon enough, and yes, lesbian IS a color. |
||
![]() |
Binary Central by Anman: "http://www15.brinkster.com/anman/" |
![]() |