Question

Question 1 To remove the underlining from an <a> element, you can use CSS to set...

Question 1

To remove the underlining from an <a> element, you can use CSS to set its

A. text-decoration property to none

B. text-decoration property to off

C. underline property to none

D underline property to off

Question 2

You can use the CSS list-style-type property to change

A. the bullet style in an unordered list

B the number style in an ordered list

C the terms style in a description list

Dthe bullet or number style in an unordered or ordered list

Flag this Question

Question 3

A link can be used to start or open all but one of the following. Which one is it?

A. an audio or video file

B. a PDF or PowerPoint file

C. an email

D JavaScript application

Question 4

To create a link that goes to a placeholder on the same page, you code the href attribute as

A @ followed by the id attribute of the placeholder element

B # followed by the id attribute of the placeholder element

C $ followed by the id attribute of the placeholder element
D the id attribute of the placeholder element

Flag this Question

Question 5

To create a menu that drops down from an item in a navigation bar when the mouse pointer hovers over it, you use CSS to change the display property for the menu

A Group of answer choices

B from off to on

C from none to inline

D from off to block

from none to block

Flag this Question

Question 6

When you create a link that starts a video, you can code a

A type attribute that specifies the codec for the media file

B media attribute that specifies the codec for the media file

C type attribute that specifies the MIME type for the media file

D media attribute that specifies the MIME type for the media file

Flag this Question

Question 7

To position a drop-down menu directly below an item in a navigation bar, you apply

A absolute positioning to the ul element for the drop-down list

B relative positioning to the ul element for the drop-down list

C absolute positioning to the navigation bar

D fixed positioning to the ul element for the drop-down list

Flag this Question

Question 8

Where does the link created by this code go to?
<a href="8reasons.html#reason6">Complete, real-world applications</a>

A the element with #reason6 as its id on the page named 8reasons.html

B the element with #reason6 as its id on the same page as the link

C the element with reason6 as its id on the page named 8reasons.html

D the element with reason6 as its id on the same page as the link

Flag this Question

Question 9

The href attribute for an <a> element specifies

A the page that the link should go to

B the placeholder that the link should go to

C the page and/or placeholder that the link should go to

D the page that the link should go to and whether the page should be in a new window

Flag this Questio

Question 10

To lay out a web page so it adjusts to the width of the screen, you use

A fluid layout

B liquid layout

C media queries

D scalable images

Flag this Question

Question 11

When you develop responsive web pages, you use a meta element in the HTML to

A tell the browser that the page is responsive

B specify that media queries will be used

C set the width of the viewport to the device width

D let the user change the size of the browser window

Flag this Question

Question 12

Suppose the fixed width of an aside element in a fixed layout is 300 pixels, and the fixed width of its parent element (body) is 900 pixels. If you convert the page from fixed to fluid layout, the width of the aside should be set to

A 33.33%

B .3333

C 300%

D 3

Flag this Question

Question 13 4 pts

Which of the following do you NOT have to do to create a scalable image whose width is limited to its native size?

A Remove the image’s height and width properties from the HTML

B Set the image’s width property to 100%

C Set the image’s height property to “auto”

D Set the image’s max-width property to the width of the image in pixels

Flag this Question

Question 14 4 pts

An easy way to test a responsive design is to

A Use a text editor like Brackets

B Deploy the website to a server and test it in Chrome

C Deploy the website to a server and test it on a variety of devices

D Use the developer tools of a modern browser

Flag this Question

Question 15 4 pts

The main reason for using the SlickNav plugin is to create a navigation menu that

A responds more quickly

B can be accessed on a mobile device

C responds to touch

D provides for multi-tier menus

Flag this Question

Question 16 4 pts

When will the styles for the media query that follows be applied?
@media only screen and (min-width: 768px) and (max-width: 959px)

A When the width of the screen is 768 pixels or more

B When the width of the screen is 959 pixels or less

C When the width of the screen is greater than 768 pixels and less than 959 pixels

D When the width of the screen is greater than 768 pixels or less than 959 pixels

Flag this Question

Question 17 4 pts

A scalable image is scaled

A to its height and width properties

B to the width of the body element

C to the width of the element that contains it

D to the width of the device that it’s displayed on

Flag this Question

Question 18 4 pts

The HTML5 figure element is typically used as a container for

A articles

B asides

C sections

D images

Flag this Question

Question 19 4 pts

To help the visually impaired, you should provide a description of the image in the image element’s

A alt attribute

B access attribute

C src attribute

D desc attribute

Flag this Question

Question 20 4 pts

When you create an image map, you use an area element to define each hotspot along with

A usemap attribute that identifies the related image

B a hotspot attribute that identifies the number of hotspots

C an href attribute that identifies the page that the hotspot links to

D a map attribute that gives the names of the hot spots

Flag this Question

Question 21 4 pts

You can use the figcaption element to add a caption to

A an img element

B a div element

C a span element

D a figure element

Flag this Question

Question 22 4 pts

The most common image format for photographs in web pages is

A JPEG

B PNG

C GIF

D WebP

Flag this Question

Question 23 4 pts

