|
XML.HTMLTeacher.Com
[Search] [Contact] [Sitemap] |
XML
[Main] [XML] [XML Document Preparation] |
|
[Classes]
[XHTML] [XML] [CSS] [Design] [Programming] [Marketing] |
|
The resulting markup might look like this: <address_label> <full_name> </full_name> <street_address> </street_address> <city> </city> <state> </state> <zip_code> </zip_code> </address_label> The resulting markup might look like this: (The parent opening and closing elements are stated in red.) <customer_invoice> <company> <company_name> </company_name> <company_address> <street_address> </street_address> <city> </city> <state> </state> <zip_code> </zip_code> </company_address> <invoice> <invoice_number> <invoice_number> <invoice_date> <invoice_date> <services> <service1> </service1> <service1_fee> </service1_fee> <service2> </service2> <service2_fee> </service2_fee> <service3> </service3> <service3_fee> </service3_fee> </services> </invoice> </company> </customer_invoice>
|
| All materials, tutorials and content are copyrighted by HTMLTeacher.Com.
Any use of any material, tutorials and/or content provided by this site is prohibited without expressed written consent of the author. Copyright ©2003 HTMLTeacher.Com and Sonia Weimann
|