Html5 & Sematic Tags
HTML5:-New things introduced in HTML5 are:-
i) Many new attributes are introduced in HTML5 which were not present in HTML.
ii) It provides audio, video and other multimedia content using <audio>tag, <video>tag, etc.
iii) There are many page layout options available in HTML5 which makes it a coder easy to understand the codes. Like it uses <header>tag, <footer>tag, and <main>tag by which we can easily understand what the code is used for.
iv) It also supports SEO (Search Engine Optimization) which helps in the improvisation of a webpage and also helps in knowing the popularity of a web page.
SEMATIC TAGS:-
Semantic tag is tags which make tags that describe the meaning and purpose of the content they contain. It adds meaning to the webpage, making it easier for search engines and other systems to understand.
Examples of the semantic tag are– article, aside, details, and footer. header, main, etc.
Uses of Sematic Tag are:-
i) Websites
ii) Web applications
iii) E-commerce platforms
iv) Blogs and content management systems