| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Arxikos WebServer/InetPub/wwwroot_old/samples/htmlsamp/ |
Upload File : |
<html> <head> <title>A Few Additional HTML Styles</title> </head> <body BACKGROUND="/samples/images/backgrnd.gif" BGCOLOR="FFFFFF"> <table> <tr> <td><img SRC="/samples/images/SPACE.gif" ALIGN="top" ALT=" " WIDTH="21" HEIGHT="27"></td> <td><a HREF="/samples/IMAGES/html_mh.map"><img SRC="/SAMPLES/images/html_mh.gif" ismap BORDER="0" ALIGN="top" ALT=" " WIDTH="327" HEIGHT="54"></a></td> </tr> <tr> <td><img SRC="/samples/images/SPACE.gif" ALIGN="top" ALT=" " WIDTH="21" HEIGHT="27"></td> <td><hr> <body> <h1>A Few Additional HTML Styles</h1> <p> The PreFormatted style, which is named <PRE> in HTML, is used to display a block of text in a fixed-width font. One of its main uses has been to put things in a table format. <pre> R1C1 R1C2 R1C3 R2C1 R2C2 R2C3 </pre> <p> <tt>The Typewriter style, which is named <TT> in HTML, displays text in a fixed-width typewriter font.</tt> <p> <samp>The Sample style, which is named <SAMP> in HTML, displays text in a monospaced style.</samp> <p> The Address style, which is named <ADDRESS> in HTML, is usually used at the start or end of a document and displays text in an italic format. <address> Box 211 </address> <address> 1212 Third Ave. </address> <address> Someplace XX </address> <p> The Definition List, named <DL> in HTML, is used to display a term and its definition. <dl> <dt>First Term <dd>Term Definition <dt>Second Term <dd>Term Definiton </dl> <p> </td> </tr> </table> </body> </html>