|
Author | Topic: HTML guide with examples (Read 209 times) |
JanitorMoe New Member
 member is offline
![[avatar]](http://img2.photobucket.com/albums/v11/Link08/ssd-avatar.gif)
.|..:|Watch the night sky fading red|:..|.
Joined: Oct 2004 Gender: Male  Posts: 14 Location: Texas
|  | HTML guide with examples « Thread Started on Oct 2, 2004, 2:01pm » | |
I will post some HTML each week. I will post a more and more as time progresses. If you have a html code I do not have pm it to me and I will add it here
Begining and Closing tag
Code:| <html>This is a example of beginning and closing tag. An end tag must include the back slash. This signifies it as a closing part of the tag</html> |
|
The HTML tag
Code:| <html>Before you begin any HTML document you must put the HTML tag at the beginning. You must also close the HTML tag at the end of the document.</html> |
|
Changing the title Open up notepad. The Code:<head><title>Changes the title</title></head>
|
|
Well lets get to work. I will show you how to change the title of your webpage. Open up Notepad, and type this HTML code
Code:<html><head><title>This changes the title</title></head></html>
|
|
Notice how I closed every tag. Each time you create a tag you must close it. Ok now that you have this typed go to File>Save as and in the file name you are saving it as type mytitlebar.html YOU MUST SAVE THE DOCUMENT WITH A HTML AT THE END OF IT OR THE NEXT STEP WILL NOT WORK. Ok now open up internet explorer. Go to File>Open>Browse find mytitlebar.html and open it. If you did everything correctly it should look like this. http://img.photobucket.com/albums/v11/Link08/Mytitlehtml.bmp
|
![[image]](http://j-sig.com/sig2468.png) |
|
Crazycoder Global Moderator
     member is offline
![[avatar]](http://www.sharemation.com/crazycoder/25192.jpg)
Me.....I am CRAZY :D
Joined: Sept 2003 Gender: Male  Posts: 289 Location: Mumbai
|  | Re: HTML faq « Reply #1 on Oct 2, 2004, 2:06pm » | |
hmm....... r u starting to learn HTML or wish to write a tutorial on HTML?? anyways, nice to see some effort being made :D:D
BTW, if u need some HTML codes, i have quite a few which i wrote when i was learning HTML(am still learning.) a few basic ones and a few complex ones. just started with ASP so i can provide u with some small ASP codes too incase u want.;):)
|
![[image]](http://j-sig.com/sig2392.png) |
|
JanitorMoe New Member
 member is offline
![[avatar]](http://img2.photobucket.com/albums/v11/Link08/ssd-avatar.gif)
.|..:|Watch the night sky fading red|:..|.
Joined: Oct 2004 Gender: Male  Posts: 14 Location: Texas
|  | Re: HTML faq « Reply #2 on Oct 2, 2004, 11:01pm » | |
Quote:hmm....... r u starting to learn HTML or wish to write a tutorial on HTML?? anyways, nice to see some effort being made :D:D
BTW, if u need some HTML codes, i have quite a few which i wrote when i was learning HTML(am still learning.) a few basic ones and a few complex ones. just started with ASP so i can provide u with some small ASP codes too incase u want.;):) |
|
Ok coo send some along with some instructions and examples. And yes I am learning HTML. So I thought what the hay might as well post and help others as I go.
|
![[image]](http://j-sig.com/sig2468.png) |
|
Avtar Administrator
     member is offline
![[avatar]](http://s02.imagehost.org/0203/avatar.gif)
New Skin! Yay!
Joined: Aug 2003 Gender: Male  Posts: 697 Location: Indore, India
|  | Re: HTML guide with examples « Reply #3 on Oct 2, 2004, 11:06pm » | |
Good job buddy, your HTML tutorials will be pretty useful around here.
|
![[image]](http://j-sig.com/sig2238.png) |
|
|