The HTML File
Add the basic HTML structure to the text editor with "This is a line of text" in the body section.
<html>
<head>
</head>
<body>
This is a line of text.
</body>
</html>
In our example, the file is saved as first.html
When the file is opened, the following result is displayed in the web browser: 👆👆👆👆
>>Click here to continue<<
