Semantic HTML Explained

I am an individual with over 13+ years of Interface design expertise. Strong familiarity with a wide portfolio of software languages and applications including MEAN and MERN Stack.
Search for a command to run...

I am an individual with over 13+ years of Interface design expertise. Strong familiarity with a wide portfolio of software languages and applications including MEAN and MERN Stack.
No comments yet. Be the first to comment.
All about angular in few detailed videos

Hey, I teach programming to young graduates. For this, I created an initiative called Skibble. In the video, I explained how to build a complete app in just 2 hours. I encourage you to watch the video to learn or to post suggestions to improve for t...

Hey, I teach programming to young graduates. For this, I created an initiative called Skibble. In the video, I explained the fundamentals of OOP in JavaScript. I encourage you to watch the video to learn or to post suggestions to improve for the nex...

What’s Next? The most frustrating question for students is What's Next? “After college what to do?” is a trending question on google too. The world has a default answer to the question “Get a Job”. I don’t quite understand who made the rule “a job af...

HTML structure was originally created structure content on the web browser, such as headings, paragraphs, images, etc. But today machines are also reading the web content for sharing or indexing purposes, if a human or machine reading the content the existing tags are enough, but to make the reading more efficient, the latest version of HTML introduced the semantics tags such as nav, header, footer, section, article, etc. This way it will be easy to figure out which content is what for the man or machine.
If you observe the below image the change can be observed. Each section of HTML is more readable and clear.