You can use CSS to do image rollovers by using the :hover selector for a style rule that

A changes the image for an img element

B changes the background image for an img element

C changes the image within a div element

D changes the background image for a div element

Flag this Question

Question 24 4 pts

When you create an image map for an image element, you use

A CSS to specify the map and hotspot areas

B HTML to specify the map and area elements for the img element

C CSS to specify the pages that the hotspots link to

D the HTML for the img element to specify the the pages that the hotspots link to

Flag this Question

Question 254 pts

To get the elements that come after an img element to flow to the right or left of the image, you can use CSS to apply the

A the float property to the img element

B the float property to the elements that come after the img element

C the float-left or float-right property to the img element

D the float-left or float-right property to the elements thtat come after the img element

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

1)The correct answer is A)text-decoration property to none
The text-decoration property under <a> anchor tag need to set as none in order to remove the underlining from an <a> element.

Incorrect answers:
There is no option called off in text-decoration property
Underline property is not available in <a> anchor tag

Let me know in case if you have any questions. Thanks and All the best.
According to Chegg policy, the first question needs to be answered in case there are many multiple-choice questions and not mentioned which question to be answered.

Add a comment
Know the answer?
Add Answer to:
Question 1 To remove the underlining from an <a> element, you can use CSS to set...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • Assume that a web page contains only a single heading element. Where will the following code...

    Assume that a web page contains only a single heading element. Where will the following code position the heading element? position: relative; top: 25px; left: 50px; } The heading will move up by 50 pixels and to the left by 25 pixels. The heading will move down by 25 pixels and to the right by 50 pixels. The heading will move up by 25 pixels and to the left by 50 pixels. The heading will move down by 50 pixels...

  • the is my HTML and CSS code. I didn't attach the image or the CSS file...

    the is my HTML and CSS code. I didn't attach the image or the CSS file because of the space limit. two things I wanted to incorporate on this page are to make "MY TOP 3 MUSIC GENRES" blink using javascript and to make the video links autoplay using javascript both should be using javascript requirement: our professor told us not to use <div> or alert. thank you for your help <!DOCTYPE html> <!-- I used w3school for the formatting...

  • n the Labs Labs 1 and 2, which increase in difficulty, require you to create webpages based on what you learned in the...

    n the Labs Labs 1 and 2, which increase in difficulty, require you to create webpages based on what you learned in the chapter; Lab 3 requires you to dive deeper into a topic covered in the chapter. Lab 1: Creating an External Style Sheet for City Farmer Problem: You work for a local but rapidly growing gardening supply company called City Farmer that specializes in products that support food self-sufficiency. The company has hired you to help create the...

  • Apply the following styles: Set the width of the body element to 1000 pixels. Set the...

    Apply the following styles: Set the width of the body element to 1000 pixels. Set the width of the navigation element to 100%. Adjust the css and html to have your navigation list display horizontally (think floats and widths). Center the navigation element by setting the margin to auto. Clear the float for the section element. Set the width of all articles to 75%. Add a class to the articles that contains your favorite websites. Set the width of that...

  • 52. DATE A session starts when a browser makes its first request to a page that...

    52. DATE A session starts when a browser makes its first request to a page that executes the function a get session b. get start c start session d. session start A cookie is a name/value pair that's stored in a FE 53. E CBCDL CEDES CBCC CD- DE CEDES 12 AB Аз Ева са 13 AB a cloud b browser c server d proxy 54 A _ is a type of array in which the first element added is...

  • I know there are a couple of answers to this question already but they don't match...

    I know there are a couple of answers to this question already but they don't match the sample code we where given. Overview Images, both static and dynamic, appear on most Web sites. There are many different features and functionalities that we can add through the use of JavaScript, including preloading, rollovers, and cycling banner ads. In this assignment, you will work with JavaScript, images, events, and manipulating the DOM to create an interactive image gallery. Hint: Preloading your images...

  • As part of this assignment we are using the base Gallery HTML and writing JavaScript code...

    As part of this assignment we are using the base Gallery HTML and writing JavaScript code that will: 1) preload the images provided to us, 2) Create rollover functionality for each of the thumbnails in your image gallery 3) Use appropriate images found in the images folder. 4) Write developer comments to describe the variables being declared and explain the functions and logical blocks of JavaScript code pertaining to the gallery. I know it has to be an external JS...

  • CST 231   Web Systems         Fall 2017    Due Friday, December 8, 2017 at 11:59pm. Choose three...

    CST 231   Web Systems         Fall 2017    Due Friday, December 8, 2017 at 11:59pm. Choose three Problems Only. 100 points total 1 (25 pts.). The HTML document listed below (with gaps) is rendered as shown at right. The header at the top is an h3 element subject to a CSS rule (see below) causing its font to be Courier New. The boxed content is that of a p element whose class is box (see below), which specifies, among other things,...

  • 2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instru...

    2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instructions: In this exercise, you will use your text editor to create external, embedded, and inline styles for the Durango Jewelry and Gem Shop home page. You will style the sections of the semantic wireframe header, nav, main, and tooter and a div element that surrounds all of the content to center the content on the page. You will also float...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT