{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is the difference between HTML and HTML5?", "acceptedAnswer": { "@type": "Answer", "text": "HTML5 is the current standard, adding semantic elements like <article>, <nav>, and native video/audio support." } }, { "@type": "Question", "name": "Is HTML a programming language?", "acceptedAnswer": { "@type": "Answer", "text": "No — HTML is a markup language; it describes structure but has no logic or computation." } }, { "@type": "Question", "name": "What is semantic HTML?", "acceptedAnswer": { "@type": "Answer", "text": "Using elements for their intended meaning (<nav> for navigation, <button> for buttons) to improve accessibility and SEO." } } ] }
The standard markup language used to create the structure and content of web pages — defining elements such as headings, paragraphs, links, images, and forms.
An HTML file defines the page structure: <header>, <main>, <section> tags that browsers render into a visible webpage.
HyperText Markup Language, Markup
HTML