Skip to main content

WHAT IS MARK ?

<mark> is a basic HTML Tool used to highlight the words that you are using in web page. If you wanna highlight any word mention the word so you can easily mark this word by directly encode <mark> tag. This tag has a close section like </mark>


EXAMPLE


RESULT


Comments

Popular posts from this blog

WHAT IS BR ?

BR   stands for "line break" in  HTML  command. It is used to break a line between the element. We use this element when we need a gap or difference between the element. The main properties of this tag is that it does not contain close tag. In a short way it's a neutral tag. CODING: RESULT: