What does HTML stand for?
AnswerHyperText Markup Language
HTML is the markup language that structures the content of web pages.
Coding · Facts & stats
7 fact-checked facts about web development, each with the reason behind it. 5 more are in today's round and join this page after it closes.
AnswerHyperText Markup Language
HTML is the markup language that structures the content of web pages.
AnswerUniform Resource Locator
A URL is the address of a resource on the web, such as a page or image.
Answer<a>
The <a> (anchor) element makes links, with the destination set in its href attribute.
AnswerTranslates domain names into IP addresses
The Domain Name System works like a phone book, turning names like example.com into IP addresses.
AnswerPadding
From inside out the box model is content, padding, border, then margin.
Answer301
301 signals a permanent redirect; 302 and 307 are temporary and 304 means Not Modified.
AnswerA text alternative describing the image
Alt text is read by screen readers and shown if the image cannot load.