What is the difference between HTML and CSS?

HTML (Hypertext markup Language) can be thought of as the blueprint for a website. It defines the structure and content of the page in a way that can be easily understood by the browser that receives it.CSS (Cascading Style Sheets) can be though of as the paint that makes the blueprint look good. CSS is not a necessary component to making a website, however, without it websites tend to be pretty hard on the eyes.CSS tells the browser where to position the elements and how they should interact with other elements.

LB

Related HTML and CSS Mentoring answers

All answers ▸

Many different data types can be stored on a computer system. Five common data types are string, Boolean, real, character and integer. Give suitable examples of data that could be held in each data type.


What are main tags for text?


What is the behaviourism?


Explain what an external style sheet (CSS document) is for in a HTML document and write a line of HTML code to import one