Website now is the part of our life. To make a website the first thing we have to know is HTML. HTML is so simple, it can be write and make only using a simple editor like notepad or wordpad. You can also make HTML document using an expert editor like macromedia dreamweaver or microsoft frontpage. HTML document have a file extensions .htm or .html.
HTML document is also very simple, it contain:
- head
- body
<html>
<head><title>My First HTML</title></head>
<body>
Hello World
</body>
</html>this is a hello world HTML document. Just type it on notepad and save it as first.html or first.htm
No comments:
Post a Comment