----------------------------------- Html and new website Tutorial | ----------------------------------- My main page: http://webpages.charter.net/jimbobwilly2001/noframe.html Tutorial by Jimmy Ruska ------- Intro | ------- Ok, you've seen a billion websites out there... If a billion people can do it, why can't you!?!?!? It's very easy! You just have to devote some time into it! ///////////////////// ------------------- Getting Right to it| ------------------- Alright, you've got ambition! What else do you need? Ex. 1 Ok to make things easier, go to a folder, click tools, then click folder options. Click the "View" tab. Make sure the "display the full path in address bar" "display the full path in title bar" are checked and make SURE(!!!!!) the "Hide file extensions for know file types" is not checked!!!! If it is checked, uncheck it. Q. wtf, did you just make me do??? A. I just made it so that it shows the full path on the address bar (easier cut and paste of address) and also I made it so that it shows the full extension of a file. e.x. Atextdocument becomes Atextdocument.txt Since usually you cannot create a new html page just by clicking file new in the folder, now you can make a new text file and renaming it to an html. E.x. New text document.txt --> just click rename and change the extentions to...---> Whatevername.html. Q. wtf are you talking about A. Don't worry, I'll walk you though it as we go. /////////////////////// ---------------------------- Quick Start: Intro to basics| ---------------------------- Alright lets start it up! Go to any folder in you C: drive or make a new one. Click file. Select new. If there is an option for html document select if, if not select text document. It created a new file called New text document.txt Right click the file and click rename or click file and select rename. Rename the file to basics.html PHEW! I bet you already knew all that huh... oh well! Alright. Open basic.html and click view and select source or right click anywhere on the page and click view source. It will open up a blank text box with the program notepad Now!!! FINALLY!!! Time to learn the scripting!!! Just start the page off with < HTML > This just says that you have an html page. next is the header tag
this just has the title and the meta tags, but I'll go over meta tags later.
That's it!
img -> image
src= search
you can add an alt tag to it too.
When their mouse goes over the image it shows the message, "This is my image, don't touch it."
Main Image Types
///////////////////////
GIF= This is a standard webgraphic that can be quite small in size and have a transparent background.
gifs can also be made into animations.
BMP= Bitmap images are usually relatively large and have good quality.
JPG= These range in size and are very useful.
///////////////////////
///////
///////
//////
Links|
//////
This is how you setup a link-->
Cool Site!!!!
A href= I don't remember what it stands for anymore so why should you, just remember how to use it.
Change http://webpages.charter.net/jimbobwilly2001/noframe.html with whatever site you want.
Change cool site!!!!! with a description of the site your linking.
just ends the link, that's all.
You can also add the target attribute for the link to open in a new window.
Cool Site!!!!
...that's about all you need to know as for links.
Phew!!
Alright, before we go to tables lets get everything straight and pretty.
Type this in your source!
/////////////////////////////////////
Cool Site!!!!: Rpgs Galore! is an awesome site!
/////////////////////////////////////
Note: creats a table's dimentions, or contents.
ok lets make a small table then.
Cool Site!!!!: Rpgs Galore! is an awesome site!
Cool Site!!!!: Rpgs Galore! is an awesome site!
<-- Like pressing enter twice
<-- horizontal line. example Ok paste this into your source! ///////////////////////////////////// Cool Site!!!!: Rpgs Galore! is an awesome site!
Right above is hr The space between the above text and this one was created by the br
The space between the above text and this one was created by the p ///////////////////////////////////// /////////////////////////////// Text: Font, Size, Color, style/ /////////////////////////////// Put whatever font you like into the "", I usually just look at them through MS word. makes text under lined This text is underlined This text is not. makes text bold This text is bold! This text is not. makes your text italic ok. Get the pattern? Good! makes your text very very big
makes your text big
THIS IS HUGE FRIGGIN TEXT!!!That's about it! /////////////////////////////// ///////////////////////// Adding music to your site/ ///////////////////////// |