Hyper Text Markup Language
What is HTML stand for?
Cascading Style Sheet
What is CSS stand for?
This tool is a great way to learn more about unfamiliar code in Web Lab.
What is an inspector tool?
Paragraphs are marked by opening(<p>) and closing(</p>) tags
What is a paragraph tag?
Web Lab is programmed to automatically detect some mistakes in HTML. When it notices a mistake, it turns that code pink.
What is a Bug?
An element that is a piece of a website that is marked by a start tag and sometimes closed with an end tag.
What is a HTML element?
What is the CSS page?
<p></p>, <html></html>,<body></body>
What can you find on an HTML page?
What is P2, P3, P4 tags?
The process of finding and fixing bugs
What is De-bugging
A tag that is the special set of characters that tells the machine where the start or end of an HTML element is and what type it is.
What is a HTML tag?
<text-align>
What is text align tag in CSS?
Dotted, dashed, or straight creativity around your images
What is image borders?
Example:
<p>...</p>
<p>...</p>
What is multiple paragraph tags.
Can be anything that causes code not to work as planned
What are examples of Bugs?
To structure a web page and its content.
What are HTML pages used for?
To style and layout web pages
What are CSS pages used for?
<img>
what is image tag?
Should be more then one sentence located in your body.
How long should paragraph tags be?
The different sized section titles throughout a web page.
What are headings?
What are many uses of HTML pages?
internal, external, and inline styles
What are 3 uses of CSS pages?
<link rel="stylesheet" href="style.css">
What is linking webpages?
What is 8px?
Since people often make little mistakes when writing their web pages, browsers are programmed to make a best guess of what you intended to do
Why does the webpage work even when theirs a bug?