Now save your file by Selecting Menu and then Save. Click on the "Save
as Type" drop down box and select the option "All Files". Web
pages — individual pages in a website — should be saved with either the .html or .htm extension:
–page.html or page.htm
The <html> Element...</html>
•<html>
begins and ends each and every web page. Its sole purpose is to encapsulate all
the HTML code and describe the HTML document to the web browser. Remember to
close your HTML documents with the corresponding </html> tag at the
bottom of the document.
•If
you haven't already, open up Notepad and have a new, blank document ready to
go. Copy the following HTML code into your text editor.
HTML Code:
<html>
</html>
0 comments:
Post a Comment