CSS is the Cascading Style Sheet and it is used for making the web pages more attractive and user friendly Whereas XML is the Extensive Markup Language and in it user can define its own tags and it is not case sensitive and complex data structure can be represented using XML.
CSS stands for Cascading Stylesheet.
It is used for applying styles to our HTML pages.
It has to version: CSS and CSS3.
There are four types of stylesheet:
External
Inline
Embeded
Internal.
XML stands for Extensible Markup Language.
It is used for transportation of data.
XML can be defined using schemas.
Data Defintion language can also be use to define XML.
css cascade style sheet and xml(extensive markup language )are the concept of web technology and are used to build web pages css are used to give the styling to the web page and css are used to html tags .where as xml is used to define the storing and transportation of the data and the webpages .
the following method to achieve css are :
inline css,external css,internal css and imported css
css and xml are used simultaneously to achieve to create good web application
css stands for cascading stylesheet. It is embed in the HTML tag for the styling processes.The styling can be done in cascading style sheet with four method,which is as follows:
1) external css
2)inline css
3) embeded css
4)internal
Xml stands for extensible markup language. it is a user defined tag,user can define there own tags. xml is basically used for storage of data.it has DDL language.
CSS & XML are the 2 tools used in the Web Technology for the presentation & storage purposes respectively . CSS is cascading stylesheet which is used for prensentation or adding styleto your webpage . It is used if you want to add the same style to your whole webpage .
XML is Extensible Markup Language which shows the representation of data. All the data is stored using XML . Basic structure of the webpage is seen through XML .
CSS & XML are widely used in the web world .
CSS is an abbreviation of cascading style sheet.it is mainly used for styling web pages.It has mainly two types
External-In this stylesheet is written outside the main coding and it is exported in it by the use of certain code lines
Internal-In this,stylesheet coding is done within the main code.
css provide us look and feel to our websites.
XML-Extensible Markup Language.It provide us user defined tags means we can our own tags for eg:student we can assign it any data type as we want.
CSS & XML are the 2 tools used in the Web Technology for the presentation & storage purposes respectively .
css :- it stands for cascade style sheet.
xml(extensive markup language )are the concept of web technology and are used to build web pages css are used to give the styling to the web page and css are used to html tags .where as xml is used to define the storing and transportation of the data and the webpages .
the following method to achieve css are :
inline css,external css,internal css and imported css
There are four types of stylesheet:
External
Inline
Embeded
Internal.
css and xml are used simultaneously to achieve to create good web application.
CSS & XML are the 2 tools used in the Web Technology for the presentation & storage purposes respectively .
CSS is cascading stylesheet which is used for prensentation or adding styleto your webpage . It is used if you want to add the same style to your whole webpage
XML is Extensible Markup Language which shows the representation of data. All the data is stored using XML . Basic structure of the webpage is seen through XML .
CSS & XML are widely used in the web world .
1. CSS stands for Cascading Style Sheets
2. Styles define how to display HTML elements
3. Styles were added to HTML 4.0 to solve a problem
4. External Style Sheets can save a lot of work
5. External Style Sheets are stored in CSS files
HTML was never intended to contain tags for formatting a document.
HTML was intended to define the content of a document, like:
This is a heading
This is a paragraph.
When tags like , and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.
To solve this problem, the World Wide Web Consortium (W3C) created CSS.
In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.
All browsers support CSS today.
1.XML stands for EXtensible Markup Language
2.XML is a markup language much like HTML
3.XML was designed to describe data, not to display data
4.XML tags are not predefined. You must define your own tags
5.XML is designed to be self-descriptive
6.XML is a W3C Recommendation
Prateek Gupta
CSS is the Cascading Style Sheet and it is used for making the web pages more attractive and user friendly Whereas XML is the Extensive Markup Language and in it user can define its own tags and it is not case sensitive and complex data structure can be represented using XML.
anurag1501
CSS stands for Cascading Stylesheet.
It is used for applying styles to our HTML pages.
It has to version: CSS and CSS3.
There are four types of stylesheet:
External
Inline
Embeded
Internal.
XML stands for Extensible Markup Language.
It is used for transportation of data.
XML can be defined using schemas.
Data Defintion language can also be use to define XML.
sahilgarg9321
css cascade style sheet and xml(extensive markup language )are the concept of web technology and are used to build web pages css are used to give the styling to the web page and css are used to html tags .where as xml is used to define the storing and transportation of the data and the webpages .
the following method to achieve css are :
inline css,external css,internal css and imported css
css and xml are used simultaneously to achieve to create good web application
harshasingh294
css stands for cascading stylesheet. It is embed in the HTML tag for the styling processes.The styling can be done in cascading style sheet with four method,which is as follows:
1) external css
2)inline css
3) embeded css
4)internal
Xml stands for extensible markup language. it is a user defined tag,user can define there own tags. xml is basically used for storage of data.it has DDL language.
thakur.akhil.singh93
CSS & XML are the 2 tools used in the Web Technology for the presentation & storage purposes respectively . CSS is cascading stylesheet which is used for prensentation or adding styleto your webpage . It is used if you want to add the same style to your whole webpage .
XML is Extensible Markup Language which shows the representation of data. All the data is stored using XML . Basic structure of the webpage is seen through XML .
CSS & XML are widely used in the web world .
kanchan
CSS is an abbreviation of cascading style sheet.it is mainly used for styling web pages.It has mainly two types
External-In this stylesheet is written outside the main coding and it is exported in it by the use of certain code lines
Internal-In this,stylesheet coding is done within the main code.
css provide us look and feel to our websites.
XML-Extensible Markup Language.It provide us user defined tags means we can our own tags for eg:student we can assign it any data type as we want.
sameer singh
CSS & XML are the 2 tools used in the Web Technology for the presentation & storage purposes respectively .
css :- it stands for cascade style sheet.
xml(extensive markup language )are the concept of web technology and are used to build web pages css are used to give the styling to the web page and css are used to html tags .where as xml is used to define the storing and transportation of the data and the webpages .
the following method to achieve css are :
inline css,external css,internal css and imported css
There are four types of stylesheet:
External
Inline
Embeded
Internal.
css and xml are used simultaneously to achieve to create good web application.
tbansal100
CSS & XML are the 2 tools used in the Web Technology for the presentation & storage purposes respectively .
CSS is cascading stylesheet which is used for prensentation or adding styleto your webpage . It is used if you want to add the same style to your whole webpage
XML is Extensible Markup Language which shows the representation of data. All the data is stored using XML . Basic structure of the webpage is seen through XML .
CSS & XML are widely used in the web world .
[email protected]
1. CSS stands for Cascading Style Sheets
2. Styles define how to display HTML elements
3. Styles were added to HTML 4.0 to solve a problem
4. External Style Sheets can save a lot of work
5. External Style Sheets are stored in CSS files
HTML was never intended to contain tags for formatting a document.
HTML was intended to define the content of a document, like:
This is a heading
This is a paragraph.
When tags like , and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.
To solve this problem, the World Wide Web Consortium (W3C) created CSS.
In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.
All browsers support CSS today.
1.XML stands for EXtensible Markup Language
2.XML is a markup language much like HTML
3.XML was designed to describe data, not to display data
4.XML tags are not predefined. You must define your own tags
5.XML is designed to be self-descriptive
6.XML is a W3C Recommendation