Ask Question

Jose is working on a Webpage for his company's intranet. He wants to insert an HTML comment within the page to let other developers know that the page validates as HTML5 and that he is the page author. Which line of code will insert the comment that Jose requires?

+3
Answers (1)
  1. 15 April, 08:45
    0
    HTML (Hyper Text Markup Language) is used to write content of the web page. It uses different HTML elements to do that.

    HTML comments are to define, describe or to provide extra information the elements in the HTML code. Anything written inside the HTML comment is not shown on the web page. It is only present in the code.

    HTML comment is written as . Anything written inside is considered as comment in HTML.

    So the line written above in the answer can be inserted so that other developers can know that this page was created by Jose and it is of HTML5.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Jose is working on a Webpage for his company's intranet. He wants to insert an HTML comment within the page to let other developers know ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers