There's this pain behind my eye.....
Sep. 10th, 2003 12:40 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
The irony, the irony...
Hey.. I know... I have to teach a bunch of people how to make a web page, so I'll make a PDF!. ::whimper::
Edited to add:
Oh god... at least the pdf had a decent explanation of the purpose of heading tags and how they work with different browsers... another page (which shall remain addressless to protect the guilty) advises the following:
3.
Make your name into a heading.
Hey.. I know... I have to teach a bunch of people how to make a web page, so I'll make a PDF!. ::whimper::
Edited to add:
Oh god... at least the pdf had a decent explanation of the purpose of heading tags and how they work with different browsers... another page (which shall remain addressless to protect the guilty) advises the following:
3.
Make your name into a heading.
To make your name standout from the rest of the text on your page in a larger, bolded font, you can make it into a heading using one of six heading tags available in HTML. Heading 1 (H1) is the largest, and heading 6 (H6) is the smallest.
Insert the <H1> tags around the text of your name as shown below. The browser recognizes <H1>text</H1> as the instruction to display text as a level 1 header:
<H1>Lassie's Web Page</H1>
To reduce the size of your heading, use a different heading tag in place of <H1> (i.e., <H2> through <H6>).