LN :跟着W3School学HTML 005
内容参考自w3school
HTML 教程
实例解析
<h1>This is a heading</h1><h2>This is a heading</h2><h3>This is a heading</h3>
效果展示
立即学习“前端免费学习笔记(深入)”;
实例解析
<p>This is a paragraph</p>
<div class="aritcle_card">
<a class="aritcle_card_img" href="/ai/2246">
<img src="https://img.php.cn/upload/ai_manual/001/246/273/68b6be33edbbd983.png" alt="豆包爱学">
</a>
<div class="aritcle_card_info">
<a href="/ai/2246">豆包爱学</a>
<p>豆包旗下AI学习应用</p>
<div class="">
<img src="/static/images/card_xiazai.png" alt="豆包爱学">
<span>674</span>
</div>
</div>
<a href="/ai/2246" class="aritcle_card_btn">
<span>查看详情</span>
<img src="/static/images/cardxiayige-3.png" alt="豆包爱学">
</a>
</div>
<hr /> <p>This is a paragraph</p> <hr /> <p>This is a paragraph</p>效果展示
This is a paragraph
This is a paragraph
This is a paragraph
立即学习“前端免费学习笔记(深入)”;
实例解析
<html> <body> <!--这是一段注释。注释不会在浏览器中显示。--> <p>这是一段普通的段落。</p> </body> </html>
效果展示
这是一段普通的段落。
立即学习“前端免费学习笔记(深入)”;
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号