Interview Questions → STYLESHEET → Stylesheet Questionnaire I

Stylesheet Questionnaire I











<div style="bottom:0;position:absolute;">Test</div>








<div style="float: left; width: 45%;">
	Content Should Come Here
</div>
<div style="float: right; width: 45%;">
	Content Should Come Here
</div>








<html>
<head runat="server">
    <title></title>
    <style type="text/css">
        #pStyle
        {
            color: Red;
        }
    </style>
</head>
<body>
    <p>
        Paragraph1
    </p>
    <p id="pStyle">
        Paragraph2
    </p>
</body>
</html>










h1
{
color:black;
font-family:verdana;
}
h2
{
color:black;
font-family:verdana;
}




h1,h2
{
color:black;
font-family:verdana;
}






<ul>
	<li>Option1</li>
	<li>Option2</li>
	<li>Option3</li>
	<li>Option4</li>
</ul>

<style type="text/css">        
  ul
  {
    list-style-type: none;
  }
</style>




Posted By  -  Karan Gupta


Query/Feedback


Your Email Id  
 
Subject 
 
Query/FeedbackCharacters remaining 250