gpt4 book ai didi

html - 在 jsf 中包含 Css

转载 作者:行者123 更新时间:2023-12-05 02:22:33 25 4
gpt4 key购买 nike

<分区>

这是我的元素结构:

enter image description here

我要将 css 文件添加到 HeaderTester.xhtml 文件中:

这是HeaderTester.xhtml:

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html">
<h:head>
<title>Here is header</title>
<link rel="stylesheet" type="text/css" href="headerStyle.css"/>
</h:head>
<h:body>
This is Header tester class
<div id="header">
<h3>Sajjad HTlo</h3>
</div>
</h:body>
</html>

CSS 文件:

*{
margin: 0;
padding: 0;
}

#header{
background-color: gray;
width: 100%;
height: 60px;
}

h1{
color: silver;
}

但只是在结果中显示文本!

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com