show-notice
hide-notice

Sunday 7 July 2013

Internal Css Demo


Introduction

This Arttical i will explain Internal Css Demo
.


Example


<html xmlns="http://www.w3.org/1999/xhtml">

<head>

    <title>Untitled Page</title>

    <style type="text/css">

        body

        {

            background-color: Silver;

        }

        tr

        {

            background-color: Red;

        }

        td

        {

            font-size: xx-large;

            color: Blue;

        }

    </style>

</head>

<body>

    <table>

        <tr>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

        </tr>

        <tr>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

        </tr>

        <tr>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

        </tr>

        <tr>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

            <td>

                text

            </td>

        </tr>

    </table>

</body>

</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com