Powered by Olark
Real Estate Web Site Design - Site Map HTML::HTML Functions
HomeContactSearchSite MapMore Information
Web Content Solutions
 
 
 
Support Login
    
     SOLUTIONS    >Content    >Hosting   >eCommerce   >Off-Site Customer Support   >Consultation

HTML::HTML Functions

Start tag Purpose NN IE DTD
         
Basic Tags        
  Defines the document type     STF
Defines an html document 3.0 3.0 STF
Defines the body element 3.0 3.0 STF

to

Defines header 1 to header 6 3.0 3.0 STF

Defines a paragraph 3.0 3.0 STF

Inserts a single line break 3.0 3.0 STF

Defines a horizontal rule 3.0 3.0 STF
Defines a comment 3.0 3.0 STF
         
Char Format        
Defines bold text 3.0 3.0 STF
Deprecated. Defines text font, size, and color 3.0 3.0 TF
Defines italic text 3.0 3.0 STF
Defines emphasized text  3.0 3.0 STF
Defines big text 3.0 3.0 STF
Defines strong text 3.0 3.0 STF
Defines small text 3.0 3.0 STF
Defines superscripted text 3.0 3.0 STF
Defines subscripted text 3.0 3.0 STF
Defines the direction of text display 6.2 5.0 STF
Deprecated. Defines underlined text 3.0 3.0 TF
         
