DEV Community

Cover image for What is Semantic Markup? ~ GameDev Challenge
Saami abbas Khan
Saami abbas Khan

Posted on

What is Semantic Markup? ~ GameDev Challenge

This is a submission for the Web Game Challenge: One Byte Explainer

Explainer

Semantic markup refers to the use of HTML elements that clearly describe their meaning in a way that’s both easy for developers and understood by machines e.g, use of tags like <header>, <section>, and <footer>.

Additional Context

Using semantic markup makes our code SEO-optimized and user-friendly by improving its chances of appearing at the top of search results. It also enhances code readability, enables better layouts, improves UX, and is widely used by screen readers for accessibility.

@saamiabbaskhan

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Cloudinary image

Video API: manage, encode, and optimize for any device, channel or network condition. Deliver branded video experiences in minutes and get deep engagement insights.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay