|
||||||||||||
Web Services Home |
|
HeadingsYou 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> |