HTML  
 
HTML-Introduction
HTML Introduction
 
 
HTML-AttributesHTML Introduction
HTML-BasicHTML Basic
HTML-ElementsHTML Elements
HTML-AttributesHTML Attributes
HTML-HeadingsHTML Headings
HTML-ParagraphsHTML Paragraphs
HTML-FormattingHTML Formatting
HTML-StylesHTML Styles
HTML-LinksHTML Links
HTML-ImagesHTML Images
HTML-TablesHTML Tables
HTML-ListsHTML Lists
HTML-FormsHTML Forms
HTML-FramesHTML Frames
HTML-IframesHTML Iframes
HTML-ColorHTML Colors
HTML-DoctypesHTML Doctypes
HTML-CSSHTML CSS
HTML-HeadHTML Head
HTML-MetaHTML Meta
HTML-ScriptsHTML Scripts
 


HTML Introduction

HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. HTML is the basic building-blocks of webpages.

The purpose of a web browser is to read HTML documents and compose them into visual or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts in languages such as JavaScript which affect the behavior of HTML webpages. Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicitly presentational HTML markup.

Learn more about:

  • HTML Basic
  • HTML Elements
  • HTML Attributes
  • HTML Headings
  • HTML Paragraphs
  • HTML Formatting
  • HTML Styles
  • HTML Links
  • HTML Images
  • HTML Tables
  • HTML Lists
  • HTML Forms
  • HTML Frames
  • HTML Iframes
  • HTML Colors
  • HTML Doctypes
  • HTML CSS
  • HTML Head
  • HTML Meta
  • HTML Scripts

 

 
Home