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 a HTML Tag
What is a HTML tag?
✍: FYIcenter
In HTML, a tag tells the browser what to do. When you write an HTML page, you enter tags for many reasons -- to change the appearance of text, to show a graphic, or to make a link to another page.
2007-03-03, 5943👍, 0💬
Popular Posts:
What is normalization? What are different types of normalization? It is set of rules that have been ...
What is the difference between Class and structure’s ? Following are the key differences between the...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
WHat will be the result of the following code? #define TRUE 0 // some code while (TRUE) { // some co...
How To Add Column Headers to a Table? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells I...