Help:HTML in wikitext: Difference between revisions

Content deleted Content added
h1, h2, h3, h4, h5, h6: removing extra blank lines (<section> tags are evidently considered blank lines)
Gadget850 (talk | contribs)
Line 97:
! Wikimarkup !! [[HTML]] !! Style
|-
| <code>= Heading =</code> || {{tag|h1|o}} || font -size: 188%; border-bottom: border1px solid #aaa;
|-
| <code>== Heading ==</code> || {{tag|h2|o}} || font -size: 150%; border-bottom: border1px solid #aaa; margin-bottom: .6em; page-break-after: avoid;
|-
| <code>=== Heading ===</code> || {{tag|h3|o}} || font -size: 132%; font-weight: bold; page-break-after: avoid;
|-
| <code>==== Heading ====</code> || {{tag|h4|o}} || font -size: 116%; font-weight: bold; page-break-after: avoid;
|-
| <code>===== Heading =====</code> || {{tag|h5|o}} || font -size: 100105%; font-weight: bold; margin-bottom: .3em; page-break-after: avoid;
|-
| <code>====== Heading ======</code> || {{tag|h6|o}} || font font-size: 80100%; font-weight: bold; page-break-after: avoid;
|-
|}