how to create a webpage
Answers
Answered by
3
Although you can make a webpage without knowing HTML, you will have inevitable problems no matter what webpage editor you're using and you will need to know HTML to fix it. There are many good websites where you can learn HTML, but this article shows you the basics of creating a website in that format. With this basic introduction, you'll soon be able to make a webpage from scratch!
Answered by
5
to create the web page follow the steps :-
i. click on start button
ii.choose accessories option and click on notepad
iii. in the note pad type the programmes
e,g.
<HTML>
<HEAD>
<TITLE> My first page in HTML </TITLE>
</HEAD>
<BODY> I am learning HTML page </BODY>
</HTML>
AND click on save as file name my first.html save type : all files
iv. go to the any browser and press Ctrl + o AND OPEN THE html where you save that
i. click on start button
ii.choose accessories option and click on notepad
iii. in the note pad type the programmes
e,g.
<HTML>
<HEAD>
<TITLE> My first page in HTML </TITLE>
</HEAD>
<BODY> I am learning HTML page </BODY>
</HTML>
AND click on save as file name my first.html save type : all files
iv. go to the any browser and press Ctrl + o AND OPEN THE html where you save that
Similar questions