Talk about the structure of xhtml tags

Related Tags:

   Xhtml structure labels  

   Xhtml principle a document all the labels should be structural labels, the performance of all parts of the need to use css to control.  

   Xhtml out to the structural integrity of a label:  

   Structure  
   Body, head, html, title  

   Text  
   Abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var  

   Links  
   A  

   List  
   Dl, dt, dd, ol, ul, li  

   Form  
   Form, input, label, select, option, textarea  

   Form  
   Caption, table, td, th, tr  

   Picture  
   Img  

   Object  
   Object, param  

   Meta  
   Meta  

   External call  
   Link  

   Basic  
   Base  

  <dl> Terminology is used to generate the list 
  <dt> Used to specify the definition of the term 
  <dd> Used for the definition of the term as: 
<dl>
  <dt> html </ dt> 
  <dd> HTML </ dd> 
  <dt> TCP / IP </ dt> 
  <dd> Transmission Control Protocol / Internet Protocol </ dd> 
  <dt> World of Warcraft </ dt> 
  <dd> A Blizzard products online games </ dd> 
  </ Dl> 

Related articles:

Dreamweaver MX 2004 entry of new functional Guide
  The purpose of this handbook published: beginner website for the production of a friend, and an online tutorial for Dreamweaver MX 2004 from scratch enough, the hope for beginners help.    The handbook does not introduce templates, forms, frames, behavior.    Original co...
Window.open examples and the use of methods and parameters
  A window.open () support environment:    JavaScript1.0 / JScript1.0 / Nav2 / IE3 / Opera3    Second, the basic syntax:    Window.open (pageURL, name, parameters)    Of which:    PageURL path name for the sub-window for the sub-window han...
Flash8 production of the game (map Part 1)
  8 production mode7 flash on the first model of the large and medium-sized ....... time before rpg 8 engine with flash to the next.    Below first introduced on the map of the production (and this article on the tiles model for understanding and a certain understanding of the flash...
Common CSS code
  <style Type="text/css">    <! --    A: link (    COLOR: # 666666; TEXT-DECORATION: none    )    A: visited (    COLOR: # 666666; TEXT-DECORATION: none    )    A: active (    ...
Ajax applications Scene
  Ajax is not omnipotent, in the appropriate use of Ajax occasions, it can give full play to the strengths, improve system performance and user experience, and technology can not to abuse.    Ajax is asynchronous interaction characteristics, dynamic updating web pages, it is the scope...