Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
    <head>
        <title>Webden</title>
        <meta charset="utf-8" />
        <meta http-equiv="content-type" content="text/html, charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
      </head>
    
    <body>
        <div class="topnav">
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="">About</a></li>
            </ul>
        </div>
        <div class="sidenav">
            <ul>
                <span class="sidenav_heading">CSS Tag Reference</span>
                <li><a href="1.html" class="active">Background</a></li>
                <li><a href="2.html ">Borders</a></li>
                <li><a href="">Color</a></li>
            </ul>
        </div>
        <div class="blank"></div>
        <div class="container-main">
            <h1>CSS Backgrounds</h1>
            <div class="container-main-block">
            <p>Background property helps to achieve control over the background properties of any element in HTML.</p>
            <p><mark><em>background:</em></mark> is a shorthand property, that can be used as shown besides.</p>
            </div>
        </div>
        <div class="container-example">
                <h1>background-color:red</h1>
        </div>
    </body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers