Wipro Interview Question

Difference between Html and CSS?

Interview Answer

Anonymous

Feb 16, 2022

HTML is used to structure the content on the web page.It consists of tags inside which text is enclosed.CSS is used to add style to the content of a web page.It consists of selectors and declaration upon the requirement.