Know-how4.1 HTML Code |
28.08.2008 | |
| ← 4 General (Misc.) | [ up ] - [ Know-how A - Z ] - [ top ] | 4.2 CSS Cascading Style Sheets → |
- How to force page loading with HTML?
<META HTTP-EQUIV="Expires" CONTENT="Mon, 01 Jan 1996 01:01:01 GMT">see also:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="0">
- How to program an automatic redirection to another site?
<meta http-equiv="REFRESH" content="0;URL=http://www.skill-match.ch">
- Common used prefaces for crawlers:
<meta name="description" content="Webmasters, Perl Hackers, Support"> <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <meta http-equiv=Content-language content="en-US">
- Support for efficient spider engines:
If page contains special characters (ä, ö, ü):
<META http-equiv=Content-Type content="text/html; charset=windows-1252">English content, encoded characters:
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <meta http-equiv=Content-language content="en-US">
- Define a free generic meta tag:
<meta name="monitor" content="Example.ch at primus.example [QWERTZ]">
<TABLE border="border" summary="This table charts the number of cups of coffee consumed by each senator, the type of coffee (decaf or regular), and whether taken with sugar."> <CAPTION>Cups of coffee consumed by each senator</CAPTION> <TR> <TH>Name</TH> <TH>Cups</TH> <TH abbr="Type">Type of Coffee</TH> <TH>Sugar?</TH> </TR> <TR> <TD>T. Sexton</TD> <TD>10</TD> <TD>Espresso</TD> <TD>No</TD> </TR> <TR> <TD>J. Dinnen</TD> <TD>5</TD> <TD>Decaf</TD> <TD>Yes</TD> </TR> </TABLE>
HTML Framesets
See also: http://selfhtml.teamone.de/html/frames/definieren.htm#framesets - Sample
<html> <head> <title>foo</title> </head> <frameset rows="115,*" frameborder="0" border="NO" framespacing="0"> <frame name="tses15header" src="__URI__" scrolling="no" marginwidth="0" marginheight="0"> <frameset cols="170,*,240" frameborder="0" border="NO" framespacing="0"> <frame name="tses15nav_left" src="__URI__" scrolling="no" marginwidth="10" marginheight="0"> <frame name="tses15content" src="__URI___welcome.htm" scrolling="auto" marginwidth="10" marginheight="10"> <frameset rows="70,*" frameborder="0" border="NO" framespacing="0"> <frame name="footer" src="__URI__Warenkorb.asp" scrolling="no" marginwidth="4" marginheight="0"> <frame name="reference" src="__URI__fun_reference.asp" scrolling="auto" marginwidth="4" marginheight="0"> </frameset> </frameset> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html>
216 colors palette
Die "Safety Palette"
See also:
- getElementsByTagName()
- Reference
JavaScript. Dokument-Eigenschaften.
de.selfhtml.org/javascript/objekte/document.htm
- International Web Code HTML - Reference
HTML - Special Entity Codes
tlt.its.psu.edu/suggestions/international/web/codehtml.html
copyright by reto - created with mytexi