Friday 10, February 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    Forum    |    About Us    |    Contact Us

First HTML Page

Open a text editor and and type the following code

My first HTML page.

Save this file as firstpage.html or firstpage.htm

Open your web browser (Internet Explorer, Fir Fox etc). Select Open from file menu click the browse button and select firstpage.html and your browser will display the page.

Explanation
The tag tells your browser that this is the start of an HTML document. We have closed this tag at the end of the HTML document as . It tells the browser that this is the end of the HTML document.
tag contain the header information. It starts with and ends with . Header information will not display in the browser window.
. The title will be displayed in your browser's Title Bar.
All the text between the and tags is the text that will be displayed in your browser.

HTML Editors:
You can use any text editor to edit HTML files like Notepad, WordPad etc. You can also use FrontPage or Dreamweaver, instead of writing your markup tags in a plain text file.
HTML Tags
HTML documents are text files that contains HTML elements and HTML elements are defined using HTML tags.
HTML tags are enclosed with angle brackets < and >. Tags are used to mark-up HTML elements.  We use HTML tags in pairs like and . The first tag is the start tag and the second tag is the end tag. The text between the start and end tags is the element contents.

 


 
     
   
HTML Tutorial
 
  HTML Introduction
HTML Introduction
  First HTML Page
First HTML Page
  HTML Elements
HTML Elements
  Basic Tags
Basic Tags
  TAG Attributes
TAG Attributes
  Formatting
Formatting
  Character Entities
Character Entities
  HTML Links
HTML Links
  Lists
Lists
  HTML Images
HTML Images
  Tables
Tables
  HTML Frames
HTML Frames
  BGColor
BGColor
 
 
 
Web Designing Tutorials
  HTML Tutorial
HTML Tutorial
  DHTML Tutorial
DHTML  Tutorial
  CSS Tutorial
CSS Tutorial
  XHTML Tutorial
XHTML Tutorial
 
Programming Languages Tutorials
  C Language Tutorial
C Language Tutorial
  C++ Tutorial
C++ Tutorial
  Java Language Tutorial
Java Language Tutorial
  Data Structure Theory Tutorial
Data Structure Theory Tutorial
 
Server Side Scripting Tutorials
  PHP Tutorial
PHP Tutorial
  SQL Tutorial
SQL Tutorial
  ASP Tutorial
ASP Tutorial
 
Client Side Scripting Tutorials
  JavaScript Tutorial
JavaScript Tutorial
  VBScript Tutorial
VBScript Tutorial
 
 
 
POPULAR E-BOOKS
 
Download List Building for Beginners Ebook List Building for Beginners
   
Download C Programming Tutorial (K&R version 4) Ebook C Programming Tutorial (K&R version 4)
   
Download Unstoppable Affiliate Profits Leaked Chapters  Ebook Unstoppable Affiliate Profits Leaked Chapters
   
Download The Affiliate Marketers Master Guide Ebook The Affiliate Marketers Master Guide
   
Download MySQL Essentials  Ebook MySQL Essentials
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz