ITS

Pixel Examples


Each example below shows the use of a number of pixels in specifying the size of something. These examples use "horizontal rules," boarders, image placements, and image dimensions. Examples of the HTML code used in the examples are included.


<hr>


<hr size=10>


<hr size=20>


<hr width=100>


<hr width=200>


<hr width=300>


<hr size=10 width=200>


<hr size=20 width=200>


<hr size=20 width=100>


<img src=path?>

<img border=10 src=path?>

<img border=20 src=path?>

<img src=path? hspace=100>

<img src=path? vspace=100>

<img width=100 height=300 src=path?>

<img width=300 height=100 src=path?>


To the HTML Tag Definitions.
To the "Starting a Web Page" Page.