• Breaking News

    html style

    <!DOCTYPE html><html><body>
    <h1 style="color:blue;">This is a car</h1><p style="color:red;">This is a bus.</p>
    </body></html>
    <!DOCTYPE html>
    <html>
    <body>

    <h1 style="font-family:arial;">This is a pen</h1>
    <p style="font-family:courier;">This is a pencil.</p>

    </body>
    </html>



    <!DOCTYPE html>
    <html>
    <body>

    <h1 style="text-align:center;"> Heading</h1>
    <p style="text-align:center;"> paragraph.</p>

    </body>
    </html>


    <!DOCTYPE html>
    <html>
    <body>

    <h1 style="font-size:300%;"> heading</h1>
    <p style="font-size:160%;">paragraph.</p>

    </body>
    </html>



    कोई टिप्पणी नहीं

    Post Top Ad

    Post Bottom Ad