HTML
CSS
Tools and codes
paragraphs
Bugs and headings
100

Hyper Text Markup Language

What is HTML stand for?

100

Cascading Style Sheet

What is CSS stand for? 

100

 This tool is a great way to learn more about unfamiliar code in Web Lab.

What is an inspector tool?

100

Paragraphs are marked by opening(<p>) and closing(</p>) tags

What is a paragraph tag?

100

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?

200

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?

200
Where you add borders, fonts, etc

What is the CSS page?

200

<p></p>, <html></html>,<body></body>

What can you find on an HTML page?

200
Paragraph tags with smaller text.

What is P2, P3, P4 tags?

200

The process of finding and fixing bugs

What is De-bugging

300

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?

300

 <text-align>

What is text align tag in CSS?

300

Dotted, dashed, or straight creativity around your images

What is image borders?

300

Example:

<p>...</p>

<p>...</p>

What is multiple paragraph tags.

300

Can be anything that causes code not to work as planned

What are examples of Bugs?

400

To structure a web page and its content.

What are HTML pages used for?

400

To style and layout web pages

What are CSS pages used for?

400

<img>

what is image tag?

400

Should be more then one sentence located in your body.

How long should paragraph tags be?

400

The different sized section titles throughout a web page.

What are headings?

500
  • Navigating the internet
  • Embedding images and videos
  • Improving client-side data storage and offline capabilities
  • Game development
  • Interacting with native APIs

What are many uses of HTML pages?

500

internal, external, and inline styles

What are 3 uses of CSS pages?

500

<link rel="stylesheet" href="style.css">

What is linking webpages?

500
The font size that p2 should be under your images. 

What is 8px?

500

 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?