Difference between Html and CSS?
Anonimo
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.