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
(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...
Unary Arithmetic Operators in Perl Programming
The Unary Arithmetic Operators In common with C, Perl has two short hand unary operators that can prove useful. The unary arithmetic op...
PHP program to reverse a string
<!DOCTYPE html> <html> <body> <% sometext = "Hello Everyone!" response.write(strReverse(sometext)) %> ...
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...
Frames in html
Frames divide a browser window into several pieces or panes, each pane containing a separate XHTML/HTML document. One of the key advantag...
example for double quoted string perl programming
Example: Double-Quoted Strings Double-quoted strings start out simple, then become a bit more involved than single-quoted strings. With d...
how to install perl
Installing Perl Installed It's critically important to have Perl installed on your computer before reading too much further. As you r...
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 ,...
PHP program for looping through HTML headers with output
<!DOCTYPE html> <html> <body> <% dim i for i=1 to 6 response.write("<h" & i & ">Headi...
Types of operators in perl programming
Operators The Binary Arithmetic Operators The Unary Arithmetic Operators The Logical Operators The Bitwise Operators Comparison ...
Blogger news
Blogroll
About
Pages
Home
Total Pageviews
0 comments:
Post a Comment