What does CSS stand for?
What does a cascading style sheet do?
What are the codes for the headings?
Why is there only <h1>-<h6> for headings?
How do you change the image size?
What does width="250px" height="250px" do?
What does style do?
What do you use for a set of conventions on how to format code?
What does a link do?
What defines the relationship between the current document and an external resource?
What is CSS used for?
What do you use for text styling and creating layouts?
What are three list tags?
Why isn't there more than <ul>,<ol>, and <li>?
What code is used to add images?
What does <td><img src=" "</td> do?
Where does the style go?
Does the style go in between <head> </head>?
What is another name for a link?
Are hyperlinks and links the same thing?
Which CSS property controls the text size?
What does font-size do?
What is the paragraph tag?
What is a <p> tag?
How do you add a border to an image?
What does border:6px double; do?
What is one thing that goes in the style?
Why does the code for a table go in the style?
Where does the link tag go?
Why does the link tag go in between <head></head>?
Which property is used to change the font of an element?
What does font-family do?
What is the tag to divide the text?
What is a <div> tag?
How do you change the shape of an image?
What does the border-radius code do?
What does style refer to?
What is a set of conventions and guidelines that dictate how code should be written, formatted, and structured?
what is the code to add a link?
what does <a href= > </a> do?
How do you display hyperlinks without an underline?
What does a {text-decoration:none;} do?
How do you add a table?
What does <table> do?
Do you change the size of an image in the HTML or CSS?
Why do you change the size of an image in the HTML and not the CSS?
Can the style be in CSS or just in the HTML?
Why is the style just in the HTML and not the CSS?
Do you link an image and a website the same way?
Why don't you link an image and a website the same way?