What are Inputs?
What is :
• Anything that has codes inside and is programmed to work.
What is the code for a Paragraph?
What is
• <p></p>
What does Software developer do?
What is :
• Use various amounts of codes to create and develop Software's.
Why do people create web pages?
What is :
• People use webpages too , Sell , Inform or Promote Products.
What is the code used to put Ballet points onto a sentence.?
What is :
• <ul> </ul> - Bullets
What is a Heading?
What is
• A title or summary for a document or section of a document.
What Is code for Head?
What is
<head></head>
How many years to graduate from college for coding?
What is :
• 4 years to get a Bachler's degree in computer programming.
How can we tell the computer both what to put on the web page?
What is :
• Use the code HTML to correctly place and write your response on a webpage
What is website content?
What is :
• The text and images on a website
What does HTML stand for?
What is :
• Hypertext Markup Language, a language used to create web pages.
What code is used to get Numbers?
What is
• < ol> </ol> OL create numbers
What does a Computer System engineer need to learn to preform their job?
What is :
• Learn Very difficult codes and computer tech.
What are ways we can work together to fix problems with our websites?
What is :
• Using our access to phones, computers and the internet.
What are the problem solving steps?
What is :
• Define , Prepare , Try and Reflect
What is Website structure?
What is
• How the content of a website is organized.
Smallest code for Heading?
What is
• <h6>This heading is the smallest in terms of font size.
What Is Codeworks?
what is :
• A school Ranked top 10 worldwide for people to major in Computer Programming.
What are storage devices?
What is:
• Hard drives , Flash Drives, CD's , RAM . etc.....
What is The tag that defines the main content of the HTML document that will be directly visible on your web page. This tag contains all the content of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
What is :
<body></body>
What is an HTML Element?
What is
• A piece of a website, marked by a start tag and often closed with an end tag
What tells the browser what type of version of HTML the page is written In?
What is
• <!DOCTYPE html>
What is Skylab Coders Academy?
What is
• One of the top coding schools worldwide.
What is a Computer?
What is:
• An Electronic device that Stores and Process data
What is The special set of characters that indicates the start and end of an HTML element and that element's type?
What is :
• HTML Tag.