How to make" web html page " just using notepad [ with pictures ]
How to make web html page just using notepad its damm!! easy I will show you some simple steps
just follow them
STEP 1 :- Go to Start and type notepad and hit enter
STEP 2 :- Open notepad and and type the following code (program) or just copy from here
Program :-
<!DOCTYPE html>
<html>
<head>
<title>Title of your page </title>
</head>
<body>
<h1>This will your heading</h1>
<p>And this will paragraph.</p>
</body>
</html>
just follow them
STEP 1 :- Go to Start and type notepad and hit enter
STEP 2 :- Open notepad and and type the following code (program) or just copy from here
Program :-
<!DOCTYPE html>
<html>
<head>
<title>Title of your page </title>
</head>
<body>
<h1>This will your heading</h1>
<p>And this will paragraph.</p>
</body>
</html>
STEP 3 :- Now after typing save the program as (.html)
Now you will see a the program like these after saveing
STEP 5 :- Now open the file you have saved as(.html)
Now you will see a the program like these after saveing
STEP 5 :- Now open the file you have saved as(.html)
Comments
Post a Comment