SHORT ACTIVITY

SHORT ACTIVITY

9th Grade

10 Qs

quiz-placeholder

Similar activities

5.3 ID The Elements - Inline, Block, Attribute

5.3 ID The Elements - Inline, Block, Attribute

9th - 12th Grade

12 Qs

CSS ID vs. Class

CSS ID vs. Class

9th - 12th Grade

15 Qs

Intermediate level quiz

Intermediate level quiz

7th - 10th Grade

10 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML Links

HTML Links

9th - 12th Grade

10 Qs

CSS Styling Quiz

CSS Styling Quiz

9th Grade

14 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

SHORT ACTIVITY

SHORT ACTIVITY

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Jonalyn Rosario

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<a _______="PT1_MARCAL1.HTML">MUNDO: </a>

href

id

img src

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

. Which of the following is correct in inserting the picture with a filename “moon.jpg”?

<IMG SCR = “moon.jpg” ALT= “MOON” HEIGHT=140 WIDTH=140 />

<IMG SRC = “moon.jpg” ALT= “MOON” HEIGHT=140 WIDTH=140 />

A.     <IMAGE SRC = “moon.jpg” ALT= “MOON” HEIGHT=140 WIDTH=140 />

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The HTML anchor tag defines a hyperlink that links one page to another. It can create hyperlinks to other web pages, files, locations, or any URL.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The "href" attribute is the most important attribute of an HTML tag; it links to a destination page or URL.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The href attribute uses the ______symbol followed by the id of the target section.

#

*

%

@

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each section has NO unique id attribute that matches the href value of the corresponding link.

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SYNTAX IN CREATING LINK WITHIN A PAGE:

<a href="#section1" >Section 1</a>

WHAT COULD BE THE ASSIGN ID ATTRIBUTE - TO LINK A SPECIFIC SECTION?

<a id attribute="section1" >Section 1</a>

<a id="#section1" >Section 1</a>

<a id="section1" >Section 1</a>

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?