WEBTECH-1 QUIZZ 2

WEBTECH-1 QUIZZ 2

University

20 Qs

quiz-placeholder

Similar activities

HTML/CSS

HTML/CSS

9th Grade - Professional Development

20 Qs

HTML_CSS_JAVASCRIPT

HTML_CSS_JAVASCRIPT

University - Professional Development

20 Qs

CSC264 Javascript Basic

CSC264 Javascript Basic

University

15 Qs

HTML

HTML

KG - University

17 Qs

Coding 1 SMA Immanuel

Coding 1 SMA Immanuel

University

25 Qs

Kvíz o HTML značkách

Kvíz o HTML značkách

9th Grade - University

20 Qs

WEB TECHNOLOGY-INTERNET BASICS AND HTML

WEB TECHNOLOGY-INTERNET BASICS AND HTML

University

15 Qs

Batch E418

Batch E418

University

20 Qs

WEBTECH-1 QUIZZ 2

WEBTECH-1 QUIZZ 2

Assessment

Quiz

Other

University

Medium

Created by

study CS

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following gives a text description of the image if it is not available

alt

title

src

height

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

"src" attribute of an attribute specifies what?

text of an image

url of an image

alternate image

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If i want to access facebook site through GLA logo then which tag is use? Note GLA logo is saved as gla.jpg

<a href img src="gla.jpg">

<a href="gla.jpg"><img src="/www.facebook.com"></a>

<a href="https://www.facebook.com"><img src="gla.jpg"></a>

<a href="https://www.facebook.com" img src="gla.jpg"></a>

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It is an HTML tag used to create hyperlinks. The tag identifies what is clicked on and where it links to.


Break Tag (</br>)

Ending Tag (</p)

Beginning Tag (<html>)

Anchor Tag (<a> </a>)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why won't the following anchor tag work?

<a href=https://www.google.com/>click here</a>


There is no anchor tag in the code

The URL is missing quotation marks

The href is missing a closing tag

The link is incorrect. it should be ref, not href

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

WHAT IS THE FUNCTION OF HYPERLINK?

it is a direct link from one hypertext document to another


optimize the user experience

generate links with industry authorities

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax for comment in html

<#comment>

<--!comment-->

<--comment--!>

<!--comment-->

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?