Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the breadcrumb-navxt domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114
記事の作成時に使えるタグ(その1) – コンピュータ学

rgb-green.net

記事の作成時に使えるタグ(その1)

小見出し

[php]
<h2>サンプルH2</h2>
<h3>サンプルH3</h3>
<h4>サンプルH4</h4>
[/php]
〔表示例〕

サンプルH2

サンプルH3

サンプルH4

見出し class=”title”

[php]
<h1 class="title">サンプルH1 class="title"</h1>
<h3 class="title">サンプルH3 class="title"</h3>
<h3 class="title-top">サンプルH3 class="title-top"</h3>
<h3 class="title-bottom">サンプルH3 class="title-bottom"</h3>
<h4 class="title">サンプルH4 class="title"</h4>
<h5 class="title">サンプルH5 class="title"</h5>
<h6 class="title">サンプルH6 class="title"</h6>
<h7 class="title">サンプルH7 class="title"</h7>
[/php]
〔表示例〕

サンプルH1 class=”title”

サンプルH3 class=”title”

サンプルH3 class=”title-top”

サンプルH3 class=”title-bottom”

サンプルH4 class=”title”

サンプルH5 class=”title”
サンプルH6 class=”title”

サンプルH7 class=”title”

番号無しリスト

[php]
<ul>
<li>番号無しリスト1</li>
<li>番号無しリスト2</li>
<li>番号無しリスト3</li>
</ul>
[/php]
〔表示例〕

  • 番号無しリスト1
  • 番号無しリスト2
  • 番号無しリスト3

引用

[php]
<blockquote>
これは引用のサンプルです。
</blockquote>
[/php]
〔表示例〕

これは引用のサンプルです。

補足情報

[php]
<div class="point">
これは補足情報のサンプルです。
</div>
[/php]
〔表示例〕

これは補足情報のサンプルです。

注意書き

[php]
<div class="attention">
これは注意書きのサンプルです。
</div>
[/php]
〔表示例〕

これは注意書きのサンプルです。

ハイライト

[php]
これは<span class="highlight">ハイライト</span>のサンプルです。
[/php]
〔表示例〕
これはハイライトのサンプルです。


© 2023

© 2023 Study of Reason, Inc. All rights reserved.