Question

In: Computer Science

Provide a style rule to remove underlining from hypertext links marked with the <a> tag and...

Provide a style rule to remove underlining from hypertext links marked with the <a> tag and nested within a navigation list.

  1. nav > a {text-decoration: none;}

  2. nav > a {text-decoration: no-underline;}

  3. nav a {text-decoration: none;}

  4. nav a {text-decoration: underline=“no”;}

Solutions

Expert Solution

If you want to give css in nested tags then you must write consecutive classname.

For example,

<ul>

<li> 1 </li>

</ul>

To give style in li element then, you can define that classname as ul li.

The descendant selector matches all elements that are descendants of a specified element. That is defined by space.

Now, here we have anchor tag as a descendants of nav tag so we can write it as nav a

'>'(child selector) will target elements which are direct children of a that element. Here we have nav > a. For this specific problem,

we have anchor tag as a direct child of nav element. so we cab write nav > a

To remove unerline from the anchor tag then we can use css property, text-decoration : none;

So, the answer will be :

nav a {text-decoration: none;}

nav > a {text-decoration: none;}

text-decoration has multiple values like underline, line-through, overline etc. You can use it as requirements.

text-decoration has values like no-underline or underline=“no” so, text-decoration: no-underline and text-decoration: underline=“no” can't possible as an answer. So other two options can't be an answer.


Related Solutions

CSS Write a document wide style block (include the correct HTML tag) to set all <p>...
CSS Write a document wide style block (include the correct HTML tag) to set all <p> tags to be double spaced and justified (not ragged left / right text)
A dress is marked down 15%, and then it is marked down 25% from the discounted...
A dress is marked down 15%, and then it is marked down 25% from the discounted price. By what percent is the dress marked down from the original price after both discounts? Show all work. Why is the discount not equal to 40% off of the original price?
figure of speach... examples paragraph Is my leadership style marked by openness and honesty? Do others...
figure of speach... examples paragraph Is my leadership style marked by openness and honesty? Do others easily approach me? To what extent am I known as a good team player? Is my communication with the team candid and straightforward? To what extent do I encourage this communication style?
1. Go to the Footer Styles section and create a style rule that displays the footer...
1. Go to the Footer Styles section and create a style rule that displays the footer only when both margins are clear of floating objects. 2. Go to the Topics Styles section. This section sets the styles for a list of four topics describing what the company is offering. Karen wants this list to also be displayed horizontally on the page. For list items within the ul element with the id topics, create a style rule to: a) display the...
For all img elements create a style rule that applies a sepia filter with a value...
For all img elements create a style rule that applies a sepia filter with a value of 1. Add a black box shadow with horizontal and vertical offsets of 0 pixels and a blur radius of 20 pixels. Create the following style rules for the five image elements: For the img1 image, translate the image -150 pixels along the z-axis. For the img2 image, rotate the image 90 degrees around the x-axis and translate the image -150 pixels along the...
What is the rule of 72? Please provide a simplified overview of how this rule of...
What is the rule of 72? Please provide a simplified overview of how this rule of thumb works over a wide range of interest rates. (For example, this works really well for interest rates between a to b, is only so so when interest rates vary from c to d, and does not work well at all when we apply interest rates in the range of e to f). Note: You should describe the first calculation only here, you do...
Describe "Disjointness Constraints" and provide an example business rule involving an overlap rule.
Describe "Disjointness Constraints" and provide an example business rule involving an overlap rule.
When a company moves from an informal “reaction” style of management to a formal “proactive” style...
When a company moves from an informal “reaction” style of management to a formal “proactive” style of management, it is often a direct effect of implementing:
Could you please provide the answer for these questions and links that you will find information...
Could you please provide the answer for these questions and links that you will find information from it? 1- Discuss how Old Town Prague has been impacted by COVID-19. This section should include a minimum of 4 sentences 2- Classify tourists who are travel to OLD Town Prague according to Plog’s Tourist Typologies (Psychocentric, Midcentric, or Allocentric) and whether travelers would most likely be organized mass tourists, individual mass tourists, explorers, or drifters (or a combination thereof).
What is the PEST analysis of Arab Bank Australia Limited? ( Please provide with the links...
What is the PEST analysis of Arab Bank Australia Limited? ( Please provide with the links for evidence.)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT