Jump to content

User:Tali64^2/sandbox

From Wikipedia, the free encyclopedia

This space will no longer be used for the quality soon-to-be articles I have created/recovered (now known as the Incubator). They will now be subpages of my userpage. See it for a complete list. However, it will be used for stuff I think about, random facts, and more!

Paragraph that looks like a heading

This paragraph looks like a heading. But how? Well, you just type this code: <p style="border-bottom: 1px solid #AAAAAA; font-family: serif; font-size: 22px">Paragraph that looks like a heading</p>

The border-bottom style creates a border below the paragraph and sets it to a color similar to the heading's border. The font-family style sets the paragraph's font to the default serif font (which looks like the font used by the heading). font-size sets the font size to 22 pixels (a similar size to the heading).

Paragraph that looks like a subheading

For subheadings, use the following code: <p style="font-weight: bold; font-size: 17px">Paragraph that looks like a subheading</p> The font-size style should be changed depending on the size of the subheading (17 pixels is the size of the Level 3 subheading).