Yr 11 ICT gRP 4A

Yr 11 ICT gRP 4A

11th Grade

16 Qs

quiz-placeholder

Similar activities

html basics

html basics

8th Grade - University

11 Qs

HTML QUIZ

HTML QUIZ

6th Grade - University

13 Qs

RETURN 17-БӨЛІМ

RETURN 17-БӨЛІМ

11th Grade

20 Qs

prgramming

prgramming

6th Grade - University

11 Qs

WEB_05/06

WEB_05/06

9th - 12th Grade

11 Qs

Uji Pemahaman 2

Uji Pemahaman 2

11th Grade

20 Qs

Recuperação 5 pontos 1ª Parcial Front-end

Recuperação 5 pontos 1ª Parcial Front-end

11th Grade

15 Qs

Yr 11 ICT gRP 4A

Yr 11 ICT gRP 4A

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

AM Amos

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Web design layer we see Java scripts?


<head> ... </head>

<body> ... </body>

<title> ... </title>


<a href= mystyle.css"> APPLY CSS </a>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of CSS in web design?

To structure the content of the webpage

To style and layout the webpage

To add interactivity to the webpage

To manage the server-side logic

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define an internal style sheet?

<style> ... </style>

<css> ... </css>

<script> ... </script>

<link> ... </link>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used to specify the destination of a link in HTML?

href

src

link

target

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'alt' attribute in an tag specify?

Alternative text for the image

Image source URL

Image width

Image height

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to change the text color of an element?

color

font-color

text-color

background-color

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the tag in HTML?

To define metadata about the HTML document

To link external stylesheets

To create hyperlinks

To embed images