HTML中怎么导入css?
4个回答
展开全部
(1).行内样式(在标签后面直接写样式)
<!doctypehtml>
<html>
<head>
<metacharset="utf-8">
<title>行内样式</title>
</head>
<body>
<pstyle="font-famliy:宋体;text-align:center;font-style:italic;text-transform:uppercase;font-size:22px;text-decoration:underline;font-weight:bold;letter-spacing:13px">html中插入css样式的方法:</br>1行内样式;2内部样式;<br/>3外部样式;4导入样式;</p>
</body>
</html>
(2)嵌入式(将样式和html语言分开写)
<!doctypehtml><html><head>
<metacharset="utf-8">
<title>行内样式</title>
<styletype="text/css">
p{text-decoration:underline;text-align:center;font-size:26px;font-family:宋体;font-weight:bolder;text-transform:lowercase;letter-spacing:4px;color:pink;background-color:green;}
</style></head><body>
<p>HTML中插入CSS样式的方法:</br>
1行内样式;2内部样式;<br/>
3外部样式;4导入样式;</p></body></html>
3.外部样式(链接式:将CSS和HTML分开写)!!!!最常用
first.html
<!doctypehtml><html><head>
<metacharset="utf-8">
<title>行内样式</title>
<linkhref="first.css"type="text/css"rel="stylesheet"></head><body>
<p>HTML中插入CSS样式的方法:</br>
1行内样式;2内部样式;<br/>
3外部样式;4导入样式;</p></body></html>
first.css
p{text-decoration:underline;/*加下划线*/
text-transform:lowercase;/*大写字母全部小写*/
text-align:center;/*居中*/
font-size:23px;/*字体大小*/
font-family:黑体;/*设置字体*/
font-style:italic;/*设置字倾斜*/
text-indent:3px;/*设置首行缩进*/
color:red;/*设置字体颜色*/
background-color:#ddd;/*设置背景颜色*/
letter-spacing:4px;}
4.导入式
first.html
<!doctypehtml><html><head>
<metacharset="utf-8">
<title>行内样式</title>
<styletype="text/css">
@importurl(first.css);</style></head><body>
<p>HTML中插入CSS样式的方法:</br>
1行内样式;2内部样式;<br/>
3外部样式;4导入样式;</p></body></html>
first.css
p{text-decoration:underline;/*加下划线*/
text-transform:lowercase;/*大写字母全部小写*/
text-align:center;/*居中*/
font-size:33px;/*字体大小*/
font-family:黑体;/*设置字体*/
font-style:italic;/*设置字倾斜*/
text-indent:3px;/*设置首行缩进*/
color:red;/*设置字体颜色*/
background-color:#ddd;/*设置背景颜色*/
letter-spacing:4px;}
<!doctypehtml>
<html>
<head>
<metacharset="utf-8">
<title>行内样式</title>
</head>
<body>
<pstyle="font-famliy:宋体;text-align:center;font-style:italic;text-transform:uppercase;font-size:22px;text-decoration:underline;font-weight:bold;letter-spacing:13px">html中插入css样式的方法:</br>1行内样式;2内部样式;<br/>3外部样式;4导入样式;</p>
</body>
</html>
(2)嵌入式(将样式和html语言分开写)
<!doctypehtml><html><head>
<metacharset="utf-8">
<title>行内样式</title>
<styletype="text/css">
p{text-decoration:underline;text-align:center;font-size:26px;font-family:宋体;font-weight:bolder;text-transform:lowercase;letter-spacing:4px;color:pink;background-color:green;}
</style></head><body>
<p>HTML中插入CSS样式的方法:</br>
1行内样式;2内部样式;<br/>
3外部样式;4导入样式;</p></body></html>
3.外部样式(链接式:将CSS和HTML分开写)!!!!最常用
first.html
<!doctypehtml><html><head>
<metacharset="utf-8">
<title>行内样式</title>
<linkhref="first.css"type="text/css"rel="stylesheet"></head><body>
<p>HTML中插入CSS样式的方法:</br>
1行内样式;2内部样式;<br/>
3外部样式;4导入样式;</p></body></html>
first.css
p{text-decoration:underline;/*加下划线*/
text-transform:lowercase;/*大写字母全部小写*/
text-align:center;/*居中*/
font-size:23px;/*字体大小*/
font-family:黑体;/*设置字体*/
font-style:italic;/*设置字倾斜*/
text-indent:3px;/*设置首行缩进*/
color:red;/*设置字体颜色*/
background-color:#ddd;/*设置背景颜色*/
letter-spacing:4px;}
4.导入式
first.html
<!doctypehtml><html><head>
<metacharset="utf-8">
<title>行内样式</title>
<styletype="text/css">
@importurl(first.css);</style></head><body>
<p>HTML中插入CSS样式的方法:</br>
1行内样式;2内部样式;<br/>
3外部样式;4导入样式;</p></body></html>
first.css
p{text-decoration:underline;/*加下划线*/
text-transform:lowercase;/*大写字母全部小写*/
text-align:center;/*居中*/
font-size:33px;/*字体大小*/
font-family:黑体;/*设置字体*/
font-style:italic;/*设置字倾斜*/
text-indent:3px;/*设置首行缩进*/
color:red;/*设置字体颜色*/
background-color:#ddd;/*设置背景颜色*/
letter-spacing:4px;}
2021-03-27 · 百度知道合伙人官方认证企业
关注
展开全部
1、使用链接式<link href="style.css" rel="stylesheet" type="text/css" />2、使用导入式<style type="text/css">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用link标签导入
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<style>……(css)<style>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询