Viisiter

Tuesday, 11 October 2016

All mix

<!DOCTYPE html>
<html>
<body>

<div style="background-color:black; color:white; padding:50px;">

    <h2>London</h2>

    <p>1London is the
</p>
    <p>2Standing , </p>
   <p>3London is
</p>
    <p>4Standing on , </p>
   <p>5London is the
</p>
    <p>6Standing , </p>
</div>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_div_capitals by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:14 GMT -->
</html>
<!DOCTYPE html>
<html>
<body>

<div style="background-color:black; color:white; padding:50px;">

    <h2>London</h2>

    <p>1London is the
</p>
    <p>2Standing , </p>
   <p>3London is
</p>
    <p>4Standing on , </p>
   <p>5London is the
</p>
    <p>6Standing , </p>
</div>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_div_capitals by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:14 GMT -->
</html>           

                    <!DOCTYPE html>
<html>
<head>
    <style>
        h1 {
        color:blue;
        font-family:verdana;
        font-size:300%;

        }
        p  {
        color:red;
        font-family:courier;
        font-size:160%;
        }
    </style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_css_fonts by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:08 GMT -->

</html>  
<table border="5" bordercolor="blue" bgcolor="gray">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr><td rowspan="2">Row 1 Cell 1</td>
<td bgcolor="red">Row 1 Cell 1</td><td>Row 1 Cell 3</td></tr>
<tr><td>Row 2 Cell 2</td><td>Row 2 Cell 3</td></tr>
<tr><td rowspan="3">Row 1 Cell 1</td>
<td bgcolor="red">Row 2 Cell 1</td><td bgcolor="red">Row 2 Cell 4</td></tr>
<td bgcolor="red">Row 2Cell 2</td><td bgcolor="red">Row 2Cell 5</td></tr><tr><td>Row 2 Cell 3</td><td>Row 2 Cell 6</td></tr><tr><td colspan="3">Row 3 Cell 1</td></tr>
</table>

0 comments:

Post a Comment