A language used to create web pages.
What is Hypertext Markup Language or HTML?
Finding and fixing problems in code.
What is Debugging?
<p></p>
What is a paragraph tag?
Red, blue and yellow.
What are primary colors?
The special set of characters that indicates the start and end of an HTML element and that element's type.
What is an HTML Tag?
Part of a program that does not work correctly. A gesture, action, or sound that is used to send information from one side to the other.
What is a bug?
Transforming actions into a symbolic language
What is coding?
The different sized section titles throughout a web page.
What is a heading?
How the content of a website is organized.
What is Website Structure?
If your code isn't working what is the best way to find the bug?
Run a test and then read through each step through the code.
<html></html>
What is an HTML Tag?
Describe the bug.
What is one of the four steps of the debugging process?
The text and images on a website.
What is Website Content?
The color your code turns when it has some bugs.
What is Pink?
<body></body>
What is a Body Tag?
The exclusive legal right, given to an originator or assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
What is copyright?
A piece of a website, marked by a start tag and often closed with an end tag.
What is an HTML Element?
To put code in the wrong place, use the wrong tag or forget to close a tag.
What are examples of bugs?
<!DOCTYPE>
What is a Doctype Tag?
– A link from an HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.
What is a hyperlink?