Page 63 - Code & Click - 7
P. 63
2. Open the HTML document in Microsoft Edge.
COMMENTS <!-- … --> Tag
The Comments tag is used to write text in an HTML document that is not displayed in a web browser.
Comments are inserted in an HTML document to provide explanatory notes about the document.
Comments are enclosed within <!-- and --> tags.
Lab Activity 6
To illustrate the use of Comments tag in an HTML document.
1. Open Notepad and create the HTML document as shown below.
2. Open the HTML document in Microsoft Edge.
Post-Processingost-Processing
P
Hypertext Markup Language (HTML) is a computer language used for creating web pages
in form of HTML documents that describe the content, format, and layout in which a web
page should be displayed over the World Wide Web (WWW).
Hypertext is the method, in form of links called hyperlinks, to move from one web page to
another.
WYSIWYG editors provide a graphical interface and allow to create web pages without any
knowledge of HTML.
61