Username:

Password:

Author Topic: why we use HTML code and CSS code?  (Read 642 times)

jaki

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 6
why we use HTML code and CSS code?
« on: December 28, 2010, 11:53:48 PM »
Dear friend,
               why we use HTML code and CSS code?What is the difference between HTML code & CSS code?

addisonyesher

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: why we use HTML code and CSS code?
« Reply #1 on: December 29, 2010, 06:37:31 AM »
HTML Is mainly called as Hypertext Markup Language which is used to design the webpage and another CSS is mainly called as Cascading Style Sheet which is used to give a style to the object.

kaminikethy1

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 11
Re: why we use HTML code and CSS code?
« Reply #2 on: May 28, 2011, 10:00:03 AM »
HTML Is mainly called as Hypertext Markup Language which is used to design the webpage and another CSS is mainly called as Cascading Style Sheet which is used to give a style to the object.



I really like this post that the HTML is the best and most fast object for the progress of all the students of web designing programs as well.

johnchristopher

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: why we use HTML code and CSS code?
« Reply #3 on: July 06, 2011, 10:11:09 PM »
CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.

web solution india
Logged

jessicajhone

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: why we use HTML code and CSS code?
« Reply #4 on: July 10, 2011, 11:58:13 PM »
HTML is a called hyper text markup language it used to design web page.CSS is a cascading style sheet it will use to get style to the object.


Logged

dryparker

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
Re: why we use HTML code and CSS code?
« Reply #5 on: July 11, 2011, 12:27:40 AM »
HTML stands as Hypertext Markup Language which is mainly executed to design the website web pages and CSS stands as Cascading Style Sheet which helps to provide style to object.
Logged
SSL Certificate, EV SSL, WildCard SSL | Secure eCommerce with theSSLstore.com

madhusmita

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 31
Re: why we use HTML code and CSS code?
« Reply #6 on: July 13, 2011, 01:06:33 AM »
HTML and CSS are two languages used for the web designing.HTML stands for the Hyper Text Markup Language.Its the base of the web designing.CSS stands for the Cascading Style Sheet.Its used for the designing purpose of the HTML files.

lilly1236

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 163
    • WWW
Re: why we use HTML code and CSS code?
« Reply #7 on: July 14, 2011, 06:06:20 AM »
Both are used for web development and designing.HTML is used for text,graphics, audio n video in web pages and CSS have the formatting details of each object.

johnchristopher

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: why we use HTML code and CSS code?
« Reply #8 on: July 15, 2011, 04:51:41 AM »
CSS is beneficial to the designer because of the afore mentioned control they have over their web site design and how it will be appear across platforms and browsers.

Web sites designed in CSS are faster to change and update. Because the coding is reduced the pages are more efficient and require less bandwidth. Cost saving functions like these are causing businesses to demand CSS from their designers which is forcing less hold-out designers to convert because their clients demand it.

The main benefit to designers and to companies is that CSS speeds the time it takes to develop and update site layouts. Communication is easier among multiple developers because the workflow is standardized.

All in all, CSS is a development method that every designer will be using in the near future, and one that is very beneficial to everyone involved, from the designer through to the end user.

web solution india
Logged

perth

  • Sr. Member
  • ****
  • Karma: +0/-0
  • Posts: 278
Re: why we use HTML code and CSS code?
« Reply #9 on: January 03, 2012, 02:06:56 AM »
HTML Is mainly called as Hypertext Markup Language which is used to design the webpage and another CSS is mainly called as Cascading Style Sheet which is used to give a style to the object

vsoftnic12

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 11
Re: why we use HTML code and CSS code?
« Reply #10 on: January 19, 2012, 01:52:43 AM »
CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.

web solution india

Yes,I agree with your sharing.

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: why we use HTML code and CSS code?
« Reply #11 on: January 23, 2012, 05:24:37 AM »
CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design).