The very first line in a HTML website.
What is <!DOCTYPE html>
The property that can change the border from a box to a circle.
What is border-radius?
The two functions that find the highest and lowest value in an argument.
What is =MIN() and =MAX()?
The three types of list.
What is <ul>, <ol>, <dl>?
The property that changes the font.
What is font-family?
The function that uses only two arguments.
What is =CONCAT()
HTML stands for?
What is Hyper Text Markup Language?
The tag used to create a class.
What is <div>?
The property that is for space inside the border.
What is padding?
The order of how the DATE function converts cells into a date.
What is year/month/day?
CSS stands for?
What is Cascading Style Sheets?
What is <h1>, <h2>, <h3>, <h4>, <h5>, <h6>?
The property that is for space outside the border.
What is margin?
The function that only adds the number of numeric values.
What is =COUNT()?
The tags that separate the text from the styling.
What is <head> and <body> tags?
The property that change direction from left to right.
What is float?
The function IF uses these 5 expressions.
What is =, <, >, <=, >=?