CSS 样式表有几种存在方式?
<div style="color: black; text-align: left; margin-bottom: 10px;"><span style="color: black;">
<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">css样式表有3种存在方式:<span style="color: black;">外边</span>样式表(外联式)、行内样式表(内联式)、内部样式表(嵌入式)。</p>
<div style="color: black; text-align: left; margin-bottom: 10px;"><img src="https://picx.zhimg.com/80/v2-5b6313f97210b9c9780ca5011d4f971c_720w.jpg?source=2c26e567" style="width: 50%; margin-bottom: 20px;"></div>
<h2 style="color: black; text-align: left; margin-bottom: 10px;">行内样式</h2>
<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><span style="color: black;">运用</span>style属性引入CSS样式。</p>
<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">示例:</p>
<div style="color: black; text-align: left; margin-bottom: 10px;"><h1 style="color:red;">style属性的应用</h1>
<p style="font-size:14px;color:green;">直接在HTML标签中设置的样式</p></div>
<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><span style="color: black;">实质</span>在写页面时不提倡<span style="color: black;">运用</span>,在测试的时候<span style="color: black;">能够</span><span style="color: black;">运用</span>。</p>
<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">例如:</p>
<div style="color: black; text-align: left; margin-bottom: 10px;"><!DOCTYPE>
<html>
<head>
<meta charset="utf-8" />
<title>行内样式</title>
</head>
<body>
<!--<span style="color: black;">运用</span>行内样式引入CSS-->
<h1 style="color:red;">Leaping Above The Water</h1>
<p style="color:red;font-size:30px;">我是p标签</p>
</body>
</html></div>
<h2 style="color: black; text-align: left; margin-bottom: 10px;">内部样式表</h2>
<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;">在style标</p>
</span></div>
感谢您的精彩评论,为我带来了新的思考角度。 同意、说得对、没错、我也是这么想的等。 大势所趋,用于讽刺一些制作目的就是为了跟风玩梗,博取眼球的作品。
页:
[1]