element-width property can be used to set the width of an element

Options
- True
- False


CORRECT ANSWER : False

Discussion Board
False-

There is no element-width property in CSS.
Only width property is there.
e.g width: 100px;

Sapna 02-21-2017 06:44 AM

Hey, Pavel

It's using "width", not "element-width", as the question says. ;)

Andrew 06-23-2015 02:39 PM

TRUE (not false) is correct with this question

sorry friends, this is a fragment of "styles.css" of this very page. SEE PLEASE THE LAST LINE OF IT WHERE YOU USE PROPERTY "WIDTH" TO SET WIDTH OF AN ELEMENT ... btw thanks for all the great tests here and good luck

@charset "utf-8";
/* CSS Document */
body {
margin-left: 0px; background-color:white;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
table.wide-table
{
width:960px;

Pavel 03-29-2014 10:08 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement