我的第一个网站

Original 2019-03-11 17:21:06 191
abstract:<!doctype html> <html> <head> <meta charset="utf-8"> <title>你好网站</title> <body> <div style="background: red; heigh
<!doctype html>
<html>

<head>
<meta charset="utf-8">
<title>你好网站</title>
<body>
<div style="background: red; height: 30px;width: 40"> 这是我的第一个网站</div>    
<p>我就是我</p>
<span style="background: green; height: 30px;width: 40">
   <img src="imges/logo.png">
</body>
</html>


Correcting teacher:韦小宝Correction time:2019-03-11 17:32:01
Teacher's summary:HTML的基础主要就是一些标签 这些标签基本上都没有什么难度 多去练习就很快能掌握了!

Release Notes

Popular Entries