Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Test the code2-4.css file in the CSS validator at the W3C website or with another validator of your choice. Make a note of the errors

Test the code2-4.css file in the CSS validator at the W3C website or with another validator of your choice. Make a note of the errors reported as a guide to debugging the page. There are six syntax errors in the CSS file. Fix all six errors you discover and then submit your work.

div {

background-color: rgb(255,171,171);

padding: 10px;

font-size: 1.2em;

}

aside {

background-color: rgb(209,227,107);

padding: 0 20px;

}

aside h1 {

font-size: 1.9em;

font-family: Segoe, Verdana, sans-serif;

line-height: 0.8em;

margin: 20px 0 0 0;

}

aside h2 {

margin-top: 5px;

font-family: Segoe, Verdana, sans-serif;

font-size: 1.2em;

}

aside p {

font-size: 1.1em;

text-indent: 1em;

}

aside p: first-of-type {

text-indent: 0em;

}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Technologies And Applications

Authors: Zongmin Ma

1st Edition

1599041219, 978-1599041216

More Books

Students also viewed these Databases questions

Question

1. Describe quantitative research and its assumptions.

Answered: 1 week ago

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago