0% found this document useful (0 votes)
130 views

Review Questions HTML and Css

This document contains review questions for Chapter 3 of an HTML and CSS course. It asks questions about creating different types of lists like unordered, ordered, and definition lists using tags like <ul>, <ol>, <li>, and <dl>. It also asks questions about adding images, links, audio, and video to webpages using tags such as <a>, <img>, <audio>, and <video> and their associated attributes. The document contains blank fields requiring students to fill in missing tags, attributes, and values to correctly implement various HTML elements discussed in the chapter.

Uploaded by

Naasireet Maniga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views

Review Questions HTML and Css

This document contains review questions for Chapter 3 of an HTML and CSS course. It asks questions about creating different types of lists like unordered, ordered, and definition lists using tags like <ul>, <ol>, <li>, and <dl>. It also asks questions about adding images, links, audio, and video to webpages using tags such as <a>, <img>, <audio>, and <video> and their associated attributes. The document contains blank fields requiring students to fill in missing tags, attributes, and values to correctly implement various HTML elements discussed in the chapter.

Uploaded by

Naasireet Maniga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

2

REVIEW QUESTIONS CHAPTER THREE


COURSE: HTML & CSS

REVIEW QUESTIONS

CHAPTER THREE

COURSE: HTML & CSS

NAME:………………………………………..Roll/No:………
2
REVIEW QUESTIONS CHAPTER THREE
COURSE: HTML & CSS
1. Fill in the blank to create a valid list ?

<ul>

> Red </li>


< >

<li> Blue
< >
>
< >

2. Which element we use to create list item ?


………… we use the <li> element to create a list item. The <li> element is used within an
ordered list ( <ol>) or an unordered list ( <ul>) to define each item in the
list………………………………………………………………………
…………………………………………………………………
3. What are types of lists in html , give an example ?
Ordered Lists
… <ol>
<li>First item</li>

<li>Second item</li>

<li>Third item</li>

</ol>…

Unordered Lists
<ul>
<li>First item</li>
<li>Second item</li>
2
REVIEW QUESTIONS CHAPTER THREE
COURSE: HTML & CSS
<li>Third item</li>
</ul>
……description list
… <dl>
<dt>Term 1</dt>
<dd>Definition 1</dd>
<dt>Term 2</dt>
<dd>Definition 2</dd>
<dt>Term 3</dt>
<dd>Definition 3</dd>
</
dl>……………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
………………………………………………………………...
4. <dl>
5. <dt>Term 1</dt>
6. <dd>Definition 1</dd>
7. <dt>Term 2</dt>
8. <dd>Definition 2</dd>
9. <dt>Term 3</dt>
10. <dd>Definition 3</dd>
11. </dl>
2
REVIEW QUESTIONS CHAPTER THREE
COURSE: HTML & CSS
12. ……………………………………………………………………
………………………………………………………………………
………………………………………………………………………
………………………………………………………………………
………………………………………………………………………
………………
13. Fill in the blanks to make the text “about” a link to
“about.html” ?

<a = “about.html” >

< >
>

14. Fill in the blanks to embed the image background .jpg in the
page.

<h3> image as link <h3>


< =”https://citycot.com “ >
< = “background.html” >

< img =”images//log.jpg” width =”100px “height


15.
=”auto” >Fill in the blanks
< >
2
REVIEW QUESTIONS CHAPTER THREE
COURSE: HTML & CSS

< controls >


16. Which attribute is use to specify where to open the linked
document ?
<source = “ Audio/lecture.mp3” >
…………………………………………………………………………
…………………………………………………………………………
You browser does not support
…………………………………………………………………………
17. Fill int blanks to create a calid audio element ?
<

10 . Discuss video tag attributes ?


…………………………………………………………………………
…………………………………………………………………………
2
REVIEW QUESTIONS CHAPTER THREE
COURSE: HTML & CSS
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………

11 . Discuss image tag attributes ?


…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
12. Discuss audio tag attributes ?
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
13. Which element allows you to embed You-Tube videos in a page ?
Give an example ?
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
2
REVIEW QUESTIONS CHAPTER THREE
COURSE: HTML & CSS
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………
…………………………………………………………………………

You might also like