CSS VS HTML
Go to solution
Solved by Ceff,
HTML is used for the layout of a webpage. Items on a webpage (textboxes, checkboxes, buttons, labels) are HTML elements.
CSS is used for stying HTML elements. Say you wanted a blue button, well you'll need the appropriate CSS selector attribute in the element with the color attribute set to blue.
HTML can be used on its own without CSS. CSS on the other hand cannot be used on its own.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now