Basic HTML structure?
<!DOCTYPE html>, <html>, <head>, <body>
Basic purpose of CSS
CSS is used to style and layout HTML elements.
What are conditional statements?
They control the flow of execution.
Largest heading Tag
<h1>
CSS selector used to target an ID
#idname
What are loops in Python?
Loops execute a block of code repeatedly.
hyperlist tag
<a>
Property that changes background color
background-color
What is a function?
A block of reusable code.
Purpose of the <p> tag
It defines a paragraph of text
what a CSS selector is
A selector chooses which HTML elements the CSS rules apply to
What is a dictionary?
A collection of key-value pairs.
What the <title> element does
Its sets the text shown in the browser tab
color
What is an interpreted language?
An interpreted language executes code line by line at runtime rather than compiling it first.