Output        
Defines preformatted text 3.0 3.0 STF
Defines computer code text 3.0 3.0 STF
Defines teletype text 3.0 3.0 STF
Defines keyboard text 3.0 3.0 STF
Defines a variable 3.0 3.0 STF
Defines a definition term   3.0 STF
Defines sample computer code 3.0 3.0 STF
</TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines preformatted text</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top> </TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Blocks</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><acronym></TD> <TD>Defines an acronym</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><abbr></TD> <TD>Defines an abbreviation</TD> <TD>6.2</TD> <TD> </TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><address></TD> <TD>Defines an address element</TD> <TD>4.0</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><blockquote></TD> <TD>Defines a long quotation</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><center></TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines centered text</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>TF</TD> </TR> <TR> <TD vAlign=top><q></TD> <TD>Defines a short quotation</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><cite></TD> <TD>Defines a citation</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><ins></TD> <TD>Defines inserted text</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><del></TD> <TD>Defines deleted text</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><s></TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines strikethrough text</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>TF</TD> </TR> <TR> <TD vAlign=top><strike></TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines strikethrough text</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>TF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Links</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><a></TD> <TD>Defines an anchor</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><link></TD> <TD>Defines a resource reference </TD> <TD>4.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Frames</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><frame></TD> <TD>Defines a sub window (a frame)</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>F</TD> </TR> <TR> <TD vAlign=top><frameset></TD> <TD>Defines a set of frames</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>F</TD> </TR> <TR> <TD vAlign=top><noframes></TD> <TD>Defines a noframe section</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>TF</TD> </TR> <TR> <TD vAlign=top><iframe></TD> <TD>Defines an inline sub window (frame)</TD> <TD>6.0</TD> <TD>4.0</TD> <TD>TF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Input</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><form></TD> <TD>Defines a form </TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><input></TD> <TD>Defines an input field</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><textarea></TD> <TD>Defines a text area</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><button></TD> <TD>Defines a push button</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><select></TD> <TD>Defines a selectable list</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><optgroup></TD> <TD>Defines an option group</TD> <TD>6.0</TD> <TD>6.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><option></TD> <TD>Defines an item in a list box</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><label></TD> <TD>Defines a label for a form control</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><fieldset></TD> <TD>Defines a fieldset</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><legend></TD> <TD>Defines a title in a fieldset</TD> <TD>6.2</TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><isindex></TD> <TD><SPAN class=red>Deprecated.</SPAN> Defines a single-line input field</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>TF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Lists</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><ul></TD> <TD>Defines an unordered list</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><ol></TD> <TD>Defines an ordered list</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><li></TD> <TD>Defines a list item</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><dir></TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines a directory list</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>TF</TD> </TR> <TR> <TD vAlign=top><dl></TD> <TD>Defines a definition list</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><dt></TD> <TD>Defines a definition term</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><dd></TD> <TD>Defines a definition description</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><menu></TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines a menu list</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>TF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Images</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><img></TD> <TD>Defines an image</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><map></TD> <TD>Defines an image map </TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><area></TD> <TD>Defines an area inside an image map</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Tables</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><table></TD> <TD>Defines a table</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><caption></TD> <TD>Defines a table caption</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><th></TD> <TD>Defines a table header</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><tr></TD> <TD>Defines a table row</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><td></TD> <TD>Defines a table cell</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><thead></TD> <TD>Defines a table header</TD> <TD> </TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><tbody></TD> <TD>Defines a table body</TD> <TD> </TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><tfoot></TD> <TD>Defines a table footer</TD> <TD> </TD> <TD>4.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><col></TD> <TD>Defines attributes for table columns </TD> <TD> </TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><colgroup></TD> <TD>Defines groups of table columns</TD> <TD> </TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Styles</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><style></TD> <TD>Defines a style definition</TD> <TD>4.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><div></TD> <TD>Defines a section in a document</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><span></TD> <TD>Defines a section in a document</TD> <TD>4.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Meta Info</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><head><!-- Begin Olark Chat --><script type="text/javascript">(function(){document.write(unescape('%3Cscript src=%27' + (document.location.protocol == 'https:' ? "https:" : "http:") + '//static.olark.com/js/wc.js%27 type=%27text/javascript%27%3E%3C/script%3E'));})();</script><div id="olark-data"><a class="olark-key" id="olark-4671-105-10-8049" title="Powered by Olark" href="http://olark.com/about" rel="nofollow">Powered by Olark</a></div> <script type="text/javascript"> wc_init();</script><!-- /End Olark Chat --></TD> <TD>Defines information about the document</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><title></TD> <TD>Defines the document title</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><meta></TD> <TD>Defines meta information</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><base></TD> <TD>Defines a base URL for all the links in a page</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><basefont></TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines a base font</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>TF</TD> </TR> <TR> <TD vAlign=top> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><B>Programming</B> </TD> <TD> </TD> <TD> </TD> <TD> </TD> <TD> </TD> </TR> <TR> <TD vAlign=top><script></TD> <TD>Defines a script</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD> </TR> <TR> <TD vAlign=top><noscript></TD> <TD>Defines a noscript section</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD></TR> <TR> <TD vAlign=top><applet></TD> <TD vAlign=top><SPAN class=red>Deprecated.</SPAN> Defines an applet</TD> <TD vAlign=top>2.0</TD> <TD vAlign=top>3.0</TD> <TD vAlign=top>TF</TD></TR> <TR> <TD vAlign=top><object></TD> <TD>Defines an embedded object</TD> <TD> </TD> <TD>3.0</TD> <TD>STF</TD></TR> <TR> <TD vAlign=top><param></TD> <TD>Defines a parameter for an object</TD> <TD>3.0</TD> <TD>3.0</TD> <TD>STF</TD></TR></TBODY></TABLE><BR> <HR> .. <BR><BR><a href='http://www.webcontentsolutions.com/Real-Estate-Web-Design-Search.asp?web-design=HTML::HTML Functions'>HTML::HTML Functions Related Sites</a><BR><BR><center><a href='Web_Site_Design.asp?target=294'>[READ MORE : HTML::HTML Functions]</a></center></td></tR></table> </TD> <TD vAlign=top width="33%"> <TABLE border=0 cellPadding=0 cellSpacing=0 width=234> <TBODY> <TR> <TD rowSpan=2><IMG height=177 src="support_files/moreinfo2.gif" width=33></TD> <TD colSpan=2><IMG height=29 src="support_files/top.gif" width=201></TD> <TD><IMG height=29 src="support_files/spacer.gif" width=1></TD></TR> <TR> <TD background=support_files/side-mainbg.jpg rowSpan=2 vAlign=top width=188> <DIV class=h3dark> <BR> <LI><A href="http://www.webcontentsolutions.com/Misc-Web-Design-Tips.asp">Web Site Design Tips</A> <LI><A href="http://www.webcontentsolutions.com/local-design.asp">Local Web Design</A> <LI><A href="http://www.webcontentsolutions.com/real-estate-terms.html">Real Estate Terms</A> <LI><A href="http://www.webcontentsolutions.com/real-estate-reports.asp">Real Estate Reports</A> <LI><A href="http://www.webcontentsolutions.com/software">Real Estate Software</A> <LI><A href="http://www.webcontentsolutions.com/Sitemap.html#Real Estate Web Design Site Map">Real Estate Web Design</A> <HR> <LI><A href="http://www.webcontentsolutions.com/real-estate-hosting.asp"><FONT size=1>Real Estate Hosting</A> </FONT> <LI><A href="http://www.webcontentsolutions.com/real-estate-agent-web-design.asp"><FONT size=1>Real Estate Agent Design</A> </FONT> <LI><A href="http://www.webcontentsolutions.com/real-estate-web-page-design.asp"><FONT size=1>Real Estate Web Page Design</A> </FONT> <LI><A href="http://www.webcontentsolutions.com/real-estate-web-marketing.asp"><FONT size=1>Real Estate Web Marketing</A> </FONT> <LI><A href="http://www.webcontentsolutions.com/professional-real-estate-web-design.asp"><FONT size=1>Professional Agent Design</A> </FONT> <LI><A href="http://www.webcontentsolutions.com/custom-real-estate-web-design.asp"><FONT size=1>Custom Real Estate Design</A> </FONT> <LI><A href="http://www.webcontentsolutions.com/office-real-estate-web-design.asp"><FONT size=1>Office Real Estate Design</A> </FONT> <LI><A href="http://www.webcontentsolutions.com/IDX-Design.asp" target=_self><FONT size=1>IDX Real Estate Site Design</FONT> </A> &nbsp;</LI> <p> {RightMenu} </DIV></TD> <TD rowSpan=3><IMG height=385 src="support_files/rightside.gif" width=13></TD> <TD><IMG height=148 src="support_files/spacer.gif" width=1></TD></TR> <TR> <TD rowSpan=2><IMG height=237 src="support_files/leftside.gif" width=33></TD> <TD><IMG height=199 src="support_files/spacer.gif" width=1></TD></TR> <TR> <TD><IMG height=38 src="support_files/bottom.gif" width=188></TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE background=images/bottmbar2.gif border=0 cellPadding=0 cellSpacing=0 width="100%" valign="bottom"> <TBODY> <TR> <TD width="13%"><IMG height=54 src="images/bottomleftcorner2.gif" width=107></TD> <TD align=middle vAlign=bottom width="71%"> <TABLE background=images/spacer.gif border=0 cellPadding=0 cellSpacing=0 class=footer width=520> <TBODY> <TR> <TD><IMG height=1 src="images/spacer.gif" width=50 border=0></TD></TR> <TR> <TD align=middle class=footer><A class=footer href="http://www.webcontentsolutions.com">Real Estate Web Site Design</A> | <A class=footer href="company.html">Company</A> |<STRONG>&nbsp; <A class=footer href="software.html">Real Estate Software</A> </STRONG><A class=footer href="software.html"></A>| <A class=footer href="services.html">Services</A> | <A class=footer href="news.html">News</A> | <A class=footer href="support.html">Support</A>| <A class=footer href="search.html">Search</A></TD></TR> <TR> <TD align=middle class=footer height=25><A class=footer href="sitemap.html">Site Map</A> | <A class=footer href="mailto:wbienek@webcontentsolutions.com">Contact </A>| <A class=footer href="moreinfo.html">More Information</A> | ©<I>2002 Web Content Solutions</I></TD></TR></TBODY></TABLE></TD> <TD width="16%"><IMG align=right height=54 src="images/bottomrightcorner2.gif" width=106></TD></TR></TBODY></TABLE></BODY></HTML> <table width=600 align=center id='Real_Estate_Web_Design_web_design' name='Real_Estate_Web_Design_web_design' style="position:absolute;"><TR><TD><Center><h2>Real Estate Web Design Real Estate Web Design</h2></center> <a href='http://www.webcontentsolutions.com'>Real Estate Web Site Design</a> is a great place to start for <b>Real Estate Web Design Real Estate Web Site Design</b> is what Web Content Solutions specializes in. <BR>If you are looking for <strong>Real Estate Web Design Real Estate</strong>, you've come to the right place.<BR> Our <B>Real Estate Web Design Real Estate web site design</b> specializes in <a href='http://www.webcontentsolutions.com/CityInfo.asp?City=Real Estate Web Design&state=MI'>Real Estate Web Design real estate web design</a>. <br>Thank you for taking the time to visit my <B>Real Estate Web Design Real Estate web site.</b> <BR>Feel free to use my Real Estate Web Design real estate home search. Search <a href='Real-Estate-Web-Design-real-estate.html'>Real Estate Web Design Real Estate</a> Now!</td></tr></table> <script> var reverseDesignVal=-25*100; Real_Estate_Web_Design_web_design.style.left=reverseDesignVal; </script>