Html中行内样式的设置

时间:2023-03-09 12:59:25
Html中行内样式的设置

Html中行内样式的设置、、

<html>
<head>
<title>显示的页面选项卡标题</title>
<style type="text/css">
</style>
</head>
<body>
 <h1 style="color:blue; text-align:center">This is a header我被它控制了style="color:blue; text-align:center"</h1>
 <p style="color:red">This is a paragraph我被它改变了颜色style="color:red"</p>
</body>

</html>

Html中行内样式的设置

----------------

-----------------