タッグのテスト
Sep 22, 01:30 PM, to oli-studio
HTMLのタッグはこのホームページのCSSにどうみたい
Headers
Article pages
h1 Article title (A-head)
h1+h2 Article metadata
h2 Article subheading (B-head)
h3 Article C-head
h4 Article D-head (probably won't be used)
h5 Article E-head
h6 Article F-head
header followed by text
h2 Article subheading (B-head)
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
h3 Article C-head
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
h4 Article D-head (probably won't be used)
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
h5 Article E-head
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
h6 Article F-head
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
two headers followed by text
h2 Article subheading (B-head)
h3 Article C-head
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
h3 Article C-head
h4 Article D-head (probably won't be used)
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
h4 Article D-head (probably won't be used)
h5 Article E-head
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
h5 Article E-head
h6 Article F-head
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Home Page
h1 Home page title (A-head)
h2 Subtitle/tagline (B-head)
h3 Article title (C-head)
h3+h4 Home page Article metadata
h4 Article subheading (D-head)
h5 Article E-head
h6 Article F-head (probably not used)
some basic text formatting
This paragraph contains all the inline tags. an acronym (JAF), a citation, some computer code, deleted text you can't see me!, a defined word, some emphasised text, inserted text (although it's only inline), some text to be typed by the user (kbd), some sample output eg from a program, some strongly emphasised text, and a computer variable.
Finally we have a link with and without a title. Here's a line break.
There's also a short quotation
, a span enclosing some text, and subscriptnote 1 and superscriptnote 2. Let's test nested quoting This quote
.contains another
, you knowquote
just for fun
Lists
- this is an unordered list
- another list item
- more list items
- this is an ordered list
- another list item
- more list items
- this is a nested list
- this is an ordered list
- this is an unordered list
- another list item
- more list items
- more list items
- more list items
- This is a definition list
- this definition is short and lacks paragraph tags
- long definition
longer definition with several paragraphs
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
and now a nexted blockquote
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- short
- this definition is boring
- definition containing lists
here is the nested list example from above
- this is a nested list
- this is an ordered list
- this is an unordered list
- another list item
- more list items
- more list items
- more list items
Other Block-level tags
Blockquote
some text in a blockquote
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Some code in a blockquote (blockquote/p/code tags, no br for linebreaks)
30 2 * * * cat /home/user_name/logs/access.log >> /home/user_name/logs/my_log.log
