<! DOCTYPE html>
<title> I am title Oh </title> page title
<body style= "
/*
<style type= "Text/css" >
<!--
BODY {background-image:url (picture name. gif);
Background-position:center;
Background-repeat:no-repeat;
background-attachment:fixed;}
-
</STYLE>
About the page background map code interpretation:
Background-image:url (image address); This is the definition of the background image
Background-repeat:no-repeat; This is the definition of the background image is not duplicated
Background-position:center; This is the definition of the background center
background-attachment:fixed; To define the scrolling of a background picture
*/
<abbr title= "Etcetera" >etc.</abbr><!--abbreviation, let the mouse move to etc on display full--
<a href= "" >.....</a> hyperlink <p style= "color:red" color > <br> line break </p> paragraph (no more spaces to show only one) <pre> ; </pre> can keep two spaces and line wrapping <H1style= "Font-family:verdana"> Bold //<P><strong> This is bold </strong> </P> <p><i> This is italic </i></p>//<P><em> This is Italic </em> </p > <p> Font Change <small> small </small> add <mark> tag </mark><del> deleted </del> Callout <ins > Slide </ins> Mark <sub> float </sub> text. Tag <sup> float </sup> text </p><p style= "font-size:160%" > Text size </p>
Show Results Description Entity name Entity number Space & #160; < Less than sign < & #60; > Greater than sign > & #62; & and number & & #38; " Quotes " & #34; ‘ Apostrophe ' (ie not supported) & #39; ¢ Score of ¢ & #162; £ Pounds £ & #163; ¥ Yen ¥ & #165; € Euro € & #8364; § Section § & #167; © Copyright © & #169; ® Registered trademarks ® & #174; ™ Trademark ™ & #8482; X Multiplication sign × & #215; ÷ Division Sign ÷ & #247; </body>
Web Base 1