how can we create an html file
Answers
Answered by
7
HTML file can be created by typing HTML code in the notepad and by saving the file with HTML extension ,.
I hope this will help you!!!
I hope this will help you!!!
AbhyudayaV:
its the wrong answer
Answered by
1
1. Open notepad and type the following code.
<html>
<head>
<title>Basic Program </title>
</head>
<body>
My First Web Program
</body>
</html>
2. Save this file with .html extension i.e filename.html.
3. Run the program in any respective browser.
Hope this helps!
<html>
<head>
<title>Basic Program </title>
</head>
<body>
My First Web Program
</body>
</html>
2. Save this file with .html extension i.e filename.html.
3. Run the program in any respective browser.
Hope this helps!
Similar questions