如何在HTML5中添加文章?

WBOY
发布: 2023-09-12 11:37:02
转载
1396人浏览过

如何在html5中添加文章?

在本文中,我们将学习如何在 HTML5 中添加文章。

HTML5 中的新分段元素之一是

标记。文章使用
标签以 HTML 形式表示。更具体地说,
元素中包含的内容与网站的其余内容不同(即使它们可能相关)。

让我们考虑以下示例来了解如何在 HTML5 中添加文章

示例 1

在以下示例中,我们在文章元素中使用内联样式。

立即学习前端免费学习笔记(深入)”;

<!DOCTYPE html>
<html>
<body>
   <article style="width: 300px;border: 2px solid gray;padding: 10px;border-radius: 10px;margin: 5px;">
      @@##@@
      <h1>TutorialsPoint</h1>
      <p>Tutorials Point originated from the idea that there exists a class of readers who respond better to online content</p>
   </article>
</body>
</html>
登录后复制

执行脚本时,它将生成一个输出,显示使用 scr 上传的图像以及网页上

标记内使用的文本。

示例 2

考虑以下示例,我们正在创建三篇独立的文章和独立的内容。

<!DOCTYPE html>
<html>
<body>
   <article>
      <h1>MSD</h1>
      <p>Mahendra Singh Dhoni is an Indian former professional cricketer who was captain of the Indian national cricket team in limited-overs formats</p>
   </article>
   <article>
      <h2>YUVI</h2>
      <p>Yuvraj Singh is a former Indian international cricketer who played in all formats of the game. 
      He is an all-rounder who batted left-handed in the middle order</p>
   </article>
   <article>
      <h3>SREYAS IYER</h3>
      <p>Shreyas Santosh Iyer is an Indian cricketer who plays for the national side in international cricket, Mumbai in domestic cricket</p>
   </article>
</body>
</html>
登录后复制

运行上述脚本时,它将生成一个输出,其中包含网页上脚本中使用的文章标签文本。

image

以上就是如何在HTML5中添加文章?的详细内容,更多请关注php中文网其它相关文章!

HTML速学教程(入门课程)
HTML速学教程(入门课程)

HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!

下载
相关标签:
来源:tutorialspoint网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号