3.2 註解
<head>
<style>
/* 單行:這是註解。 */
/*
多行:
這也是註解。
*/
p{
color: blue;
}
</style>
</head><head>
<style>
/* 單行:這是註解。 */
/*
多行:
這也是註解。
*/
p{
color: blue;
}
</style>
</head>