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

HTML Elements

HTML elements are constructed with a start tag marking the beginning of an element, any number of attributes, some amount of content and an end tag
<u>Text is Under Line</u>
<u> tag is used to define an HTML element that should be displayed as under line text.

<b>Another HTML element</b>

<html>
<body>
<p>This is my first html page.</p>
</body>
</html>


The purpose of the <html> tag is to define the HTML element that contains the body of the HTML document.

HTML is not a case sensitive but the World Wide Web Consortium (W3C) recommends lowercase tags in their HTML 4 recommendation, and XHTML (the next generation HTML) demands lowercase tags.

Comments in HTML
Comments are ignored in HTML document by web browser. We use comment tag to insert a comment in HTML document. Comments are used to label our source code segments.

<!--This is an HTML Comment-->

 
     
   
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 Open Source Security Tools: Practical Guide to Security Applications  Ebook Open Source Security Tools: Practical Guide to Security Applications
   
Download Art of Programming Contest  Ebook Art of Programming Contest
   
Download Handbook of Information Security Management  Ebook Handbook of Information Security Management
   
Download How To Really Earn Big With Your Own Internet Business  Ebook How To Really Earn Big With Your Own Internet Business
   
Download Success in 10 steps Ebook Success in 10 steps
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz