Font size
WorksheetsHYPERTEXT MARKUP LANGUAGE
Total questions: 10
Worksheet time: 6mins
What does the acronym HTML stand for?
Hyper Transfer Markup Language
High Text Marking Logic
Hypertext Markup Language
Hidden Text Management Link
HTML is the universal standard for structuring all web content.
True
False
According to the slides, who is credited with inventing the initial version of HTML in 1989-1991?
Bill Gates
Marc andreessen
Vint Cerf
Tim Berners-Lee
The fundamental components of an HTML document are elements, which are defined by tags and can contain (a) .
In the example <h1>Hello</h1>, what part is the ke-yword enclosed in angle brackets (<h1> and </h1>)?
An Element
A Tag
An Attribute
A Value
Attributes provide extra information about an ele-ment and are usually found in the:
Closing tag
Content between the tags
Opening tag
Separate Attribute section
HTML defines the content and structure of a document. Which one of the following core web technologies works with HTML to control the appearance and presentation (e.g., colors, fonts) of the document?
Java script
Phyton
CSS (Cascading Style Sheets)
PHP
CSS stands for
(a)
3. Which of the following tags is the start of web pages?
a. <Body>
b. <Title>
c. <HTML>
d. <Form>
