Welcome visitors of MIC Computer

Welcome to my blog. With this blog you can post your question about computer and programming for absolutely free (free consultation sponsored by MIC Computer).. Well what are you waiting for just feel free to post your question or share with me about your computer / programming experience

Friday, September 2, 2011

My First HTML

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:

  1. head
  2. body
this is the example of it:
<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: