What css code is responsible for how the text on a page is aligned?
What is text-align
How do you add a image to a page
What is <img src="Example">
How do you change the size of a Table?
What is <table style="width:>
How many h tags are there?
What is 6
How do you link something to a page?
What is an A tag
What code is responsible for changing the background of a page?
What is {background-color:}
Explain how the <img> tag interacts with CSS for styling and positioning images on a webpage.
What is using a Img{} in the CSS
What does the "tr" tag do to a table?
What is Add a new row to the table
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.
Does an Href tag go before or after a A tag
What is after an A tag
What can a Css do to a text tag?
What is Align,Color,Decorate, And change the size of it
How do you channge the size of an image?
What is Width/Height: Px
does a table go in or outside of the body tags?
What is Inside
what is a P tag responsible for
What is Writing paragraphs within the body of the web page
What is a form of linking you can do?
What is Image linking, Button linking, Text Linking
What does CSS stand for?
What is a Cascading Style Sheet
How do you change the name of a image
What is an alt tag
What are the 3 Key Elements of a Table tag?
What is tr(Table Row) , th(Table header),td(Table data)
What is a <br> tag?
What is a "line break" tag meaning it moves code or text from one line to another separate one.
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.
What is the Primary function of a CSS page?
What is providing structure to a HTML/Webpage
What is the primary function of a Img tag?
What is to embed a image into a web page.
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
What is the primary function of the href tag?
What is The href attribute holds the address (URL) of the linked resource.
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.