HTML页面基础布局

Original 2019-03-01 16:23:42 255
abstract:<!DOCTYPE HTML> <html> <head>     <meta charset="utf-8">     <title>HTML页面基础布局</title> </head> <
<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <title>HTML页面基础布局</title>
</head>
<body>
<div style="background:red;width:200px;height:30px;font-size:24px;">欢迎来到php中文网</div>
<p style="background:red">html基础教程</p>
<span style="width:30px;height:16px;color:red;">学习中心</span>
</body>
</html>


Correcting teacher:韦小宝Correction time:2019-03-01 16:20:29
Teacher's summary:写的很不错 html的中就是一些标签 前期只需要把这个标签搞清楚就可以

Release Notes

Popular Entries