Sagot :
Answer:
HTML is the basic markup language which describes the content and structure of the web pages. On the other hand, CSS is the extension to the HTML which modifies the design and display of the web pages. HTML file can contain CSS code while CSS stylesheets can never contain HTML code in it.
HTML is used to define a structure of a web page. CSS is used to style the web pages by using different styling features. We cannot use HTML inside a CSS sheet. We can use CSS inside a HTML document