▼  Site Navigation Main Articles News Search  ▼  Anime + Manga Anime Reviews Anime Characters Gallery Screenshots Manga Reviews  ▼  Misc Links to Webcomics Bible Quotes About Older Musings
site version 7.3
HTML –– basics
written by: admin


Date Written: 8/26/07 Last Updated: 4/2/11

Largely empty, I know.  I may add to this in the future.

A list of elements.  The following is an element:
<p>hi</p>

block–level elements
inline elements

A list of tags.  The following is a tag:
<p>
A list of attributes.  attributes are those parts that define the element, like
<p title="hi">hi</p>
The "title" is the attribute that adds a property to the <p> element.


Links
http://www.faqs.org/docs/htmltut/

or

http://www.htmlcodetutorial.com/quicklist.html

TAGS: html
copyright 2005–2024