Writing HTML | Return to Lesson 20 |

Testing HTML for Lesson 20

This page is to test to see if your browser supports the HTML discussed in the lesson for Extra Alignment. If it does not, then it is probably not worth your time doing this lesson!
<p align=center>...</p>

If this text
is
aligned down the middle, yes the very MIDDLE
of this page
then your browser supports center alignment as an attribute to the <p> tag

<center>...</center>
If this text
is
aligned down the middle, yes the very MIDDLE
of this page
then your browser supports center alignment via <center> tag

<hN align=center>

Am I Centered?

if the previous <h2> header is aligned in the center of the page, then your browser supports the align=center attribute in <hN> tags.

<img align=left>
If this text fills up the space next to the picture lined up on the left... then your web browser supports the align=left attribute for the <img align=left> tag

<img align=right>
If this text fills up the space next to the picture lined up on the right... then your web browser supports the align=right attribute for the <img align=right> tag

<div align=right>
If this text is right-justified
(meaning all of the text lines up nice and pretty
in a straight line on the right side of the page), then your web browser supports the <div>..</div> tag

<div align=center>
If this text is center-justified
(meaning all of the text lines up nice and pretty
in a straight line on down the middle), then your web browser supports the <div>..</div> tag. This might be an alternative if your browser does not support the <center>...</center> tags.

Writing HTML: Testing HTML for Lesson 20
©1994-1999 Maricopa Center for Learning and Instruction (MCLI)
Maricopa Community Colleges

The Internet Connection at MCLI is Alan Levine --}
Comments to alan.levine@domail.maricopa.edu

URL: http://www.mcli.dist.maricopa.edu/tut/tut20_ex/test.html