Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is HTML
What is HTML?
✍: FYIcenter
HTML stands for Hyper-Text Markup Language. HTML is a scripting language that authors can use to embed text tags into a text document to add structural and formatting information.
More precisely, HTML gives authors the means to:
2007-03-03, 6454👍, 0💬
Popular Posts:
How To Truncate an Array? - PHP Script Tips - PHP Built-in Functions for Arrays If you want to remov...
How can JavaScript make a Web site easier to use? That is, are there certain JavaScript techniques t...
How can we implement singleton pattern in .NET? Singleton pattern mainly focuses on having one and o...
Can you explain in brief how can we implement threading ? Private Sub Form1_Load(ByVal sender As Sys...
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...