(Latest 2026- 2027 Update) HyperText Markup
Language & CSS Qs & As 100% Correct Grade
A (Verified Answers)
HTML (Hypertext Markup Language) - ANSWER>>A notation for specifying the form
of a web page to a browser
Tag - ANSWER>>A word or abbreviation enclosed in angle brackets, usually paired
with a companion starting with a slash, which describes a property of data or
expresses a command to be performed; e.g., <italic>You're it!</italic>
Start Tag - ANSWER>>The first of a pair of tags, such as <i>
End Tag - ANSWER>>The second of a pair of tags, such as </i>
Semantic - ANSWER>>Having meaning
Singleton Tag - ANSWER>>A tag such as the image tag <img . . . /> that has no
end tag
Head - ANSWER>>That part of an HTML file surrounded by <head> and </head>
tags
Body - ANSWER>>That part of an HTML file surrounded by <body> and </body>
tags, and containing the page's content
, Open Source - ANSWER>>Software for which the source code is publically available
Text Editor - ANSWER>>Document preparation software for code with no
formatting capabilities
White Space - ANSWER>>In HTML, space inserted for readability
Preformatted - ANSWER>>In HTML, text that is enclosed between <pre> and
</pre> tags
Attribute - ANSWER>>In HTML, a parameter used within the tags to specify
additional information; in a database, a property of an entity; also called a field
Escape Symbol - ANSWER>>A character, often & or \, that is a prefix to another
character or word used to enlarge a character's encoding, e.g., &infinity to encode ∞
Compose and Check - ANSWER>>A code development cycle of programming and
testing
CSS (Cascading Style Sheets) - ANSWER>>A system for globally styling web pages
written in HTML
Element - ANSWER>>An indexed item; also called an array element
Property/Value - ANSWER>>Content following the colon symbol in HTML/CSS
styling