CSS
HTML
Codes
Links
Definitions
100

What does CSS mean?

What is Cascading Style sheet?

100

What does HTML stand for?

What is Hypertext Markup Language. 

100

What is the <p></p> tag used for?

What are Paragraphs.

100

What is the code for internal hyperlinks?

What is<a href="index.html">Home</a>

100

Body tag definition? 

What is The main content of the HTML document that will be directly visible on your web page.

200

What symbol do you use to close out the CSS code?

What is }. 


200

What is website structure?

What is How the content of a website is organized.


200

What do the numbers beside the h's mean?

What is The size of the text, lower numbers make the text bigger, and higher number make the text smaller.

200

What is the code for linking external hyperlinks?

What is <a href="https://code.org/">Visit Code.org!</a>

200

Head tag definition.

What is Tag is used as a container for metadata: metadata is data about the HTML document, such as document title, character set, style sheets, links, and scripts.

300

What code do you use to underline a word?

What is text-decoration.

300

What is the HTML element mean?

What is A piece of a website, marked by a start tag and often closed with an end tag.

300

What is the <li></li> tags used for?

What are Bullet points.

300

How do you link images to a diffrent html? 

 What is <a href="index.html"><img src="Dog.jpg"

                              alt= "Dog running"

                              width=600px

                              height= 450px></a>

300

What does Metadata mean?

What is information about data.

400

What happens when you use the font-style code?

What is the text turns Italic, Normal, or oblique.

400

What must the HTML start with to tell what version the HTML will be writen in?

What is <!DOCTYPE>

400

What do you put to comment?

What is <!--Comment-->

400

What is the link t link your HTML to CSS style sheet?

 What is <link rel="stylesheet" href="style.css">

400

What is the meta tag used for?

What is It is used to provide information about HTML documents such as page description, author of the document, and keywords.

500

What code is used to change the font (Changing the font to be cursive for example)?

What is it changes the font to cursive, fantasy,. inherit, monospace, san-serif, and serif.

500

Where do you put the title tag?

What is between the <head></head>

500

How do  you link an image (full code)?

What is <img src="dog.jpg" alt="My Dog" width="500" height="600">

500

What does href do?

 What is Tells where the browser should navigate to.

500

What does the Div tag do?

What is It divides the HTML document into sections of content. It is also used to group together HTML elements, allowing you to apply CSS styles to many elements at once.

M
e
n
u