?? [sta?l] ??? [sta?l]

n. ???, ??, ?? 3?? ??: styles ??: styles ?? ??: Styling ?? ??: styled

HTML ??? ?? ???

??: HTML ??? ??? ??? ???? ? ?????.

??: ?????? HTML ??? ?????? ????? ??? ??? ? ????. type ??? ???? ??? ??? ??? ?????. ???? ??? ?? "text/css"???. ??? ??? head ??? ????.

??: ?? ??? ??? ????? <link> ??? ?????.

HTML ??? ?? ?

<html>
    <head>
        <style type="text/css">
        h1 {color: red}
        p {color: blue}
        </style>
    </head>
<body>
    <h1>header 1</h1>
    <p>A paragraph.</p>
</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????.

<html>
    <head>
        <style type="text/css">
        h1 {color: red}
        p {color: blue}
        </style>
    </head>
<body>
    <h1>PHP中文網(wǎng)</h1>
    <p>免費(fèi)的PHP教育公益培訓(xùn)平臺</p>
</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????