CSS
HTML
linking
images
Random
100

Turns fonts different colors and sizes as well as making images smaller or bigger. Can also add border styles and font shadowing.

What is a CSS page?

100

Hypertext Markup Language

What does HTML stand for?

100

linking a word or image to an outside source

what is external linking?

100
A picture you find online and import in the page. Makes you webpage look better, compliments it. 

What are images?

100

mistakes in code which causes it not to work as planned.

What is a bug?

200

Cascading Style sheet 

What does CSS stand for?

200

<html> </html>

what is the HTML tags?

200

when you link something within the webpage.

what is internal linking?

200

Adds color around your images, dashed, dotted etc.

What is a border style?

200

the process of finding and fixing bugs.

what is debugging?

300

makes images or text go left or right.

what is the float code?

300

A code that can make text, images and links appear to make a webpage.

What is an HTML page?

300

 <a href="ADVERTISMENT.html">ADVERTISMENT</a>
    <a href="index.html">HOME</a>

what is the link for linking internally?

300

Makes images smaller 

what is the width code?

300
<h1> </h1>, <h2> </h2> etc

what are tags to make text bigger or smaller?

400

Makes fonts bolded 

What is the font weight code?

400

a piece of a website that is marked by a start tag and sometimes closed with an end tag.

what is an HTML element?

400

<a href="https://en.wikipedia.org/wiki/List_of_hobbies"><img src="hobbies.jpg" alt="Image description" width="200" height="300
      "/></a>

What is the link for external linking?

400
Makes the images border get bigger or smaller depending on how you set it

what is the border weight code?

400

Sprite animations

what makes sprites appear?

500

changes the color of your webpage

what is the background color code?

500

 tag is the special set of characters that tells the machine where the start or end of an HTML element is and what type it is.

what is an HTML tag?

500

<a href="https:...."><img src="p.png" alt="Image description" width="300" height="100  "/></a>



What is the code for linking images?




500

border-color:

what is the code that changes the color of the borders?

500

style sheets are separate files that are linked to the HTML page.

what are external style sheets?