Web Development

HTML – Strong Tag and Comment Tag

HTML <strong> Tag

The strong tag works like as <b> [Bold] tag.    The strong tag indicates the text strong or important.

If any of your content is important,  then you can use the strong tag to indicate that text on your web page.

It is pair tag, means it has start and end tag. <strong> start tag and </strong> closing tag.

HTML Example

<strong>Blogging </strong>is more important then me. I love <strong>blogging</strong>  

HTML Output

Blogging is more important then me. I love blogging

HTML Comments

You can put comments in between any tags in your HTML documents.

Comments are required to make code understandable, we don’t have to think we are not only the coder, programmer & expert.

If another engineer or developer check any part of code then S/He should know what is that code and why that code exists.

So it’s better to put comments while doing the coding.

HTML Code

<!-- Comment Goes Here -->

Anything after <!– until the closing –> will not be displayed. It can still be seen in the source code for the document, but it is not shown onscreen.

It is good practice to comment your code, especially in complex documents, to indicate sections of documents and any other notes to anyone looking at the code.

Tuts

About Author

Tutsmaster.org provides tutorials related to tech and programmings. We are also setting up a community for the users and students.

You may also like

HTML introduction
Web Development

HTML – Introduction, History & Syntax

  • December 21, 2019
So, first of all, I would like to ask a question for the first time when you heard this term
html heading tag
Web Development

HTML – Heading Tag With Syntax

  • December 21, 2019
A heading tag is one of the most important tags we focus on in HTML or web development because, without