Programming and Webmasters forum
HomeSearchRecent PostsLoginRegister Contact Us

Username  
Password
Announcing 14th Weekly Contest - From 25 July To 01 August.

Win every week on this forum.

Chek out How To Win?
 

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

Learning HTML

 
webmaster forum
rajan  Offline
Contest Points: 100
 
Regular Coder
Gender: Male
Posts: 64
Topics: 20
November 19, 2008, 07:12:42 AM

Introduction to HTML.
* HTML stands for Hyper Text Markup Language.
* HTML file is a text file containing small Markup tags.
* The Markup tags tell the Web browser how to display the page.
* HTML file must have an html file extension.
* HTML file can be created using a simple text editor.


HTML Tutorial!

* If you are running Windows, start Notepad. If you are on a Mac, start Simple Text.

* There is no need to change anything in Notepad if you are running Windows.

* In OSX start Text Edit and change the following preferences:

* Open the the Format menu and select Plain text instead of Rich text.

* Then open the Preferences window under the Text Edit menu and select Ignore rich text commands in HTML files.

* Your HTML code will probably not work if you do not change the preferences above.

Copy & Paste the following in your text file.
<html>
<head>
<title>Title of page</title>
</head>
<body>
This is my first homepage. <b>This text is bold</b>
</body>
</html>

* Save the file as mypage.html.

* Now, right click on mypage.html.

* Select Open With and click on Internet Explorer or Mozilla Firefox.

* Now your page will be displayed on your Web Browser.


Understanding HTML

* The first tag in your HTML document is <html>. This tag tells your browser that this is the start of an HTML document.

* The last tag in your document is </html>. This tag tells your browser that this is the end of the HTML document.

* The text between the <head> tag and the </head> tag is header information. Header information is not displayed in the Browser Window.

* The text between the <title> tags is the title of your document. The title is displayed in your Browser's caption.

* The text between the <body> tags is the text that will be displayed in your Browser.

* The text between the <b> and </b> tags will be displayed in a Bold font.

http://infos-tech.blogspot.com/
 
webmaster forum
polas  Offline
*
 
Hacker
Gender: Male
Posts: 1224
Topics: 78
WWW
November 20, 2008, 05:19:10 AM

Very nice introduction - thanks for posting this Smiley I would also say that the tutorials at W3 schools is a good one to start from http://www.w3schools.com/html/default.asp

What other tutorials do people use?

Mesham Type Oriented Parallel Programming Language
Skydive in North East England
 
webmaster forum
Contest Points: 100
 
Regular Coder
Posts: 85
Topics: 9
Computer Head in 'da House!
WWW
January 01, 2010, 01:22:13 PM

Very nice article. Smiley  This is a good basic introduction to HTML for the novice.

Your PC Forums
 
webmaster forum
fat32  Offline
Contest Points: 100
 
Regular Coder
Posts: 99
Topics: 3
February 17, 2010, 10:00:32 PM

Nice introduction to HTML...
I learn much in w3school... best source so far...
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC


Google visited last this page July 04, 2010, 07:18:41 PM

Valid XHTML 1.0 Transitional     Valid XHTML 1.0 Transitional