Username:

Password:

Pages: 1 2 3 [4] 5

Author Topic: What is the difference between HTML and CSS?  (Read 3343 times)

seniorlivingca

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 137
Re: What is the difference between HTML and CSS?
« Reply #45 on: January 05, 2012, 01:22:36 AM »
CSS stands for Cascading Style Sheet. It is used to customize the appearance of classes and IDs. He can not control the content of this page. HTML controls the content of this page and some how it is turned off. HTML has a bit of adjustment options, but CSS does most of the work.

hitman

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is the difference between HTML and CSS?
« Reply #46 on: January 06, 2012, 10:18:06 PM »
HTML and CSS are two different dialects. HTML is a accountable for the development and the totle result of the website.It is a web style terminology.CSS is also large web style. It has a bit of creating alternatives, but CSS does most of the job.

bmvfrags

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: What is the difference between HTML and CSS?
« Reply #47 on: January 09, 2012, 11:10:59 PM »
Thank you for sharing this Difference.

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: What is the difference between HTML and CSS?
« Reply #48 on: January 12, 2012, 03:51:07 AM »
HTML (Hyper Text Markup Language) is a widely accepted web-design language.

HTML is responsible for the construction, and the total output, of a page.

There are three "sections" of a decent HTML document source: Inline, Internal, and External.

Inline markup goes in the <body> tag, and defines the webpage's base layout. It structures the output of a webpage, such as creating tables and divisions (And the data in them), forms and buttons, links (And anchors), or even just normal text and images (And videos, flash documents, etc). Inline markup is not generally used to decorate the page with colors and borders, as these methods are usually deprecated. HTML should be used to create the structure of a webpage - Not decorate it with borders, lines, and colors (Although it's possible).

Internal markup goes in the <head> tag (Excluding DtD's, which go in the first line of a document, etc). Most of the time, users do not directly see anything in internal markup (With the exception of something such as the <title> of a page). Internal markup can declare some special things about a page that the user won't notice, such as the Character Set Declaration, the Document Type Declaration, and keywords (For search engine purposes) to that webpage.

Multi-web-language documents need to use Internal markup to link the multiple languages together (Like CSS and JavaScript), so in a way, Internal markup is also used for decorating, aligning (etc), and making dynamic things, out of Inline markup.

External markup is markup (Of any language) not contained in the HTML document, but in a different file. The contents of this file, to retrieve the markup, can usually be called by Internal Markup. External markup could effect the webpage in vast variety of ways.

CSS (Cascading Style Sheets) is another widely-accepted web-design language.

Unlike HTML, CSS does not "create" anything. Instead, it decorates, aligns, and positions (etc) elements in HTML. In a nutshell, CSS takes the normal HTML output and adds a few rules to how it's actually displayed.

CSS can edit things such as element width and height, background color, border, alignment, and actual visibility, for starters. HTML is capable of doing some of these things, but as mentioned earlier, the methods are usually deprecated, or are soon to be deprecated.

CSS is incorporated into a webpage using Internal markup (In the <head>; in <style> tags) or external markup (From a ".css" file).

eddiecrosby

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 13
Re: What is the difference between HTML and CSS?
« Reply #49 on: January 16, 2012, 10:05:22 AM »
HTML is relatively simple, a few keywords that are engaged in a particular form of words, sentences or paragraphs. It is also very tolerant of errors, which are still some positive results, even if there are errors in the code. CSS is just a tool, which has become popular because of its modularity. This makes the creation of Web pages much easier, and troubleshooting.

peterjacky

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What is the difference between HTML and CSS?
« Reply #50 on: January 18, 2012, 11:17:24 AM »
CSS stands for Cascading Style Sheet. It is used to customize the appearance of classes and IDs. He can not control the content of this page. HTML controls the content of this page and some how it is turned off. HTML has a bit of adjustment options, but CSS does most of the work.

hairtransplant

  • Jr. Member
  • **
  • Karma: +0/-0
  • Posts: 56
Re: What is the difference between HTML and CSS?
« Reply #51 on: January 31, 2012, 05:22:17 AM »
HTML (Hyper Text Markup Language) is a widely accepted web-design language.

HTML is responsible for the construction, and the total output, of a page.

There are three "sections" of a decent HTML document source: Inline, Internal, and External.

CSS (Cascading Style Sheets) is another widely-accepted web-design language.

Unlike HTML, CSS does not "create" anything. Instead, it decorates, aligns, and positions (etc) elements in HTML. In a nutshell, CSS takes the normal HTML output and adds a few rules to how it's actually displayed.


hairtransplant

  • Jr. Member
  • **
  • Karma: +0/-0
  • Posts: 56
Re: What is the difference between HTML and CSS?
« Reply #52 on: February 02, 2012, 07:04:07 AM »
css is an addition to html, not a replacement for it.

johnnysimmons

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is the difference between HTML and CSS?
« Reply #53 on: February 07, 2012, 01:30:45 PM »
HTML is relatively simple with a few keywords, dedicated to a specific format, sentence or paragraph. This is wrong, still shows some of the fruits is also very tolerant, even if there are errors in the code. CSS is only due to its modular has become a popular tool. This makes the pages produced is much easier and troubleshooting.

alicewatson

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is the difference between HTML and CSS?
« Reply #54 on: February 10, 2012, 07:31:05 AM »
HTML or Hypertext Markup Language is the standard language and the most fundamental use to create web pages. CSS was designed to simplify the code in the pages much larger. This does not mean that the CSS can not be used in the pages simpler and less complex.

Colbert909

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is the difference between HTML and CSS?
« Reply #55 on: February 16, 2012, 10:46:25 PM »
CSS stands of Cascading Style Sheet. It is used to customized the looks of classes and ids. It cannot control the content of the page.
HTML controls the contents of the page and a bit of how it is lay out.
Logged

foresthedges

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is the difference between HTML and CSS?
« Reply #56 on: February 22, 2012, 06:38:08 AM »
HTML is  Hypertext Markup Language.While CSS is a sheet.HTML  styles to display the Web page of the client  while in CSS side as design.By used to provide a unified Tools  giveaway Standard use of CSS.
Logged

faizarnold

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is the difference between HTML and CSS?
« Reply #57 on: February 22, 2012, 10:48:03 AM »
HTML defines to be displayed on the page element, and can determine how they are displayed.CSS enhanced to HTML, you can change the way the definition of the information on the HTML looks.CSS ice HTML cake.
Logged

cristin

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: What is the difference between HTML and CSS?
« Reply #58 on: March 02, 2012, 11:23:59 PM »
Basically HTML is used to put everything in a webpage.
You define the image, you type the text, links, etc…

CSS is then linked to the HTML "to make it look pretty".
You have a lot more lay-out possibilities with CSS than if you’re only using HTML.

robinjack14

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What is the difference between HTML and CSS?
« Reply #59 on: March 07, 2012, 01:28:57 AM »
HTML make a static web page and CSS make a bigger page and colorful and dynamic page. CSS are use in HTML three way inline, internal and external.
Pages: 1 2 3 [4] 5