Skip to main content

Command Palette

Search for a command to run...

Semantic HTML

#100DaysOfCode #Day4

Published
1 min readView as Markdown
Semantic HTML

Hey Guys,

We are going to learn about the HTML Semantic and HTML document structure. How do these things make HTML meaningful for readers and for CSS implementation.

image.png

We used to have div replaced by all the semantic tags in HTML. These tags are the thing which make it meaningful to use while building HTML.

Lot of Semantic tags which makes the HTML easy.

Can get the semantic tags list here MDN

HTML Entity

The HTML entities are the symbols that we can use in HTML doc by following certain syntax.

You can find the HTML entities here. HTML Entities

$$ To be continued $$