IT16 – Lecture Quiz #1 HTML, CSS, and JS. Prepared by: Daryl Factor For: 3rd Year – Block 1.
1. What HTML element is used to create a hyperlink?.
2. Which HTML element is used to define the structure of an HTML document, including headings, paragraphs, and lists?.
3. What HTML element is used to create an unordered list?.
4. Which HTML element is used to embed multimedia content, such as videos, audio, or another web page into a web page?.
5. What HTML element is used to define the main heading of a document or section and is typically the largest and most important heading on a page?.
6. What does CSS stand for in web development?. A) Computer Style Sheets B) Creative Style Sheets C) Cascading Style Sheets D) Colorful Style Sheets.
7. In CSS, which property is used to change the color of text?.
8. How can you select an HTML element with the id attribute "my-element" in CSS?.
9. Which CSS property is used to control the spacing between lines of text within an element?.
10. What is the purpose of the CSS property "margin"?.