Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How To Write the Opening Tag of an XHTML Element
How To Write the Opening Tag of an XHTML Element? - XHTML Tutorials - Introduction To Tag and Attribute Syntax
✍: FYIcenter.com
When you are writing an XHTML element, you must start with its opening tag, which contains the name of the element and attributes if needed. The opening tag is enclosed in a pair of angle brackets: "<" and ">".
XHTML element names are predefined by the XHTML specification. You can not make up your own tag names. Here are some good examples of XHTML element opening tags:
2007-05-12, 5726👍, 0💬
Popular Posts:
What is the main difference between a Vector and an ArrayList? Java Vector class is internally synch...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..
Can you explain duplex contracts in WCF? In duplex contracts when client initiates an operation the ...
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...