初心者向けHTML入門の決定版:タグHTML

q要素・qタグとは

Facebook にシェア
このエントリーをはてなブックマークに追加
Tweet

引用を示すq要素

自分はブロック要素かインライン要素か インライン要素
含むことができる要素型 インライン要素
名称の由来 quote(引用)の頭文字

引用であることを示すHTML要素として、「blockquote要素」と「q要素」の2つがあります。

q要素は短い文章を引用 するようなケースで利用されます。文章の引用元はcite属性を使って示します。引用元はcite属性を使って示すことが可能です。

HTMLソースコード例

<p>
<q>人民の人民による人民のための政治</q>
</p>

属性

cite = uri
引用元となる記事を指すURI

この記事を見た人はこんな記事も見ています
  • ul要素・ulタグとは
  • abbr要素・abbrタグとは
  • object要素・objectタグとは
  • samp要素・sampタグとは
  • li要素・liタグとは

HTML要素(タグ)一覧

a  abbr  acronym  address  applet  area  b  base  basefont  bdo  big  blockquote  body  br  button  caption  center  cite  code  col  colgroup  dd  del  dfn  dir  div  dl  dt  em  fieldset  font  form  frame  frameset  h1 - h6  head  hr  html  i  iframe  img  input  ins  isindex  kbd  label  legend  li  link  map  menu  meta  noframes  noscript  object  ol  optgroup  option  p  param  pre  q  s  samp  script  select  small  span  strike  strong  style  sub  sup  table  tbody  td  textarea  tfoot  th  thead  title  tr  tt  u  ul  var  <!-- --> 

ブロックレベル要素一覧

p  h1-h6  ul  ol  dir  menu  pre  dl  div  center  noscript  noframes  blockquote  form  isindex  hr  table  fieldset  address 

インライン(テキストレベル)要素一覧

フォントスタイルに関するもの
tt  i  b  big  small
フレーズ・句に関するもの
em  strong  dfn  code  samp  kbd  var  cite  abbr  acronym
特別なもの
a  img  object  br  script  map  q  sub  sup  span  bdo
フォームに関するもの
input  select  textarea  label  button 

  • sitemap
  • 運営者情報
  • 免責事項
designed by ホームページ制作のササエル
Copyright © tagHTML All Rights Reserved.