html
css
other
100

what is html

hypertext markup language

100

what is css

Cascading style sheets

100

What is an email link

a link that lets you communicate with people on a website through email

200

what is an anchor

It marks a specific point on a page or code

200

what is css used for 

people use this language to change colors, fonts, backgrounds etc.

200

what is a hot spot

a point on a website that you can click

300

what is a head

the heading of an html document

300

whats mister lyell's first name? 

Clay

300

what is a hexidecimal

a number and letter system to define colors on the internet

400

what is a hyperlink

an element on a page that lets you change to a new page

400

whats an example of css

<!DOCTYPE html>

<html>

<title>W3.CSS</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

<body>


<div class="w3-container">

  <h1>Background Colors</h1>

  <p>The w3-color classes defines background colors for HTML elements:</p>

</div>


<div class="w3-container w3-red">

  <h2>London</h2>

  <p>London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.</p>

</div>


<div class="w3-container w3-teal">

  <h2>London</h2>

  <p>London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.</p>

</div>


<div class="w3-container w3-yellow">

  <h2>London</h2>

  <p>London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.</p>

</div>


<div class="w3-container w3-gray">

  <h2>London</h2>

  <p>London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.</p>

</div>


<div class="w3-container w3-grey">

  <h2>London</h2>

  <p>London is the most populous city in the United Kingdom, with a metropolitan area of over 9 million inhabitants.</p>

</div>


</body>

</html> 


400

what is an interactive

something on a website that you can manipulate

500
what is a tag

HTML code uses tags to specify elements

500

who invented css

HÃ¥kon Wium Lie

500

what is an alt tag

alternative text that is used to describe an image- helps with search ranking and for the visually impaired