Every project starts with a single _______ HTML file.
What is index?
It is used at the top of the page.
What is the body?
The most lines of code are written here.
What is the paragraph?
This stands for Hypertext Markup Language.
What is HTML?
The line of code starts with this tag.
What is the <p> tag?
Almost all lines of code are written here.
What is the body?
The head is the part that is not displayed in the ______ ______ when it is loaded.
What is the web page?
Paragraphs are represented in visual media as these.
What are blocks of text?
HTML uses these symbols to start and finish sentences.
What are greater and less than symbols, backslashes.
The line of code ends with this tag.
What is the </p> tag?
The <body> tag always _______ and _______ a paragraph.
What is start and end?
The <head> element is a container for this.
What is metadata?
You can do this with the paragraph tag in HTML.
What is align?
These are a part of HTML.
What are tags?
When two people work together to write code
What is pair programming?
The body also displays the ______ ______ on the web page.
What is the main content.
The <head> tag contains these five tags.
What are the document title, character set, styles, links, and scripts?
Incorrect text will happen if you don't do this.
What is not adding the paragraph tag?
This is a special trait about HTML.
It's very easy to learn and use.
The _______ uses the computer, types the code, and the _______ keeps track of the code
Who are the driver and navigator?
Unlike most other parts of the language, the body is ________.
What is customized?
The five elements provide information for how a document should be these.
What is perceived and rendered?
This tag is used to introduce a break in the paragraph.
What is the <br> (break) tag?
It's freely available to use on HTML.
What is open-source?
This uses curly brackets and semicolons.
What is CSS?