HTML stands for Hypertext Markup Language. To learn creating web pages with simple formatting you must learn basic HTML commands, tags and Document Type Definition (DTD). Today there are number of HTML editors available online to learn and create attractive HTML web pages. But if you want to learn most of HTML language codes you must use notepad as a basic HTML editor.
Examples of Advanced HTML editors:
Example of basic HTML editor:
HTML is a type of text file formatted with text strings within Tags. A tag is a HTML command enclosed with brackets <tag>. Some tags also have closing tag to encapsulating the HTML command with bracket having / symbol e.g. </tag>. There are two types of HTML tags:
Paired HTML Tags: HTML tags having paired closing tag are called paired closing tag e.g. <html></html>, <body></body>
Un-Paired HTML Tags: HTML tags having no closing tag are called un-paired tag e.g. <br>, <hr>
HTML documents are based up on DTD. DTD is the grammar of HTML as well XML pages. Document Type Definition contains all the elements, attributes, notations and entities used in XML or HTML documents.
Following are some basic HTML tags to start creating simple web page:
Be the first to rate this post
Tags: what is html, basic html commands
10/11/2008 3:36:36 AM