Many people find the process to put in note in html rather difficult, especially if they don't often deal with paperwork. Nevertheless, nowadays, you no longer have to suffer through long tutorials or wait hours for the editing software to install. DocHub lets you change forms on their web browser without installing new programs. What's more, our robust service offers a full set of tools for professional document management, unlike numerous other online solutions. That’s right. You no longer have to export and import your templates so often - you can do it all in one go!
Whatever type of paperwork you need to modify, the process is simple. Make the most of our professional online solution with DocHub!
hello and welcome my name is abu and in this lecture iamp;#39;ll teach you how to write comments in your html document comments are normally used for adding notes and explanations in your html document and they are not displayed by the browsers so sometimes you can also use comments to hide some of your html source codes from browsers in order to create comments you need to enclose the comments between the opening comment tag and the closing comment tag the opening comment tag looks like this starting with left angle bracket followed by explanation mark dash dash and the closing comment tag looks like this starting with dash dash and followed by right angle bracket okay now letamp;#39;s try to write some comment here i opened up the html document of my demo web page first iamp;#39;ll try to write a note for this meta element as a comment iamp;#39;ll start with left angle bracket and explanation mark dash dash please do not remove this okay after that add one more note here as a com