What does HTML stand for?
HyperText Markup Language — it defines the structure and meaning of web content so browsers can render it.
What is HTML used for?
It describes the content, structure, and meaning of web pages that are displayed by browsers such as Chrome, Edge, or Firefox.
What is a hypertext document?
Text that contains hyperlinks connecting to other parts of the same document or to other documents.
What is a hyperlink in HTML?
A clickable reference created with the <a> tag that links to another document or resource.</a>
Who invented the World Wide Web?
Tim Berners-Lee, in 1989, using the idea of hyperlinks proposed earlier by Ted Nelson.
What is a markup language?
A system for annotating text to define structure, presentation, and meaning using tags or symbols.
Give examples of markup languages besides HTML.
XML, Markdown, LaTeX, YAML, SVG, and MathML.
What organization currently maintains the HTML Living Standard?
The WHATWG (Web Hypertext Application Technology Working Group).
What are some older organizations that worked on HTML standards?
The IETF (Internet Engineering Task Force) and the W3C (World Wide Web Consortium).
What is the difference between HTML and XHTML?
XHTML uses stricter XML-based syntax, while HTML 5 is more flexible and forgiving.
What is the role of a web browser in relation to HTML?
It interprets and renders the HTML document into a formatted web page for users.
What are the main parts of an HTML document?
The head (for metadata and links) and the body (for visible page content).
Is HTML a programming language?
No — it is a markup language, not a programming language.
What kinds of content can an HTML document contain?
Text, images, audio, video, links, scripts, and metadata.
What do we mean by “rendering” in web browsers?
The process by which browsers visually display the structured HTML content.
Why is HTML important for the Internet?
It provides a universal, structured way for browsers to understand and display documents across devices.
What does the term “element” mean in HTML?
A building block defined by a start and end tag that represents content or structure, e.g. <p>Paragraph</p>.
What is the relationship between HTML and CSS?
HTML defines structure and content; CSS defines presentation and style.
What is the relationship between HTML and JavaScript?
JavaScript adds interactivity and dynamic behavior to the static structure defined by HTML.
What are “metadata” elements used for in HTML?
They provide information about the document itself, such as title, author, keywords, and linked resources.
What is the basic structure of an HTML document?
An HTML document has a DOCTYPE declaration, followed by <html>, <head>, and <body> elements.
What is the purpose of the <!DOCTYPE html> declaration?
It tells the browser that the document uses HTML5, ensuring consistent rendering.
What is the <html> element?
The root element that contains all other elements in the page.
What are the two main child elements of <html>?
<head> for metadata and <body> for visible content.
</body></head>
.
Text
.), and an end tag marks the end (
).This is British English.
,