Blogger Information
Blog 17
fans 0
comment 0
visits 13711
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML/CSS基础知识总结(基本标签和类选择器使用示例)8月10号
18674060620的博客
Original
571 people have browsed it

今天是第一天听课,因为刚开始都是最基础的,所有会比较期待以后的所有课程

实例

<!DOCTYPE html>
<html>
<head>
	<title>php中文网-视频教程</title>
	<meta charset="utf-8">
	<link rel="stylesheet" href="css/style.css">
	<link rel="shortcut icon" type="image/x-icon" href="images/ico.png">
	<style type="text/css">/*内部样式:只针对当前页面*/
		body{
			
		}
		#box{width:100px;height:100px;background:pink;}
		.mian{width:100px;height:100px;background:green;}
		a{color:red}
		a[href="http://www.php.cn"]{color:white;}
	</style>
</head>
<body style="background:blue;">
<img src="" \>
<a href="http://www.php.cn" target="_blank">php中文网-视频教程</a>
<a href="https://www.baidu.com">百度一下</a>
<div id="box"></div>
<div class="mian"></div>
<div></div>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

20180810222843.png

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post