Entertainment with studies
Home
Sunday, 14 July 2013
The Difference Between XML and HTML
Posted by Unknown on 09:23 with
No comments
XML is not a replacement for HTML.
XML and HTML were designed with different goals:
XML was designed to transport and store data, with focus on what data is
HTML was designed to display data, with focus on how data looks
HTML is about displaying information, while XML is about carrying information.
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Search
Blogger templates
Popular Posts
PHP program to reverse a string
<!DOCTYPE html> <html> <body> <% sometext = "Hello Everyone!" response.write(strReverse(sometext)) %> ...
(no title)
The Logical Operators Logical operators are mainly used to control program flow. Usually, you will find them as part of an if , a whil...
how to create a perl program
Creating the Program A Perl program consists of an ordinary text file containing a series of Perl statements. Statements are written in w...
What Can SQL do?
SQL can execute queries against a database SQL can retrieve data from a database SQL can insert records in a database SQL can update...
Origins of perl
Perl began as the result of one man's frustration and, by his own account, inordinate laziness. It is a unique language in ways that...
PHP program to create an array
<!DOCTYPE html> <html> <body> <% Dim famname(5),i famname(0) = "Jan Egil" famname(1) = "Tove" famn...
Binary arithmetic operators in perl programming
The Binary Arithmetic Operators There are six binary arithmetic operators : addition, subtraction, multiplication, exponentiation (**), d...
career objectives in making a resume or curriculum vitae
Career objective is very important when seeking a specific career. This statement helps employers know the direction you see yourself ta...
The Logical Operators
The Logical Operators Logical operators are mainly used to control program flow. Usually, you will find them as part of an if , a while ,...
ASP program to create a variable
<!DOCTYPE html> <html> <body> <% dim name name="Donald Duck" response.write("My name is: " & n...
Blogger news
Blogroll
About
Pages
Home
Total Pageviews
0 comments:
Post a Comment