Certification Course
HTML and CSS introduction
| Course Content |
Details |
| Introduction |
Basic concepts |
| Advanced Topics |
Topic 1 |
| Topic 2 |
Tasks and Quiz
Weekly Tasks Table
| Week |
Task |
| 1 |
HTML Basics |
| 2 |
CSS Styling |
| Combined Week 3-4 |
Unordered List of 15 Items
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
- Item 6
- Item 7
- Item 8
- Item 9
- Item 10
- Item 11
- Item 12
- Item 13
- Item 14
- Item 15
Ordered List with Nested Lists
- What does HTML stand for?
- A) HyperText Markup Language
- What is the purpose of the <head> tag in HTML?
- B) To contain metadata like title, character set, and link to stylesheets
- What is an HTML editor used for?
- C) To edit and write HTML code
- Which of the following is the correct HTML element for inserting a line break?
- Which tag is used to create a hyperlink in HTML?
- How do you create an unordered list in HTML?
- Which of the following is an HTML attribute?
- What is the default alignment of the <h1> heading in HTML?
- Which tag is used to define a paragraph in HTML?
- How do you add a comment in HTML?
- What is the correct HTML element to set a background color?
- B) <body background="color">
- Which HTML element is used for a quote or citation?
- Which tag is used to insert an image in HTML?
- What is a favicon in HTML?
- A) A special image displayed in the browser's title bar
- Which tag is used to define a table in HTML?