
Industry Certification Exam: Knowledge Pillars
Authored by Alexis Montag
Computers
8th Grade
Used 8+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is HTML and its role in web development?
HTML stands for Hyper Text Markup Language and it is used to Structure in web development.
HTML stands for Hyperlinks and Text Markup Language and it is used to Design in web development.
HTML stands for Hyper Text Markdown Language and it is used to Style in web development.
HTML stands for Hyperlink Text Markup Language and it is used to Code in web development.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the main sections of an HTML document?
The root element is <__HTML____>. The section for metadata (like title, links to CSS) is <__head____>. The section that contains content visible to users is <__body____>.
The root element is <__HTML____>. The section for metadata (like title, links to CSS) is <__meta____>. The section that contains content visible to users is <__content____>.
The root element is <__HTML____>. The section for metadata (like title, links to CSS) is <__header____>. The section that contains content visible to users is <__footer____>.
The root element is <__HTML____>. The section for metadata (like title, links to CSS) is <__style____>. The section that contains content visible to users is <__script____>.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
List 5 basic HTML tags and describe their function.
: __Largest heading__
: __to write a short Paragraph__ : __link__ : __to place an image in a webpage__
: __unordered list__
: __Second largest heading__ : __division or section__ : __inline container__ : __ordered list__ - : __list item__
- : __ordered list__
- : __list item__
: __bold text__ : __italic text__ : __underlined text__ 4. MULTIPLE CHOICE QUESTION 30 sec • 1 pt What are the functions of the following attributes in HTML? id: __#id__ class: __.class__ src: __source of the link or an image__ href: __hyper reference__ alt: __alternate link__ The functions of the attributes in HTML are as follows: id is used to uniquely identify an element, class is used to apply styles to a group of elements, src specifies the source of an image or link, href defines the hyperlink reference, and alt provides alternative text for an image. id is used to apply styles to a group of elements, class is used to uniquely identify an element, src specifies the hyperlink reference, href defines the source of an image or link, and alt provides alternative text for a link. id is used to specify the source of an image or link, class is used to define the hyperlink reference, src uniquely identifies an element, href applies styles to a group of elements, and alt provides alternative text for a link. id is used to provide alternative text for an image, class specifies the source of an image or link, src applies styles to a group of elements, href uniquely identifies an element, and alt defines the hyperlink reference. 5. OPEN ENDED QUESTION 3 mins • 1 pt What is the difference between block-level and inline elements? Evaluate responses using AI: OFF 6. MULTIPLE CHOICE QUESTION 30 sec • 1 pt Best practices for writing semantic HTML: Why is it important to use semantic HTML? Forms tables, navigation links. ______________ To improve SEO and accessibility To make the website look more colorful To increase the loading speed of the website To reduce the cost of web hosting 7. OPEN ENDED QUESTION 3 mins • 1 pt What tags are typically used to structure the layout of a simple web page? Header: ______________ Navigation: ______________ Main content: ______________ Footer: ______________ Evaluate responses using AI: OFF: __table structure__
: __table row__





%20(1).png)