HTML5中嵌入式的使用

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<body>

<title>Document</title>

<style>

p{

color: red;

}

</style>

</head>

<body>

<p> 段落标签 </p>

<div> div 标签 </div>

</body>

</html>

猜你喜欢

转载自blog.csdn.net/qq_26870933/article/details/81517113
今日推荐