2.1.3 Experience css styles

Initial css

 

 

css style rule

 

 

code show as below:

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>
        h1 {
            color: red;
        }
    </style>
</head>
<body>
    <hr width="500" color="red" />
    <h1 >King cover tiger </ h1 of > 


</ body > 
</ HTML >

 

Guess you like

Origin www.cnblogs.com/Chamberlain/p/11286022.html