abstract:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>第一个页面</title> </head&
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>第一个页面</title> </head> <body> <h3 style="color:red;font-family: monospace;">我的第一个页面</h3> <img src="1.jpg"> <pre style="color:green;font-size: 20px"><strong>今天</strong>天气晴朗, <i>阳光明媚</i>, 是个学习的好天气!</pre> <img src="2.jpg"> </body> </html>
实现第一个HTML页面
Correcting teacher:天蓬老师Correction time:2019-06-27 13:10:06
Teacher's summary:<img src="2.jpg">对于<img>标签, 必须要添加alt属性的, 下次注意一下