Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Why isnt this correct? could someone help me to find an acceptable answer for this question? Thanks! Question 4 Program a CSS selector that will

Why isnt this correct?
image text in transcribed
could someone help me to find an acceptable answer for this question?
Thanks!
Question 4 Program a CSS selector that will style a p element with a equal to with the following attributes. HINT: CSS declarations should be in alphabetical order. - text weight should be light - text should be italic - ALL TEXT SHOULD BE CAPITALIZED - font size should be double the parent element font size. - color should be hexcode: 2 edb00. - text should be underlined \begin{tabular}{l|l} 1 . P.custom \{ \\ 2 & color: -edb00; \\ 3 & font-size: 2em; \\ 4 & font-style: italic; \\ 5 & font-weight: 1ighter; \\ 6 & text-transform: uppercase; \\ 7 & text-decoration: underline; \\ 8 & \} \\ 9 & \\ 10 & \\ \hline \end{tabular} Try again

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

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions