Register to Better Coder! It's free.
Enjoy the premium features and succeed at every job interview.
What is <strong> tag?
Experience Level: Junior
Tags: HTML
Answer
The <strong>
tag is a phrase tag. It defines important text. The <strong>
element is used to identify text that is of greater importance than the ambient text. It has semantic meaning.
<p>
This is <strong>very important</strong>.
Please, <strong>remember it</strong>!
</p>
Related HTML job interview questions
How do you create table with 2 rows and 3 cells?
HTML JuniorWhat is <i> tag?
HTML JuniorCan you give 10 examples of the most used attributes?
HTML JuniorWhat is <a> tag and how is it used?
HTML JuniorWhat is <img> tag and how is it used?
HTML Junior