LN :跟着W3School学HTML 003
内容参考自w3school
HTML 教程
实例解析
| This is a paragraph | ||
| This is a link | ||
|
(换行) |
元素定义了 HTML 文档中的一个段落。元素内容是:This is my first paragraph。
实例解析
立即学习“前端免费学习笔记(深入)”;
<html> <body> <p>This is my first 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>
</body> </html>效果展示
This is my first paragraph.
等同于
。
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号