How To Run Html Document File?

3

3 Answers

Anonymous Profile
Anonymous answered
Hi,
    Every Body Who want to know about HTML...
HTML file very easy to run  you do not  need any  software for this , You have to save  this by
.htm or .html . When ever you save this file you can get browser icon , double click on this you can able to get result.

Simple Example...
    <html>
  <head>
  <body>
  Hi This your Friend  Ajit...
  </body>
  <head>
    </html>

save this file by xxx.html /xxx.htm , you can see the browsers icon , double click on this...its will display     "   Hi This your Friend Ajit..."
Good Muyis Profile
Good Muyis answered
Hello Dummy

from Notepad
Click on File menu
Click Save As Then Browse your desktop, then save the file as sample.html Then Press window Key + D Find the sample.html on the desktop
Double-Click it
You will then see your HTML page open in your internet browser
Anonymous Profile
Anonymous answered
The question is how to run an html file from within an html file?
thanked the writer.
Anonymous
Anonymous commented
No it isn't. It is just telling you that a web page will show in a browser. There is no "running" of anything on that page. The code for putting another page inside another page is completely different from what is shown.

Answer Question

Anonymous