What acronym stands for Hypertext Markup Language?
What is HTML?
What piece of HTML code defines a paragraph?
What is <p></p>?
What is the process of finding solutions to complex problems?
What is problem solving?
Which type of computer processing counts the number of items that fall under a certain criteria??
What is counting?
What is the very left side of the Web Lab, which stores files and images called?
What is files?
What is the text and images on a website called?
What is website content?
What piece of HTML code defines the largest heading?
What is <h1></h1>?
Which step in the problem solving process is where you set the plan in motion?
What is try?
Which type of computer processing compares the input to another element in the program?
What is comparing?
What part of the web lab can you see your website?
What is preview?
What is the way content in a website is organized called?
What is website structure?
What piece of HTML code defines bullet points and usually has <li></li> underneath it?
What is <ul></ul>?
Which step in the problem solving process is where you look back at your plan?
What is reflect?
What is the thinking work computers do to turn an input into an output?
What is processing?
What part of the web lab can you type in code?
What is the workspace?
What is a title or summary for a document or a section of a document?
What is a heading?
What piece of HTML code defines the main content that can be seen on the webpage?
What is <body></body>?
Which step in the problem solving process is where you brainstorm solutions?
What is prepare?
Which type of computer processing compares the input to another element and finds a match to output?
What is finding a match?
What is used to change the color and font of your website?
What is CSS?
What is a piece of a website called?
What is a HTML element?
What piece of HTML code declares what version of HTML the webpage is written in?
What is <!DOCTYPE>?
Which step in the problem solving process is where you figure out what the problem is?
What is define?
Which type of computer processing uses a conditional statement to get its output?
What is if/then?
What part of the web lab outlines the goal of the assignment?
What are instructions?