For what HTML and CSS stands for!

HTML, PHP, JavaScript...ask your questions or post your tips here!
Locked
jimmie298
Posts: 6
Joined: Wed Feb 10, 2010 6:41 am

For what HTML and CSS stands for!

Post by jimmie298 »

HTML stands for Hyper text mark up language
CSS stands for Cascading style sheets.
marc8358
Posts: 15
Joined: Thu Jan 07, 2010 10:09 am

Re: For what HTML and CSS stands for!

Post by marc8358 »

HTML stands for Hyper text mark up language,It is used for the formation of a web page.
CSS stands for Cascading style sheets,it is used for designing and decorating the pages.
hernandez9039
Posts: 3
Joined: Fri Feb 12, 2010 12:29 pm

Re: For what HTML and CSS stands for!

Post by hernandez9039 »

The acronym HTML stands for Hyper Text Markup Language - the primary programming language used to write content on the Web.

CSS stands for Cascading Style Sheets

you can do all these things with css

* CSS stands for Cascading Style Sheets
* Styles define how to display HTML elements
* Styles are normally stored in Style Sheets
* Styles were added to HTML 4.0 to solve a problem
* External Style Sheets can save you a lot of work
* External Style Sheets are stored in CSS files
* Multiple style definitions will cascade into one
walker935
Posts: 8
Joined: Fri Mar 19, 2010 4:41 am

Re: For what HTML and CSS stands for!

Post by walker935 »

HTML - hypertext markup language, the original markup language for the web, all webpages are in HTML
CSS -- cascading stylesheets, add "styles" to HTML documents

HTML is a language for describing web pages.
* HTML stands for Hyper Text Markup Language
* HTML is not a programming language, it is a markup language
* A markup language is a set of markup tags
* HTML uses markup tags to describe web pages"

* CSS stands for Cascading Style Sheets
* Styles define how to display HTML elements
* Styles were added to HTML 4.0 to solve a problem
* External Style Sheets can save a lot of work
* External Style Sheets are stored in CSS files"
henderson791
Posts: 5
Joined: Mon Mar 22, 2010 4:10 am

Re: For what HTML and CSS stands for!

Post by henderson791 »

HTML stands for hyper text markup language and CSS stands for cascade style sheets.
sshayndell12
Posts: 9
Joined: Sat Apr 17, 2010 2:29 am

Re: For what HTML and CSS stands for!

Post by sshayndell12 »

The acronym HTML stands for Hyper Text Markup Language - the primary programming language used to write content on the Web. One of the best resources on the Web.

CSS stands for Cascading Style Sheet - it is a way of using one set of formatting for a web-page across a whole web-site.
kenneth659
Posts: 3
Joined: Thu Apr 22, 2010 10:44 am

Re: For what HTML and CSS stands for!

Post by kenneth659 »

HTML stands for : Hyper text mark up language
and
CSS stands for : Cascading style sheets.
both language are use for developing the web pages.
walker935
Posts: 8
Joined: Fri Mar 19, 2010 4:41 am

Re: For what HTML and CSS stands for!

Post by walker935 »

HTML stands for Hyper text mark up language,It is used for the formation of a web page.
CSS stands for Cascading style sheets,it is used for designing and decorating the pages.
domminic59
Posts: 3
Joined: Fri Apr 16, 2010 2:41 pm

Re: For what HTML and CSS stands for!

Post by domminic59 »

HTML stands for hyper-text markup language and is a popular language to create websites with. Think of HTML as another language, just like English or Spanish, which tells the computer how to show and render the website you created.
~
CSS stands for Cascading Style Sheet - it is a way of using one set of formatting for a web-page across a whole web-site. Cascading Style Sheets.
~
:|
sshayndell12
Posts: 9
Joined: Sat Apr 17, 2010 2:29 am

Re: For what HTML and CSS stands for!

Post by sshayndell12 »

CSS stands for Cascading Style Sheets

HTML, which stands for HyperText Markup Language
Locked