搜索

html标签元素

原创 2019-03-09 21:41:05 251
摘要:<!document html> <html> <head> <mate charset='utf-8'> <head> <body>     <div>这里是块元素</div>     
<!document html>
<html>
<head>
<mate charset='utf-8'>
<head>
<body>
    <div>这里是块元素</div>
    <span>这里是行内元素</span>
    <img src="" alt="这里是行内块元素"> 
</body>
</html>


批改老师:韦小宝批改时间:2019-03-10 09:03:58
老师总结:HTML的基础主要就是一些标签 这些标签基本上都没有什么难度 多去练习就很快能掌握了!

发布手记

热门词条