Html 5 样式

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="new.css">
<!-- rel 外部引用资源 type 指定类型css href new文件-->


<style type="text/css">

p{
color: orange;
}
</style>
</head>
<body>
<h1>外部引用技术</h1>
<p>内部引用资源</p>
<a style="color=yellow" href="new.html" target="_blank">内敛样式</a>
</body>
</html>

posted @ 2015-05-09 15:25  谢小锋  阅读(130)  评论(0)    收藏  举报