Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, December 11, 2012

Codeyear: A Single Column



<!--sample solution-->
<html>
    <head>
        <title>Table Fable</title>
    </head>
   
    <body>
       
        <table border="1px">
            <tr>
                <td>One</td>
            </tr>
           
            <tr>
                <td>Two</td>
            </tr>
           
            <tr>
                <td>Three</td>
            </tr>
        </table>
       
    </body>

</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts