Css
Images
Tables
Tags
Linking
100

 What css  code is responsible for how the text on a page is aligned?

What is text-align

100

How do you add a image to a page 

What is <img src="Example">

100

How do you change the size of a Table?

 What is <table style="width:>

100

How many h tags are there?

 What is 6

100

How do you link something to a page?

What is an A tag

200

What code is responsible for changing the background of a page?

What is {background-color:}

200

Explain how the <img> tag interacts with CSS for styling and positioning images on a webpage.

What is using a Img{} in the CSS


200

What does the "tr" tag do to a table?

What is Add a new row to the table

200

what does the Body tag do?

 What is The <body> tag in HTML serves as the container for all the visible content of a webpage. Essentially, it defines the document's body.

200

Does an Href tag go before or after a A tag

What is after an A tag 

300

What can a Css do to a text tag?

 What is Align,Color,Decorate, And change the size of it 

300

How do you channge the size of an image?

 What is Width/Height: Px

300

does a table go in or outside of the body tags?

 What is Inside

300

what is a P tag responsible for

 What is Writing paragraphs within the body of the web page

300

What is a form of linking you can do?

 What is Image linking, Button linking, Text Linking

400

What does CSS stand for?

 What is a Cascading Style Sheet

400

How do you change the name of a image

What is  an alt tag

400

What are the  3 Key Elements of a Table tag?

 What is tr(Table Row) , th(Table header),td(Table data)

400

What is  a <br> tag?

 What is a "line break" tag meaning it moves code or text from one line to another separate  one.

400

Whats the difference between an External and internal Link

What is An External link , links to a website or source outside of your web page while an internal links to somewhere within your web page.

500

What is the Primary function of a CSS page?

What is  providing structure to a HTML/Webpage

500

What is the primary  function of a Img tag?

What is to embed a image into a web page.

500

What is the primary function of a Table?

 What is The primary function of the <table> tag in HTML is to structure and present tabular data on a webpage.

 table tag is aligned in rows and columns with the data you enter and their categories

500

What is the primary function of the href tag?

What is The href attribute holds the address (URL) of the linked resource.

500

What is the primary function of linking?


 What is The primary function of linking in HTML (using the <a> tag, or anchor tag) is to create hyperlinks that connect different web resources.