HTML Tidbits - by Sites by Dennis
Acronym
Example: We provide basic SEO with all of our websites designed by Sites by Dennis!The Code:
We provide basic <acronym title="Search Engine Optimization">SEO</acronym> with all of our websites designed by Sites by Dennis!
The Close Window Code
Example: Close this WindowThe Code:
<a href="JavaScript:window.close()">Close this Window</a>
The Close Window Button Code
Example:
The Code:
<form method="post"><input type="button" value="Close Window" onclick="window.close()"></form>
Pop Up Window
Example: Click hereStep 1: Open a simple text program such as Notepad, then Click here to view the popup.js code.
Step 2: Copy the text in this window, then paste it into the text program (notepad).
Step 3: Save the file as "popup.js" where you want to place the file.
Step #4: Select, copy, and add the following code to the head area just before the </head> of any HTML page you want to be able to open the pop-ups. Just be sure to enter the correct location for the file.
<script type="text/javascript" src="popup.js"></script>
Step 5: Select, copy, and paste the following code to your html page where you want links for the pop-up to pop-up from.
<a href="javascript:popcontact('pop-up.htm')">Link or graphic here</a>
HTML Tag: <pre>
Preformatted text. Text where the whitespace (that is normally discarded by other elements) is as much a part of the content as the rest of the text. Commonly used to display computer code because it maintains nesting indentations.HTML Tag: <code>
<code> indicates text that is the code for a program. <code> is rendered in a fixed width font.Getting Started
New Website
Existing Website
How to submit Updates
Billing Information
Website Information
HTML Tidbits
ASCII Codes
Extended ASCII Codes
ISO 8859-1 Characters
ISO 8859-1 Symbols
Website Validation Links
W3C Validation
CSS Validation
Other Items
Website Gripes!