排版标签-标题和段落

BBigSun 评论46阅读模式

标题标签

标签名:h1-h6(双标签)

显示特点:文章源自十年又十年-https://www.bbigsun.com/849.html

  • 文字加粗
  • 字号逐渐减小
  • 独占一行(换行)
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <h1>This is a heading</h1>
    <h2>This is a subheading</h2>
    <h3>This is a sub-subheading</h3>
    <h4>This is a sub-sub-subheading</h4>
    <h5>This is a sub-sub-sub-subheading</h5>
    <h6>This is a sub-sub-sub-sub-subheading</h6>
</body>
</html>

排版标签-标题和段落文章源自十年又十年-https://www.bbigsun.com/849.html

段落标签

标签名:p文章源自十年又十年-https://www.bbigsun.com/849.html

默认换行文章源自十年又十年-https://www.bbigsun.com/849.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <p>段落1</p>
    <p>段落2</p>
    <p>运行C、C++、Java、JS、PHP、Python、Perl、Ruby、Go、Lua、Groovy、PowerShell、CMD、BASH、F#、C#、VBScript、TypeScript、CoffeeScript、Scala、Swift、Julia、Crystal、OCaml、R、AppleScript、Elixir、VB.NET、Clojure、Haxe、Obj-C、Rust、Racket、Scheme、AutoHotkey、AutoIt、Kotlin、Dart、Pascal、Haskell、Nim。</p>
</body>
</html>

排版标签-标题和段落文章源自十年又十年-https://www.bbigsun.com/849.html 文章源自十年又十年-https://www.bbigsun.com/849.html

纸上得来终觉浅,绝知此事要躬行。

weinxin
17688689121
我的微信
微信扫一扫
BBigSun
  • 本文由 BBigSun 发表于 2024年 5月 18日 18:32:53
  • 转载请务必保留本文链接:https://www.bbigsun.com/849.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定