| 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>Very Basic 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> <h1>Basic HTML Styles</h1> <body> <p> This paragraph is in the Normal paragraph style, which is named <P> in HTML. <h1>This is a Heading 1 style, which is named <H1> in HTML.</h1> <h2>This is a Heading 2 style, which is named <H2> in HTML.</h2> <h3>This is a Heading 3 style, which is named <H3> in HTML.</h3> <h4>This is a Heading 4 style, which is named <H4> in HTML.</h4> <h5>This is a Heading 5 style, which is named <H5> in HTML.</h5> <p> The style that can be used to separate parts of a document is the Horizontal Rule, which is named <HR> in HTML. It looks like this: <hr> <p> Lists are formatted by using the <UL> style for unordered lists and the <OL> style for ordered (numbered) lists. <p> The <UL> style: <ul> <li>Item one <li>Item two <li>Item three </ul> <p> The <OL> style: <ol> <li>Item one <li>Item two <li>Item three </ol> <p> Modern browsers also support a small set of character-formatting styles. The most common are the following: <p> The Emphasis style, which is named <EM> in HTML. It is used to apply an <em>italic</em> style to characters. <p> The Strong style, which is named <STRONG> in HTML. It is used to apply a <strong>bold</strong> style to characters. <p> The Underline style, which is named <U> in HTML. It is used to apply an <u>underline</u> style to characters. <p> The StrikeThrough style, which is named <STRIKE> in HTML. It is used to apply a <strike>strike through</strike> style to characters. <p> </td> </tr> </table> </body> </html>