what is html
hypertext markup language
what is css
Cascading style sheets
What is an email link
a link that lets you communicate with people on a website through email
what is an anchor
It marks a specific point on a page or code
what is css used for
people use this language to change colors, fonts, backgrounds etc.
what is a hot spot
a point on a website that you can click
what is a head
the heading of an html document
whats mister lyell's first name?
Clay
what is a hexidecimal
a number and letter system to define colors on the internet
what is a hyperlink
an element on a page that lets you change to a new page
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>
what is an interactive
something on a website that you can manipulate
HTML code uses tags to specify elements
who invented css
HÃ¥kon Wium Lie
what is an alt tag
alternative text that is used to describe an image- helps with search ranking and for the visually impaired