Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
CSS
« Previous
Next »
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
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
PHP (39)
DHTML (10)
CSS (21)
MySQL (20)
VLSI (9)
XML (28)
UML (11)
HTML (19)
Fedora (61)
HTML5 (60)
Android (100)
Advertisement
▲