Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

1.3.4 HTML & CSS Web Technologies

star
star
star
star
star
Posljednje ažuriranje 9 months ago
17
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Pitanje 1
1.

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

Pitanje 2
2.

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

Pitanje 3
3.

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

Pitanje 4
4.

Which HTML tag defines a horizontal line?

Pitanje 5
5.

What CSS property is used to specify the border color?

Pitanje 6
6.

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

Pitanje 7
7.

Which CSS property changes the background of an element?

Pitanje 8
8.

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

Pitanje 9
9.

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

Pitanje 10
10.

Match the HTML tag with its description.

Stavka koja se može prevućiarrow_right_altOdgovarajuća stavka

<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

Pitanje 11
11.

Match the CSS property with its purpose.

Stavka koja se može prevućiarrow_right_altOdgovarajuća stavka

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

Pitanje 12
12.

Pair each HTML element with its corresponding closing tag.

Stavka koja se može prevućiarrow_right_altOdgovarajuća stavka

<title>

arrow_right_alt

</p>

<p>

arrow_right_alt

</div>

<div>

arrow_right_alt

</title>

Pitanje 13
13.

Match the HTML attribute with its use.

Stavka koja se može prevućiarrow_right_altOdgovarajuća stavka

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

Pitanje 14
14.

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

Pitanje 15
15.

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

Pitanje 16
16.

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

Pitanje 17
17.

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