Getting started


Getting started!

Where to write code?
You can use notepad or wordpad to write HTML code.
There are plenty of HTML editors available that can be used for the same purpose like, Dreamweaver, FrontPage.
The most likely used one is Dreamweaver.
It not only allows you to edit HTML, but provides support editing for other languages including, CSS, Javascript, VBScript, ASP, ColdFusion, PHP, ASP.NET, XML, XSLT and some other cool features.
While saving the file give .html or .htm extension.

Structure of an html program.

Entire html page is enclosed between <html> & </html>
tag. These tags may contain other tags <head>,<title>,<body>,<frameset> depending upon requirement.

Basically html page has following structure:

<html>
< head>
<title >title name</title>
</head>
< body>
Document body
</body>
</html>


0 comments:

 
Home

Copyright © 2009 Programming |Designed by Templatemo |Converted to blogger by BloggerThemes.Net | Reviewed by Blogger Templates