What is the most sought after job that corresponds the education that can be given at code.org?
what is coding?
what is the definition of html.
What is the Hypertext Markup Language?
what is the correct coding part to create separate paragraphs.
What is a <P>
what is the parts of a device that determine the outcome of the device.
What is an input
The action of doing something over and over again.
What is a loop
what is the type of standard job that can be found on the code.org website.
What is an educator?
What is the part of code that is used to create headings.
What is the <h1> coding element?
what is the part of code that encases all of the writing portion of the coding file.
What is the <body>?
what is the type of code that is used to create a website page.
What is the HTML code? A.K.A. Hypertext Markup Language.
A piece of code that you can easily call over and over again.
What is a Function
DAILY DOUBLE!!!
What is the number of the types of jobs that can be given if you were to work at code.org?
What is 8 different jobs?
what is the part of the code that always indicates the start and the end of an element and what type it is.
What is the html tag?
what is the first part of every html file.
What is a <!DOCTYPE html>part of the code?
what is the most used term used to classify the outcomes from certain inputs into a device.
What is the output?
A placeholder for a piece of information that can change. This is also a term in math.
What is Variable
what is the type of job that involves designing things for real world problems. Or for companies who need parts.
What is engineering?
what is the part of code that always has to be there that tells the browser what version of html the page is written in.
What is a <!DOCTYPE>?
what is the code part that is used to create bullet points.
What is the <li> code?
what is the information that is used over and over again in a device.
What is the storage?
Finding and fixing errors in programs
What is debugging?
what is the type of job that requires you to look at the budget of a certain project and plan how to spend it.
What is marketing?
what is text and images on a website called?
What is the Website Structure?
what is the correct coding element that is used to encase the bullet point coding element.
What is a <ul> element?
what is the type of code file that can be used to change the font size, color, or background color of a html page.
What is a .css file.