Help:HTML in wikitext: Difference between revisions

Content deleted Content added
h1, h2, h3, h4, h5, h6: update after site typography change
h1, h2, h3, h4, h5, h6: use {{nowrap}}
Line 97:
! Wikimarkup !! [[HTML]] !! Style
|-
| {{nowrap|1=<code>= Heading =</code>}} || {{tag|h1|o}} || color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 1.8em; font-family: Georgia,Times,serif; margin-top: 1em; margin-bottom: 0.25em; line-height: 1.3; padding: 0; border-bottom: 1px solid #AAAAAA;
|-
| {{nowrap|1=<code>== Heading ==</code>}} || {{tag|h2|o}} || color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 1.5em; font-family: Georgia,Times,serif; margin-top: 1em; margin-bottom: 0.25em; line-height: 1.3; padding: 0; border-bottom: 1px solid #AAAAAA;
|-
| {{nowrap|1=<code>=== Heading ===</code>}} || {{tag|h3|o}} || color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 1.17em; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;
|-
| {{nowrap|1=<code>==== Heading ====</code>}} || {{tag|h4|o}} || color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 100%; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;
|-
| {{nowrap|1=<code>===== Heading =====</code>}} || {{tag|h5|o}} || color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 100%; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;
|-
| {{nowrap|1=<code>====== Heading ======</code>}} || {{tag|h6|o}} || color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 100%; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;
|-
|}