With DocHub, you can easily work in note in html from anywhere. Enjoy features like drag and drop fields, editable text, images, and comments. You can collect electronic signatures securely, add an additional layer of protection with an Encrypted Folder, and collaborate with teammates in real-time through your DocHub account. Make changes to your html files online without downloading, scanning, printing or sending anything.
You can find your edited record in the Documents tab of your account. Manage, share, print, or convert your document into a reusable template. With so many advanced features, it’s easy to enjoy smooth document editing and managing 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