Podcast
Questions and Answers
Which HTML tag is used to create a hyperlink?
Which HTML tag is used to create a hyperlink?
Which of the following is an example of defining color using hexadecimal representation?
Which of the following is an example of defining color using hexadecimal representation?
Which tag is used for italicizing text in HTML?
Which tag is used for italicizing text in HTML?
What attribute is used to change the size of text in HTML?
What attribute is used to change the size of text in HTML?
Signup and view all the answers
Which of the following represents the modern approach to handling colors in HTML?
Which of the following represents the modern approach to handling colors in HTML?
Signup and view all the answers
Explain the purpose of the <div>
tag in HTML and how it can be used in structuring a webpage.
Explain the purpose of the <div>
tag in HTML and how it can be used in structuring a webpage.
Signup and view all the answers
Describe how inline CSS can be applied to an HTML element and provide an example.
Describe how inline CSS can be applied to an HTML element and provide an example.
Signup and view all the answers
What are the advantages of using semantic HTML tags over generic ones like <div>
?
What are the advantages of using semantic HTML tags over generic ones like <div>
?
Signup and view all the answers
How do you change the text color in HTML using RGB values? Give an example.
How do you change the text color in HTML using RGB values? Give an example.
Signup and view all the answers
What is the role of the <span>
tag in HTML and how does it differ from block-level tags?
What is the role of the <span>
tag in HTML and how does it differ from block-level tags?
Signup and view all the answers
Study Notes
HTML Coding Exam
-
This exam covers all HTML topics and does not require a computer.
-
The exam will cover:
- Basic HTML tags, including:
<!DOCTYPE>
,<html>
,<head>
,<body>
,<title>
- Basic formatting tags, including:
<!--comments -->
,<h1>
,<h2>
,<h3>
,<h4>
,<h5>
,<h6>
,<p>
,<br />
,<hr />
,<b>
,<i>
,<strong>
,<u>
,<font>
,<span>
,<div>
- Understanding color representation: red, green, blue components (e.g.,
#aabbcc
), inline styling (e.g.,<p style="color: red">
) - Image tags, including attributes like
src
,alt
,width
,height
,border
(e.g.,<img>
) - Ordered and unordered lists, including
ul
,ol
,li
and their attributes - Basic web page theory:
- Types of text editors
- Purpose of text editors in web page creation
- Types of web browsers
- Purpose of web browsers
- Basic HTML tags, including:
-
The exam has two sections:
- Section A: Short Questions (10 marks)
- Section B: HTML Coding (30 marks)
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This exam evaluates your understanding of HTML topics, covering basic tags, formatting, color representation, and web page theory. It consists of two sections, focusing on short questions and HTML coding skills. Prepare to demonstrate your knowledge of essential HTML elements and their use in web development.