Blog
    C#
    ADO.Net
    .NET
    ASP.Net & Web Forms
    Custom Controls
    Web Development
    Exception Handling
    XML
    Database
    Security in .Net
    Testing
    Web Services
    Windows Services
    Windows Controls
    WCF
    AJAX
    WPF
    XAML
    Reporting
    Setup
    VB.Net
    LINQ
    JQuery
    SilverLight
    JavaScript
    HTML5
    Crystal Report
    Cloud Computing
    Share Point
    Visual C++
    MVC
    Android
    PHP
    Java
    HTML
    WordPress
    Joomla
    Products
    Drupal
    Windows Phone
    JSON
    LightSwitch
    iPhone/iPad
    Ruby on Rails
    IIS 7
    Windows 8
    CSS/CSS3
    Excel
    MS Access
    Shortcut Keys
    Visual SourceSafe
    Team Foundation Server
    APIs
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Top Contributor
Advertisement
Advertise with Us
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
 

Home >> HTML >> What is HTML?
What is HTML?

What is html? and its important characteristics.
Views: 815     Comments: 0
by Amit Singh on 10/9/2011

What is HTML?

HTML stands for Hyper Text Markup Language. HTML is a language for describing web pages. HTML is not a programming language, it is a markup language (A markup language is a set of markup tags). Markup tags describe how text should be displayed.

Important characteristics of HTML

  1. HTML markup tags are usually called HTML tags.
  2. HTML tags are keywords surrounded by angle brackets like <html>
  3. HTML tags normally come in pairs like <b> and </b>
  4. The first tag in a pair is the start tag (opening tag), the second tag is the end tag (closing tag).
  5. An HTML file is a text file with HTML tags and file name must end with .htm or .html. This file can be created using a simple text editor so it is also called n HTML document or a web page

This is the basic notation of HTML document

<html>
<head></head>
<body><p>What is HTML?</p>
</body>
</html>

Title :  
Comment :
Text ColorBackground Color
BoldItalicUnderline
LeftCenterRightJustify
Ordered ListBulleted List
IndentOutdent
Horizontal Rule
SubscriptSuperscript
HyperlinkImage
Design ModeDesign
View HtmlHtml
       
 
Report Abuse Form
Reason:    
 
Latest ArticleRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Latest Blogs by Amit SinghRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Top Viewed ArticlesRSS Feed
    
    
    
    
    
    
    
    
    
    
Top Viewed BlogsRSS Feed
    
    
    
    
    
    
    
    
    
    
Latest Interview QuestionsRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Total Online Users: 2619
  
Copyright © 2013MindStick. All Rights Reserved.