Saturday, 23 June 2012

How to starts the HTML program

How to starts the HTML program

First open the system and after go to the Start menu

select the Run and typing the Notepad at the command prompt

Type the program

<HTML>
    <HEAD>
           <Title>My program</Title>
    </HEAD>
    <BODY>
    <p>how are you frnds</p>
    </BODY>
</HTML>

SAVE with .HTML  and after u can open the file on web browser.
                   

No comments:

Post a Comment