combined the all HTML.
Importance of HTML
- It is Multilingual and used in any platform like Windows, Unix , Macintosh.
- For Creating webpage it make text attractive.
- Linking of file like good facilities are given in this language.
HTML is Divided in Four Parts
Level0
in this Level basic elements comes and which supports all web browsers.
Level1
in this Level some advanced features have added and according to browsers capacity supports graphics.
Level2
in this Level www has added .ex- filling the form on the internet.
Level3
in this Level Sound, videos , Frames developed.
HTML Simple Program
<html>
<head>
<title>My first program</title>
<body> HTML is a good Language</body>
</head>
</html>
we can type this in Notepad and save with file name and extension .htm or .html and save it. and opens with a Web Browser.
ex- Madan.html
HTML Editors
- NetBeans
- Eclipse
- Comodo
- CoffeeCup
- Notepad++
- Bluefish
- Netscape Composer etc
Some HTML Tags
- <title>
- <body>
- <head>
- <html>
- <bgcolor>
- <marquee>
etc.
No comments:
Post a Comment