This tag is used to define a paragraph
What is the <p> tag?
All HTML tags must start with this tag
What is the <!DOCTYPE> tag?
How you would make multiple paragraphs
What is add multiple <p> tags?
Creates the technical structure for websites and makes sure that web pages are accessible
What is Web developer?
Purposes for a website
What is to entertain, inform, make money, or persuade
This tag is the largest header tag
What is the <h1> tag?
Tag that is the Container for all HTML elements
What is the <html> tag?
A mistake in code that causes the code to not work as planned
What is a bug?
Assess an organization's computer systems and recommends changes to hardware and software to enhance efficiency
Compute Systems Analyst
Examples of input and output devices
What are keyboard, mouse, headphones, microphone, ect.?
The text and images on a website
What is website content?
This Tag is used as a container for metadata
What is the <head> tag?
Why code sometimes turns pink
What is a bug in the code?
Analyzes a company's technology needs and oversees the implementation of appropriate data systems
Computer and Information Systems Manager
5 examples of storage
What are things like flash drives, floppy disks, SD Cards, Hard Disk Drives, and SSD'
This tag defines the main content of the HTML document that will be directly visible on your web page
What is the <body> tag?
Closing tag for the tag that all contents of the HTML document is in
What is </body>
Why HTML seems to work even when there are bugs
What is the computer is programmed to guess what your intent was?
Analyzes and evaluates the data needs of users
What is Database Administrator?
How codes organization relates to organization for website
What is whatever the code order is the order of the text on the website?
Data about the HTML document, such as document title, style sheets, links and scripts
What is Metadata?
Tag that varies in size depending on number
What is Header tag or tags <h1>-<h6>?
How the inspector tool works
What is it allows you to hover over anything in the preview area and Web Lab will highlight the code that is making that part of the page appear?
Creates software programs that allow users to perform specific tasks on various devices
What is software developer?
People working together to fix problems with websites or code
What is partner programming?