the complete webmaster
tutorials reviews reference
ASP
CGI
FrontPage
HTML
Java
JavaScript

home / reference / html

General Tags

<!--your data--> - Creates comments that are not interpreted by the browser
<!--#SSI type--> - Creates a server side include
<!doctype> - A formal area to declare what html standards you are adhering to
<address> - Specially formats text that should be used to show authorship information
<applet> - Creates and formats an area for a java applet to run
<base> - Used to define the url of the current page
<body> - Sets apart the viewable portion of the document; is also where you set background, text colors, etc.
<head> - Sets apart the title and everything else not displayed on the web page itself
<html> - Creates the html document
<isindex> - Declares that html document is an index document
<meta> - Used within the <head> tag to embed misc. information
<noscript> - Used to define alternative content for viewers whose browsers do not support scripts
<object> - Provides a way for ActiveX Controls and other media to be embedded in a document
<script> - Allows the insertion of scripts, such as JavaScript
<style> - Used to define style sheet information within the <head> tag
<title> - Puts the title of the page in the title bar
write for us about us advertise

Copyright 1997, 1998 A Big Lime. All rights reserved.

/body>