摘要:<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"&
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <div style="background-color:red;width:300px;height:100px">我是div</div> <p style="background-color:blue; width:200px; height:140px">我是p</p> <img src="../resource/icon.jpg" alt="icon.jpg" /> <span style="background-color:sienna; width:10px; height:100px">我是span</span> </body> </html>
批改老师:韦小宝批改时间:2019-03-07 09:04:48
老师总结:HTML的基础主要就是一些标签 这些标签基本上都没有什么难度 多去练习就很快能掌握了!