: : Technology Forums : :
« HTML guide with examples »

Welcome Guest. Please Login or Register.
Dec 30, 2009, 6:06pm




: : Technology Forums : : :: Give and Take :: Tutorials :: HTML guide with examples
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: HTML guide with examples (Read 209 times)
JanitorMoe
New Member
*
member is offline

[avatar]

.|..:|Watch the night sky fading red|:..|.

[yim] [msn]
[homepage]

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
« Last Edit: Oct 2, 2004, 2:23pm by JanitorMoe »Link to Post - Back to Top  IP: Logged

[image]
Crazycoder
Global Moderator
*****
member is offline

[avatar]

Me.....I am CRAZY :D

[msn]

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: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.;):)
Link to Post - Back to Top  IP: Logged

[image]
JanitorMoe
New Member
*
member is offline

[avatar]

.|..:|Watch the night sky fading red|:..|.

[yim] [msn]
[homepage]

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: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.
Link to Post - Back to Top  IP: Logged

[image]
Avtar
Administrator
*****
member is offline

[avatar]

New Skin! Yay!

[aim]

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. :)
Link to Post - Back to Top  IP: Logged

[image]
   [Search This Thread][Send Topic To Friend] [Print]