HTML Tutorial - 12: Commenti in HTML


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to HTML Tutorial - 12: Comments in HTML

HTML - Comments - Tutorialspoint
https://www.tutorialspoint.com/html/html_comments.htm

Though you will learn using style sheets with HTML in a separate tutorial, but here you must make a note that if you are using Cascading Style Sheet (CSS) in your HTML code then it is recommended to put that style sheet code inside proper HTML comments so

HTML Comments - W3Schools Online Web Tutorials
https://www.w3schools.com/html/html_comments.asp

Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.

HTML comment tag - W3Schools Online Web Tutorials
https://www.w3schools.com/TAGS/tag_comment.asp

Definition and Usage. The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers. You can use comments to explain your code, which can help you when you edit the source code at a later date.