Codes
HTML
CSS
Links
Definitions
100

What do you have to put before the letter to close the tag?

hat is</_>

100

What is an HTML?

what is  a page where you post all of your codes and information(Hyper Text Markup Language )

100

 How do you Change Color of the paragraph?

what is P {

color:aqua;

}

100

What do links do?

what is They make so you don't have to put everything on one page

100

Header 

what is Header is the big tittle ate the start of your webpage and its  the main topic of the webpage.

200

What Tag is a Paragraph?

what is <p>        </p>

200

How do you change a pages name ?

what is By left clicking it 

200

How do you change the Boldness of a header?

what is h1   {

text-weight:20px;

}

200

How do you link a website?

what is You use the same link for the webpage but instead of the webpage you link a website.


200

Coding

what is When you put tags and make the computer do your task for you 

300

What Tag is a Header tag?

what is <h1>        </h1>

300

Where do you start typing on the HTML?

what is There should always be a little space but if not start typing between the <body> and <head>

300

How do you make your header in the middle?

what is h1   {

text-align:middle;

}

300

What are you linking?

what is You are linking a webpage or website.

300

 Links

what is Links are when you create two webpages and link them to each other or link a website 

400

Which tag makes a bullet point?

what is <ul>   </ul>

400

How do you make a numbered list?

what is <ol> </ol>

400

How do you make a color outline on your picture?

what is img   {

border-color:red;

}

400

Which tag make an image?

what is <img src="____" alt="_____">

400

Copyright

what is When you use other peoples work and images without giving them credit and following the CC- 

500

What codes spreads out text

what is <br>

500

How do you use <ul> tag?

 what is The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists.

500

How do you change the font of your H1

what is H1  {

font-family=20px; 

}

500

Which tags make a link to a webpage?

what is <a href="_____">_____</a>

500

CSS Style Sheet 

what is This is where you change the color of text and weight of text and can get creative.