Your browser does not support JavaScript!'

HTML Comments [Learn comment tag in html] Complete Guide ~ VUSs

Welcome to VUSs, as you guys know. VUSs is all about Computer Science's fundamentals and Tests Preparation.
All published articles are organized in simple, easy, and short English sentences to familiarize the students with computer science.
In that respect today's article is HTML Comments [Learn comment tag in html] Complete Guide


Today's Topic
HTML Comments [Learn comment tag in html] Complete Guide


HTML Comments




Should Comment The Code??

It's necessary if you're at the beginner stage. In order to tell the next developer that what the written code is doing. But remember that, Conmmenting Out the Code is not a goood pactice, code should be self explanitry.

How To Comment Out Html

Now suppose you are a beginner, what to do?
So if you're a beggner then you can comment out HTML. It will help you to understand you're for you and others && will increase it's readibility and maintainbility.
Note: This is not only With HTML. This is appliciable to all Programmming languages.

Html Comment Tag

Let me know, are you able to answer Why Comments? Should we Comment? if |YES| Lets's see Html Comment Tag This is a typical tag to add html single line comment

<!--Write your comments here -->

Multiline Comment

There is not any specific markup tag to do a Multi Line comment. But it can be done by using the predefind comment tag here is the example.

<!--
	
     This 
      Is
      a
   multiline
 Comment In HTML OR HTML5

-->

HTML Tags

Post a Comment

0 Comments

^