Search Header Logo
2. HTML elements csc20

2. HTML elements csc20

Assessment

Presentation

Computers

University

Medium

Created by

Elnura Alieva

Used 4+ times

FREE Resource

11 Slides • 16 Questions

1

media

2

media

3

media

4

media

​ex2: Prepare such website

use h1, h6 ,h3 tags

add 3 images with three different sources

  1. from image folder

  2. from same folder as webpage

  3. link from internet​

5

Multiple Choice

Question image

Which tag keeps text shown on browser tab?

1

head

2

title

3

h1

4

body

6

Multiple Choice

What does meta tags do?

1

Show author of page to search engines

2

say which Charset to use for webpage

3

make good look on all devices

4

all of them

7

Multiple Choice

What does this meta tag do?

<meta charset="UTF-8">

1

Show author of page to search engines

2

say which Charset to use for webpage

3

make good look on all devices

4

all of them

8

Multiple Choice

what is the difference between heading tags h1 and h6?

1

h1 is bigger than h6

2

h6 is bigger than h1

3

number shows their order on page

4

they have same look

9

Multiple Choice

which tag we use to add image?

1

photo

2

image

3

img

4

JPG

10

Multiple Choice

Question image

Which code is correct to add 2.jpeg photo to index.html?

1

<img source="2.jpeg">

2

<img href="2.jpeg">

3

<img src="images/2.jpeg">

4

<img src="2.jpeg">

11

Multiple Choice

Question image

Which code is correct to add 1.jpeg photo inside images folder to index.html?

1

<img src="images/1.jpeg">

2

<img href="2.jpeg">

3

<img src="images/2.jpeg">

4

<img src="2.jpeg">

12

Multiple Choice

which tag is used to make line break? (enter - go next line)

1

<br>

2

<enter>

3

<next>

4

<break>

13

Multiple Choice

which tag is used to make text bold?

1

<em>

2

<strong>

3

<br>

4

<p>

14

Multiple Choice

which tag is used to make text Italic?

1

<strong>

2

<em>

3

<img>

4

<html>

15

Multiple Choice

which tag is used to make text underline?

1

<strong>

2

<em>

3

<u>

4

<html>

17

Multiple Choice

in which tag we place all visible content of page?

1

head

2

body

3

all

4

content

18

Multiple Choice

Question image

which code is correct for following photo

1

<p>My cat</p>

<h1>My cat is the best thing on this planet. it is my</h1>

2

<h1>My cat

<p>My cat is the best thing on this planet. it is my</h1></p>

3

<h1>My cat</h1>

<p>My cat is the best thing on this planet. it is my</p>

4

>h1<My cat>/h1<

>p<My cat is the best thing on this planet. it is my>/p<

19

Multiple Choice

Question image

Which tag was used for item 1 in photo?

1

<em>

2

<u>

3

<br>

4

<h1>

20

media

21

media

22

media

​ex:3

23

Multiple Choice

Question image

Which tag was used for item 4 in photo?

1

<strong>

2

<u>

3

<em>

4

<h1>

24

media

25

media

26

media

27

media

Show answer

Auto Play

Slide 1 / 27

SLIDE