Code for doc type.
What is <!DOCTYPE> ?
Span of numbers to increase/ decrease heading font
What is 1-6?
Making multiple sets of <p> and </p> tags help with.
What is create multiple paragraphs?
The place where the HTML is put
What is the file?
Acronym for hyper text markup language.
What is HTML?
Code for head.
What is <head></head> ?
The head tag is used for this.
What is a container for metadata?
Opening and ending tags.
What is paragraph element?
HTML uses this to work.
What is greater than sign, less than sign, and backslash?
Acronym for cascading style sheets.
What is CSS?
Code for body.
What is <body></body> ?
The head tag is placed before this tag.
What is the body tag?
Category that paragraph belongs to
What is HTML tags?
This can be found in HTML
What is headers, lines, paragraphs, and links?
Two people working together at the same computer to write code.
What is pair programming?
Code for HTML.
What is <html></html> ?
The head holds this.
What is info about title, script, and stylesheets?
The correct way to open a new paragraph
What is <p> ?
HTML can be found in this place.
What is all places of the internet?
The text and images on a website.
What is website content?
Code to open and close a paragraph.
What is <p></p> ?
The head tag is placed here in relation to the HTML tag.
What is inside?
The tags that the paragraph goes between
What is <body> and </body> ?
HTML does this when it notices a mistake.
What is make the text pink?
How the content of a website is organized.
What is website structure?