Podcast
Questions and Answers
What is the purpose of the tag in HTML?
What is the purpose of the tag in HTML?
Which statement about color representation in HTML is correct?
Which statement about color representation in HTML is correct?
Which tag is used to create a line break in HTML?
Which tag is used to create a line break in HTML?
What does the modern approach of using inline styling allow you to do?
What does the modern approach of using inline styling allow you to do?
Signup and view all the answers
Which of the following is NOT a basic HTML formatting tag?
Which of the following is NOT a basic HTML formatting tag?
Signup and view all the answers
Study Notes
Coding and Robotics Exam - HTML
- No Computer Required: The exam is a paper-based test.
- Topics Covered: All HTML topics.
-
Basic HTML Tags:
-
<!DOCTYPE>
-
<html>
-
<head>
-
<body>
-
<title>
-
-
Basic Formatting Tags:
- Comments:
<!--comments -->
- Headings:
<h1>
to<h6>
- Paragraphs:
<p>
- Line Breaks:
<br />
- Horizontal Rules:
<hr />
- Bold Text:
<b>
,<strong>
- Italic Text:
<i>
- Underlined Text:
<u>
- Font Tags:
<font>
(and attributes likesize
,color
) -
<span>
&<div>
- Comments:
-
Color Representation:
- RGB color components (Red, Green, Blue)
- Hexadecimal color codes (e.g.,
#aabbcc
) - Inline Styling (e.g.,
style="color: red;"
)
-
Image Tags:
-
<img>
tag with attributes likesrc
,alt
,width
,height
,border
-
-
Lists:
- Unordered Lists (
<ul>
) with attributes liketype
(e.g.,A
,a
,i
) - Ordered Lists (
<ol>
) with attributes liketype
(e.g.,circle
,square
) - List Items (
<li>
)
- Unordered Lists (
-
Web Page Theory:
- Commonly used text editors
- Purpose of a text editor in webpage creation
- Purpose of a web browser
- Commonly used web browsers (examples)
-
Exam Structure:
- 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
Prepare for your Coding and Robotics exam with this comprehensive quiz covering all basic topics in HTML. Test your understanding of tags, formatting, color representation, image insertion, and list creation. Ideal for students seeking to excel in web development.