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/923">
<img src="https://img.php.cn/upload/ai_manual/000/000/000/175679997247874.jpg" alt="知我AI">
</a>
<div class="aritcle_card_info">
<a href="/ai/923">知我AI</a>
<p>一款多端AI知识助理,通过一键生成播客/视频/文档/网页文章摘要、思维导图,提高个人知识获取效率;自动存储知识,通过与知识库聊天,提高知识利用效率。</p>
<div class="">
<img src="/static/images/card_xiazai.png" alt="知我AI">
<span>101</span>
</div>
</div>
<a href="/ai/923" class="aritcle_card_btn">
<span>查看详情</span>
<img src="/static/images/cardxiayige-3.png" alt="知我AI">
</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号