LoginSignup
0
0

More than 3 years have passed since last update.

HTMLの細かいスキル

Posted at
<strong>太文字にする</strong>
<blockquote cite="出典URL"><p>引用する</P></blockquote>

order list 順番が記載される。
<ol>
<li></li>
<li></li>
<li></li>
</ol>

リスト
<dl>全体
<dt>項目A</dt>
<dd>回答A</dd>
<dt>項目B</dt>
<dd>回答B</dd>
<dl>

表を作る
<thead>table hed
<tr>table row(行)
<th></th> table hed cell
<th>出来事</th> table hed cell
</tr> 
</thead> 
<tbody>
<tr> table row(行)
<td>1995年</td> table data set
<td>会社設立</td>
</tr>
<tr> table row(行)
<td>2255年</td> table data set
<td>未来へ</td>
</tr>
</tbody> table body

違うタブでサイトを開く
<p>プログラミング学習サービスの「<a href="https://dotinstall.com" target="_blank">ドットインストール</a>」です!</p>

日付や時刻
<time>2020-05-14</time>

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0