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:
What Is an Anchor (A) Tag/Element
What Is an Anchor (A) Tag/Element? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs
✍: FYIcenter.com
An "a" element is an inline element that you can use to specify a hyper link in your XHTML document. An "a" element can also be used to define a bookmark in your XHTML document. Here are basic rules about "a" elements:
2007-05-12, 4919👍, 0💬
Popular Posts:
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...
What are secure and non-secure websites? A secure Website uses the Secure Socket Layer (SSL) protoco...
What is the method to customize columns in DataGrid? Use the template column.
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, ...