Twa kɔ nsɛm atitiriw so
Log in
Sign up for FREE
arrow_back
Laabri

1.3.4 HTML & CSS Web Technologies

star
star
star
star
star
Last updated 9 months ago
17 Nsɛmmisa
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Asemmisa {{asɛmmisaAhyɛnsode}}
1.

What is the HTML tag used to embed an image in a webpage?

Asemmisa {{asɛmmisaAhyɛnsode}}
2.

Write an HTML tag to set the background color of a web page to red using inline CSS.

Asemmisa {{asɛmmisaAhyɛnsode}}
3.

The 'href' attribute in the '<a>' tag is used to link a section on the same page.

Asemmisa {{asɛmmisaAhyɛnsode}}
4.

Which HTML tag defines a horizontal line?

Asemmisa {{asɛmmisaAhyɛnsode}}
5.

What CSS property is used to specify the border color?

Asemmisa {{asɛmmisaAhyɛnsode}}
6.

What is the purpose of the <link> element in HTML?

Asemmisa {{asɛmmisaAhyɛnsode}}
7.

Which CSS property changes the background of an element?

Asemmisa {{asɛmmisaAhyɛnsode}}
8.

In HTML, which attribute of the <img> tag is necessary for accessibility?

Asemmisa {{asɛmmisaAhyɛnsode}}
9.

What is the function of the <div> tag in HTML?

Asemmisa {{asɛmmisaAhyɛnsode}}
10.

Match the HTML tag with its description.

Draggable itemarrow_right_altCorresponding Item

<form>

arrow_right_alt

Used for inserting images

<ul>

arrow_right_alt

Defines a section containing form elements

<img>

arrow_right_alt

Used for creating hyperlinks

<a>

arrow_right_alt

Creates an unordered list

Asemmisa {{asɛmmisaAhyɛnsode}}
11.

Match the CSS property with its purpose.

Draggable itemarrow_right_altCorresponding Item

border-width

arrow_right_alt

Defines the font size of the text

font-size

arrow_right_alt

Sets the background colour of elements

background-color

arrow_right_alt

Sets the width of the border

Asemmisa {{asɛmmisaAhyɛnsode}}
12.

Pair each HTML element with its corresponding closing tag.

Draggable itemarrow_right_altCorresponding Item

<title>

arrow_right_alt

</p>

<p>

arrow_right_alt

</div>

<div>

arrow_right_alt

</title>

Asemmisa {{asɛmmisaAhyɛnsode}}
13.

Match the HTML attribute with its use.

Draggable itemarrow_right_altCorresponding Item

href in <a>

arrow_right_alt

Specifies alternative text to be displayed when image cannot be loaded

src in <img>

arrow_right_alt

Specifies the URL of the linked page

alt in <img>

arrow_right_alt

Specifies the path to the image

Asemmisa {{asɛmmisaAhyɛnsode}}
14.

How to modify an HTML element's style directly using CSS code?

Asemmisa {{asɛmmisaAhyɛnsode}}
15.

Which elements are commonly used to structure the web page in HTML5?

Asemmisa {{asɛmmisaAhyɛnsode}}
16.

How to define the source of an image and alternative text in HTML?

Asemmisa {{asɛmmisaAhyɛnsode}}
17.

Which HTML tags are commonly used to form a list structure?