Hypertext Markup Language, a language used to create web pages.
What is HTML?
When we put into our own words what the problem of a word search is and what the goal is.
What is Define?
This tag defines the main content of the HTML document that will be directly visible on your web page.
What is <body> ?
This feature can be used to hover over anything in the preview area and Web Lab. It will highlight the code that is making that part of the page appear.
What is the Inspector Tool?
This language is used to define the style and layout of web pages.
What is CSS?
Allows web developers to group a set of related items.
What is a List?
The brainstorming of different strategies that could be used to solve a word search.
What is Prepare?
This tag is used to create different sized section titles throughout a web page.
What is a Heading tag?
These mistakes in code will cause it not to work as planned.
What are Bugs?
Adding these to web pages is a powerful skill that will make your pages more appealing to users!
What are Images?
The collected information about an individual across multiple websites on the Internet.
What is a digital footprint?
Creating a basic version of the website that may not have all of the features.
What is Try?
All HTML documents must start with declaration.
What is a <!DOCTYPE> > ?
This Web Lab feature is programmed to automatically detect some mistakes in HTML. When it notices a mistake, it turns that code pink.
What is Debugging?
This feature provides a simple way to know what media you can and can't use.
What is Creative Commons Search?
The special set of characters that indicates the start and end of an HTML element and that element’s type.
What is an HTML Tag?
When you show the website to friends to get feedback.
What is Reflect?
This tag is used to create a list.
What is <li> ?
This refers to any character that shows up as a blank space on the screen, such as a space, a tab, or a new line.
What is Whitespace?
This code inserts a horizontal rule or line in an HTML page to divide or separate document sections.
What is <hr> ?
A language used to describe how HTML elements should be styled.
What is CSS?
This is useful when writing code for a challenging program. It will help you clarify and break down a problem into manageable steps so you can easily identify the code you need to write for each step.
What is the Problem-Solving Process?
A HTML tag is a piece of code which is ignored by any web browser.
What is a Comment tag?
As your web pages get more complicated, you'll want to use this feature to explain the different parts of the code and what it should create.
What are Comments?
This is a piece of a website that is marked by a start tag and sometimes closed with an end tag. The element also includes the content inside the tags.
What is an HTML Element?