You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Block boxes can reside within a principal block box established by a block-level element; inline boxes are outside of the principal block box." />
<style type="text/css">
div div
{
background: blue;
width: 1in;
}
#span1
{
background: orange;
}
#span2
{
background: yellow;
float: left;
width: 0.5in;
}
</style>
</head>
<body>
<p>Test passes if the orange stripe is below the blue stripe and the yellow stripe is on the left-hand side of the orange stripe.</p>