WEB DESIGN REVIEW CARDS

What does CSS Stand for?

Cascading Style Sheets

What does HTML Stand for?

Hypertext Markup Language

What file extension is an external style sheet?

.css

Can you style HTML without an external file?

Yes, using inline styling under the style tag

What does the DOCTYPE tag do?

Tells the browser what type of HTML to use

What is responsive web design?

Designing a website that adapts to the browsers dimentions

What does the BR tag do?

Inserts a linebreak

Where do you put the TITLE tag?

Under the Head section