css 使用和基础


DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>title>
        
            
        <link rel="stylesheet" type="text/css" href=""/>
        
        <style type="text/css">
            h1{
                /* 注释*/
            }
            .class1{
                
            }
            #id1{
                
            }
        style>
    head>
    <body>
        
        <h1 style="color: black">h1>
        
    body>
html>
CSS