What are inputs?
What is the information computers get from users, devices, or other computers?
What is the code for a paragraph?
What is <p></p>?
What is this career?
What is Computer programmer?
How do I use the Inspector Tool?
What is to turn on the Inspector Tool, click . You will know that the Inspector Tool is on because the button will turn white and say "Inspector: On". Once you turn on the Inspector Tool, you can hover over anything in the preview area and Web Lab will highlight the code that is making that part of the page appear.
What is wrong with this code?
<p>My favorit animals r birds.</p>
What is Are and Favorite are both spelled wrong?
What are Outputs?
What is the information computers give to users, devices, or other computers?
What is the code for HTML?
What is <html></html>?
What career is this?
A person who designs, builds, or maintains engines, machines, or public works.
What is a Engineer?
What are examples of Inputs?
What is...?
Pin
Joystick
Keyboard
Scanner
Camera
webcam
What is missing from this code?
<html>
<head>
<meta charset="utf-8">
</head>
</body>
</html>
What is <body>?
What content should you put on a website?
What is the text and images?
What does the code <head></head> stand for?
What is Head?
What is this career?
Use specialized software to store and organize data. The role may include capacity planning, installation, configuration, database design, migration, performance monitoring, security, troubleshooting, as well as backup and data recovery.
What is a Database administrator?
What are examples of Outputs?
What is...?
Printer
Speaker
Fax machine
headphones
Monitor
Plotter
What is wrong with this code?
<head>
<title>Title of the document<title>
<head>
What is the HTML close tag is missing from the end <tittle/> and the end <head/>?
What is a HTML Tag?
What is The special set of characters that indicates the start and end of an HTML element and that element's type?
Where you you put this code -<link rel="stylesheet" href="style.css" type="text/css" />- imbetween? <html></html>? Or <head></head>?
What is <head></head>?
What is this career?
Develops, tests, and evaluates software and personal computers by combining their knowledge of engineering, computer science, and math analysis.
What is a computer systems engineer?
What can help us to work together and solve problems as a team?
What is...?
Face Time
Group Texting
Where would I put the content of the document? Imbetween what codes?
What is <body></body>?
What is HTML?
What is Hypertext Markup Language, a language used to create web pages?
What does <!DOCTYPE> declare?
What is the version of HTML the page is written in.
Whats is this career?
developing and modifying source code.
What is a Software application developer?
What are examples of storage?
What is...?
What does <h1></h1> mean and where does it go imbetween?
What is <h1>This is a heading</h1> and it goes imbetween <body></body>?