what do you use in the CSS, {} or []
What is {}?
(True or false) Headings are used with the "h" tag?
What is True?
What is the standard markup language for creating web pages?
What is HTML?
What HTML tag is used to embed an image within a webpage?
What is the <img> tag?
What does the <br> tag do?
What tag is used to create a line break?
What does CSS stand for?
What is Cascading Style Sheets?
How many levels do heading tags have?
What is six levels?
what are the basic building blocks of HTML?
What are tags?
This<img> tag specifies the path or URL to the image file.
What is the src attribute?
What is the <p> tag?
What tag is used to create a paragraph of text?
What does the CSS do?
What is adding style?
What heading tag is the biggest?
What is h1?
what is used to create a hyperlink to another webpage or resource?
What is the <a> tag?
what attribute provides alternative text for an image?
What is the alt attribute?
What is the <hr> tag?
What tag is used to create a horizontal line which separates the page?
What controls the Font in the CSS?
What is Font-Family?
What heading tag is the smallest?
What is h6?
what HTML tags are used to structure tabular data?
What are <table>, <tr>, <th>, and <td>?
What changes the attributes of the image?
What are the width and height attributes?
What is the <li> tag?
What tag is used to create an item within a list (<ul> or <ol>)?
True or false, heading tags are the letter P
What is False?
What HTML tags are used to create ordered and unordered lists?
What are <ol> and <ul>?
What is the <ol> tag?
What tag is used to create an ordered list (numbered list)?