Answers for "What are the steps involved in creating an HTML document and viewing the web page in the browser ?"

6

how to start a html file

<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
      
	</body>
</html>
Posted by: Guest on June-11-2020
0

how to create a html file

Make a folder
Create a file with .html at the end of it and open it with a text editor
Posted by: Guest on September-22-2020

Code answers related to "What are the steps involved in creating an HTML document and viewing the web page in the browser ?"

Browse Popular Code Answers by Language