What does HTML stand for?
What is Hypertext Markup Language?
What ends a specific code?
What is a back slash?
What does it mean if part of your code is pink?
What is the code has a bug?
What role in the military can computer science majors have?
What is becoming a hacker?
How do computers process information?
What is inputs?
What is code?
What symbol represents the start and close tag?
What is the < and > or less than and greater than sign?
What does the inspector tool do?
What is highlighting the part of code that controls what part of the preview you selected?
What is the occupation that most computer science majors are in?
What is a software developer?
What is a HTML element?
What is a piece of a website that starts with a start tag and ends with a close tag?
What are the names of a pair of coding partners at the same computer?
What are the Driver and the Navigator?
What is the order for header size from smallest to largest?
What is h6, h5, h4, h3, h2, and h1?
What are the four main types of processing?
What is if/then, counting, finding a match, and comparing?
What is the degree that you must have before becoming a computer science teacher?
What is a Bachelor's degree?
What are the 4 steps of the Problem Solving Process?
What is Define-Prepare-Try-Reflect?
What does Null in coding mean?
What is no value?
What are the 3 tags for bullets, numbered lines, and lists?
What are <ul></ul>, <ol></ol>, <li></li>?
How long does it take to obtain a Master's degree in computer science?
What is 4-5 years?
What are the 4 main types of computing?
What is input, output, storage, and processing?
What is the DNS?
What is the service that translates URLs into IP addresses?
What is the code for a linked style sheet?
What is <link rel="stylesheet" href="style.css" type="text/css" />?
What is the average salary of a computer science occupation?
What is $82,000?
What are the main components of a HTML?
What is DOCTYPE, html, head, title, body, heading, and paragraph?