Computer Science, asked by Aparnakoshta, 1 year ago

how can we create an html file

Answers

Answered by RuhanikaDhirRD
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!!!

AbhyudayaV: its the wrong answer
Aparnakoshta: why
RuhanikaDhirRD: bye
Aparnakoshta: bye
Answered by siddhartharao77
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!
Similar questions