What is HTML?
HTML stands for HyperText Markup Language. It is the standar markup language for creating web pages and web applications. It describes the structure of a web page.
What is CSS?
CSS stands for Cascading Style Sheets. It is a style sheet language used for describing the presentation of a document written in HTML. CSS describes how HTML elements should be displayed on screen.
What is the main difference between HTML and CSS?
Answer goes here.
Why do we put CSS in a separate file?
Answer goes here.
What is the difference between an H1 and a P tag?
Answer goes here.
What does the 'alt' attribute do in an <img> tag?
Answer goes here.
How do I link to another page?
Answer goes here.
What is the difference between a 'class' and an 'ID' in CSS?
Answer goes here.
What is the difference between 'margin' and 'padding' in CSS?
Answer goes here.
When should I use an <ol> instead of a <ul>?
Answer goes here.