john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

html reference

HTML5 will become the accepted browser standard, but there's a lot of basics:

COMMENT  <!-- -->
<body bgcolor="beige" text="black" link="blue" vlink="#ff0000" alink="#00ff00">

PREFORMATTED TEXT <pre></pre>
HEADLINE EMPHASIS <h1> through <h6>
CITATION <cite></cite>
EMPHASIS <em></em>
BOLD EMPHASIS <strong>/strong>
FONT  <font size="3" color="green">
HYPERLINK <a href="address">  </a>  "mailto:EMAIL" ,
CREATE INTERNAL TARGET <a name="TARGET"></a>
   <a href="#TARGET"> link to internal target </a>


<table  style="text-align:center; border-spacing:5px; background:white; cellpadding=5px; align=left; width=70%; ">
  <caption> Top Caption Goes Here </caption>
  <tr style="font-weight:bold; text-align:center; background:whitesmoke;">
    <th width=12.5% ></th>
    <th width=12.5% >January</th>

  • « experiment rotate magnet electricity led
  • display server info »

Published

Jun 20, 2011

Category

php

~82 words

Tags

  • html 23
  • php 82
  • reference 1