What are the steps involved in creating an HTML document and viewing the web page in the browser ? code example
Example 1: how to start a html file
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
Example 2: 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