A
Updated on Sep 5, 2019news-current-topics

What-s the difference between HTML and CSS?

React
1 Answers

P
Answered on Sep 5, 2019

HTML - Hypertext Markup Language is mainly used to create webpages. Actual content of the website/webpages are done using HTML.


CSS - Cascade Styling Sheets is a designing tool. It is used to design or styling of the webpages. Layout, visual effects, background color etc are managed using CSS.

React