Creating Your First HTML Page part 2

Creating Your First HTML Page
17
2/3













The HTML File
Add the basic HTML structure to the text editor with "This is a line of text" in the body section.
In our example, the file is saved as first.html
When the file is opened, the following result is displayed in the web browser:
Don’t forget to save the file. HTML file names should end in either .html or .htm
Comments
Post a Comment