How do you create a numbered list?
< ol >
< li >
What are the minimum contents of the < body > tag?
< body >
< link rel=”stylesheet” href=”style.css”>


A Cq SS
What are the second 4 modifiers of < p > tag?

How do you create a bullet point list?
< ul>
< li >
What is the Basic Structure of an HTML document?
< !DOCTYPE html >
< html >
< head >
< body >
What are the minimum contents of the < head > tag?
< head >
How do you insert CSS in the HTML document?
< link rel=”stylesheet” href=”style.css”>
< script src=file.js defer > < /script >

How do you insert JavaScript code in the HTML document?
< script src=”file.js” defer > < /script >

BEti Comme
What are the first 4 < p > modifiers?
