SDA - Lesson 4

SDA - Lesson 4

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML Quiz

HTML Quiz

12th Grade

24 Qs

CSS Review

CSS Review

10th Grade

25 Qs

latihan casis ya

latihan casis ya

4th Grade - University

20 Qs

Careers

Careers

10th Grade - University

23 Qs

商业学第二册 企业组织题目

商业学第二册 企业组织题目

10th - 12th Grade

20 Qs

Technology Knowledge Unit

Technology Knowledge Unit

9th Grade - University

20 Qs

BUSINESS STUDIES CHP 9 (1)

BUSINESS STUDIES CHP 9 (1)

12th Grade

20 Qs

Wordpress & Website

Wordpress & Website

9th Grade

22 Qs

SDA - Lesson 4

SDA - Lesson 4

Assessment

Quiz

Business

9th - 12th Grade

Hard

Created by

Lynn Moran

Used 36+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following HTML code:


<a href="http://192.168.2.3/indexes/index.html"> CCYP Home </a>


Which type of hyperlink reference is given in this code?

Secure site URL

Partial URL

Relative URL

Fully qualified URL

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following HTML code from a page that resides on a Web server:


<a href="/pages/index.html">uCorp</a>


According to this code, where does the file named index.html reside on the server?

In the "uCorp" directory, which resides off of the server's root directory

In the "pages" directory, which resides one directory beneath the directory currently being edited

In the "home" directory, which resides off of the "pages" directory on the server

In the "pages" directory, which resides off of the server's root directory

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which HTML element is used to create a hyperlink?

<href>

<link>

<a>

<alink>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following HTML code on a page that resides on a Web server:


<a href="pages/index.html">uCorp</a>


According to this code, where does the file named index.html reside on the Web server?

In the Web server's root directory

In the "pages" subdirectory, which resides beneath the page being currently edited

In the "home" subdirectory, which resides off of the "pages" directory on the server

In the "pages" directory, which resides above the page being currently edited

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following HTML code from a page that resides on a Web server:


<a href="../ucorp.html"> uCorp </a>


According to this code, where does the file named ucorp.html reside on the Web server?

In the Web server's root directory

In a directory one level below the current page

In the Web server's "ucorp" directory

In a directory one level above the current page

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following HTML code:


<a href="indexes/index.html"> CCYP Home </a>


Which type of hyperlink reference is given in this code?

Secure site URL

Partial URL

Absolute URL

Fully qualified URL

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which line of HTML code creates a valid hyperlink on a Webpage?

<a href="mailto:info@ciwcertified.com"> Contact us now </a>

<a href="http://www.company.com/mail"/> Contact us now <a/>

<a href="https://www.company.com/ssl"> Secure Server <href>

<a href="ftp://ftp.company.com"> Download now <ftp/>

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?