Difference Between HTML And CSS in Tabular Form
S.No. | Basic Terms | HTML | CSS |
1. | Full Form | Hypertext Markup Language | Cascading Style Sheets (CSS) |
2. | Developer | In 1980, by Tim Berners-Lee, | CSS was first proposed by Håkon Wium Lie on October 10, 1994. |
3. | Year | 1993 | 1996 |
4. | Usage | Tags “heading”, “paragraph”, “table”, and so on | Styles classes, Ids |
5. | Working | HTML is the structure of Web pages using markup and building blocks of HTML pages | CSS describes how HTML elements are to be displayed on screen, paper, or in other media |
6. | Relevance | CSS can be used in HTML files. | HTML cannot be used in CSS style sheets. |
7. | Consist of | Tags surrounding content. | Selectors succeeded by a declaration block. |
8. | Methods of using | There are no defined methods. | Inline CSS code, Internal and external stylesheet any method could be used for implementing the code. |
9. | FileType | .html | .css |
10. | Running Files | On Any Web Browsers. | On Any Web Browsers define with correct link. |
11. | Types | No Types | Inline css , Internal css,external css |
12. | Version | Version Year HTML 1991 HTML 2.0 1995 HTML 3.2 1997 HTML 4.01 1999 XHTML 2000 HTML5 2014 | · CSS 1 · CSS 2 · CSS 2.1 · CSS 3 · CSS 4 |
(Visited 1,324 times, 1 visits today)
Written by: