LN :跟着W3School学HTML 010
内容参考自w3school
HTML 教程
A paragraph.
实例解析
<html><head><link rel="stylesheet" type="text/css" href="/html/csstest1.css" ></head><body><h1>我通过外部样式表进行格式化。</h1><p>我也一样!</p><p><span>立即学习</span>“<a href="https://pan.quark.cn/s/cb6835dc7db1" style="text-decoration: underline !important; color: blue; font-weight: bolder;" rel="nofollow" target="_blank">前端免费学习笔记(深入)</a>”;</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>效果展示
我也一样!
立即学习“前端免费学习笔记(深入)”;
实例解析
<p style="color: red; margin-left: 20px">This is a paragraph</p>
效果展示
This is a paragraph
实例解析
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><meta http-equiv="Content-Language" content="zh-cn" /></head><body><a href="/example/html/lastpage.html" style="text-decoration:none">这是一个链接!</a></body></html>
效果展示
| 定义样式定义 | |
| 定义资源引用 | |
| 定义文档中的节或区域(块级) | |
| 定义文档中的行内的小块或区域 | |
| 定义基准字体。不赞成使用。请使用样式 | |
| 对文本进行水平居中。不赞成使用。请使用样式 | |
| 规定文本的字体、字体尺寸、字体颜色。不赞成使用。请使用样式 |
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号