Friday, 30 March 2012

                                           HTML

      HTML Introduction

Web pages are written in HTML a simple language , HTML is short  for Hyper text markup language.
  •  Hyper text is Simple link between two pages .
  • Markup language its is a way of layout information with in a document .
Basically an HTML Document is a plain text file that contains text and nothing else.when a browser opens an html file the browser will look for html codes in the text and use them to change the layout ,insert images,or create link to other pages.
Why HTML:
it is possible to create webpages without knowing anything about the html source behind the page,there are excellent editors on the market that will take care of the html parts .all you need to do is layout the page.however if you want to make it above average in web design.
HTML Tags: 
HTML markup tags are usually called HTML tags
  • HTML tags are keywords surrounded by angle brackets like <html>
  • HTML tags normally come in pairs like <b> and </b>
  • The first tag in a pair is the start tag, the second tag is the end tag
  • Start and end tags are also called opening tags and closing tags.
Html Documents :
  • HTML documents describe web pages
  • HTML documents contain HTML tags and plain text
  • HTML documents are also called web pages
The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:
 

No comments:

Post a Comment