You are on page 1of 4

How to make a HTML

Document?

© Productions by Taha Easy Tutorial by : Syed Taha Fahad


Things you need to make a HTML
Document

• You need a web browser e.g.: Firefox or


Internet Explorer.
• Note-pad (In the start button).

Notepad on Start Button


Making a HTML Document
1.Go on start Button.
2.Open Notepad.
3.First type “ <HTML> ”
4.Then type the following statements:
 <HEAD> <TITLE> Practicing HTML </TITLE>
</HEAD>
 <BODY> Lets Practice HTML </BODY>
 Save this file with the title of: ‘(any-name).html’
OR ‘(any-name).htm’
After those steps it will look like this

You might also like