HTML
Both div elements have borders
.inner{ margin-top:200px;
margin-left:200px; }
div { margin-top:100px;
margin-left:100px; }
.inner{ margin-top:100px;
.inner{ margin-left: 100px; }
Given the following html, what would be the correct css to make the ul element red text
stylesheet" type="text/css" href="mystyle3300.css">
I'm a paragraph; what color am I?
I'm another paragraph, what color am I ?
div.central.ul li {color:red;}
div.central{color:red;}
li,ul {color:yellow;}
p.central ul{color:red;}
div.central ul {color:red;}
div.central{ {color:yellow;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here