^ Zona Info: Tag Html Style

Tag Html Style

Zona Info | Ilmu Komputer |  Juni 24, 2017
Post by: Ian

Tag Html Style
Contoh:
<head lang="en">
    <style>
        /* Here be CSS for UHVerything */
    </style>
    <style media="print">
        /* Here be CSS applied exclusively when the page is printed */
    </style>
</head>

<body>

<!-- blah -->

<div>
    <style scoped>
        /* Here be CSS applied exclusively to this element's parent */
    </style>
    <p>So this element, and everything in its parent div, will get special treatment.</p>
</div>
Preview:
So this element, and everything in its parent div, will get special treatment.

No comments:

Post a Comment