Provojme njohurite klasa 10

Provojme njohurite klasa 10

10th Grade

15 Qs

quiz-placeholder

Similar activities

html QUIZ

html QUIZ

9th - 10th Grade

12 Qs

Produktif - B (Tag HTML)

Produktif - B (Tag HTML)

10th Grade

15 Qs

HTML Level 1

HTML Level 1

8th Grade - University

16 Qs

Pengenalan Web dan HTML

Pengenalan Web dan HTML

10th Grade

18 Qs

Latihan Soal HTML

Latihan Soal HTML

10th Grade

20 Qs

Web программалау бөліміне қысқаша шолу

Web программалау бөліміне қысқаша шолу

10th Grade - University

10 Qs

Ôn tập biến và lệnh gán trong Python

Ôn tập biến và lệnh gán trong Python

10th Grade

10 Qs

IT quiz test

IT quiz test

10th Grade - University

13 Qs

Provojme njohurite klasa 10

Provojme njohurite klasa 10

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Liljana Kurti

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cila sintakse realizon vendosjen e ngjyres se sfondit ne nje faqe webi?

<body="pink">

<body bgcolor="pink">

<bodybgcolor="pink">

<background-color="pink">

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cila sintakse përdoret për të vendosur ngjyrën e tekstit në një faqe webi?

<h1 text-color="blue">

<p style="color:blue">

<text color="blue">

<span color="blue">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cila është sintaksa e duhur për të vendosur një imazh si sfond në një faqe webi?

<body style="background-image:url('image.jpg')">

<body background="image.jpg">

<body img="image.jpg">

<body style="background='image.jpg'">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cila sintaksë përdoret për të krijuar një lidhje hiperteksti(link) në HTML?

<a href="http://example.com">Link</a>

<link href="http://example.com">Link</link>

<hyperlink href="http://example.com">Link</hyperlink>

<a link="http://example.com">Link</a>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cila sintaksë përdoret për të krijuar një listë të renditur në HTML?

<oltype="1"><li>Item 1</li><li>Item 2</li></ol>

<list><item>Item 1</item><item>Item 2</item></list>

<ol><li>Item 1</li><li>Item 2</li></ol>

<ul><li>Item 1</li><li>Item 2</li></ul>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cila është sintaksa e duhur për të krijuar një tabelë në HTML?

<table><tr><td>Cell 1</td><td>Cell 2</td></tr></table>

<table><row><cell>Cell 1</cell><cell>Cell 2</cell></row></table>

<table><thead><tr><th>Header 1</th><th>Header 2</th></tr></thead></table>

<table><tr><th>Header 1</th><th>Header 2</th></tr><tr><td>Cell 1</td><td>Cell 2</td></tr></table>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cila sintaksë përdoret për të krijuar një formë në HTML?

<form action="submit.php" method="post"><input type="text" name="name"></form>

<form method="get"><input name="name"></form>

<form action="submit.php" method="post"><textarea>Text</textarea></form>

<form action="submit.php"><input type="submit"></form>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?