Advertisement

Advertisement banner

Advertisement

Advertisement banner

Advertisement

Advertisement banner
Science & TechnologyWhat is Semantic HTML?
M

| Updated on August 2, 2021 | science-and-technology

What is Semantic HTML?

3 Answers
R

@riyakumari8997 | Posted on August 2, 2021

The term Semantic HTML is the type of HTML that introduces the user to web page rather than just presentation. Some of the examples of Semantic HTML areHeader tags <h1> through <h6>,<blockquote>,<code> and<em>. The benefits of Semantic HTML is to drive the goal of web page, desire to communicate, etc. It also provides information about contents. Also, semantic elements in HTML is seems to be so useful in writing.

Article image

0 Comments
logo

@elianawilson7255 | Posted on August 3, 2021

Semantic HTML or semantic markup is HTML that acquaints significance with the website page as opposed to simply show. For instance, a <p> tag shows that the encased content is a section. This is both semantic and presentational on the grounds that individuals realize what passages are, and programs realize how to show them.

On the other side of this condition, labels, for example, <b> and <i> are not semantic. They characterize just how the content should look (striking or italic), and don't give any extra significance to the markup.

Instances of semantic HTML labels include:

Header labels <h1> through <h6>

<blockquote>

<code>

<em>

There are a lot more semantic HTML labels to use as you fabricate a norms consistent site.

0 Comments
J

@jakabasej8483 | Posted on October 17, 2021

Semantic HTML or semantic markup is HTML that acquaints significance with the website page as opposed to simply show.

More you can read here: [URL="https://elly.com/pos/en/cryptocurrency-pos-system/"]Crypto POS[/URL]

Instances of semantic HTML labels include:

Header labels <h1> through <h6>

<blockquote>

<code>

<em>

There are a lot more semantic HTML labels to use as you fabricate a norms consistent site.

0 Comments