header.html

来自「多多」· HTML 代码 · 共 25 行

HTML
25
字号
<html>
<head>
	<title>Intranet</title>
<style>
DIV.whereyouare{
	background : FFFFCC;
	background-color : FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	color : 666666;
}	
SPAN.whereyouaretext{
	color : ff3311;
}	

</style>
</head>

<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<table width="100%" bgcolor="#0000ff"><tr><td align="center"><p style="font-family : Arial, Helvetica, sans-serif;font-size :12px;font-weight : bold;color : #FF2E1F;">Easy Intranet</p></td></tr></table>
<!-- Header ends here -->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?