Adds spacing in between the lines.
What is <br>?
At the beginning of the webpage to start the coding.
What is <!DOCTYPE>?
Adds style to the webpage.
What is a style sheet?
Allows you to link webpages together.
What is <a href=" "> </a>?
Is a mistake in your coding.
What is a bug?
Allows you to have paragraphs.
What is <p>?
The container for all the other HTML elements.
What is HTML?
Adds color.
What is {color: ;}?
Allows you to link images.
What is <img src=" " alt " ">?
Tells you where the image is from.
What is an attribute?
Makes your heading bigger or smaller.
What is <h1-6>?
The main page of your website.
What is index.HTML?
Makes your webpage more fancy.
What is text-decoration?
Tells you what you are linking.
What is a comment?
Closes the code.
What is /?
Controls what goes on behind your code.
What is the background?
Used to write coding in between.
What is <head>?
Aligns your code.
What is text-align?
The link for the CSS style sheet.
What is <link rel="stylesheet" href="style.css">?
The three parts you use to create a webpage.
What is file, workspace, preview?
Used to make bullet points.
What is <li>?
Used to put links in between.
What is <body>?
The part of the CSS that tells you which HTML element gets styled.
What is The CSS selector?
The code used for linking.
What is <a>?
Used to find different parts when your coding.
What is the inspector tool?