ITS Home Tech Support Laptop Program E Learning Media Services Communications

Web Services Home

How to obtain Webspace

Course1

Desire2Learn

Web Accessibility Guidelines

WSU Web Policy

HTML Tutorial

FTP Tutorial

Student Webs

Student Clubs

Webmail

 

Headings

You will usually use a heading to tell what the following section of your page is about. The opening tag for a heading is <hy> and the closing tag is </hy> with y being the size of the heading...from 1 to 6. Headings can range in size from h1 (quite large) to h6 (quite small).

For example:     

Largest Heading (h1)

HTML Code: <h1>Largest Heading (h1)</h1>     

Large Heading (h2)

HTML Code: <h2>Large Heading (h2)</h2>     

Middle Heading (h3)

HTML Code: <h3>Middle Heading (h3)</h3>     

Middle Small Heading (h4)

HTML Code: <h4>Middle Small Heading (h4)</h4>     
Small Heading (h5)
HTML Code: <h5>Small Heading (h5)</h5>     
Smallest Heading (h6)
HTML Code: <h6>Smallest Heading (h6)</h6>

<---Back to Structure    On to Horizontal Ruled Lines--->