Bellringer
Send me a picture of someone who has a birthday today.
Subject: Name and Picture
Open Khan Academy in a new tab, keep your email active on the browser!
click on login
Click on home,
start learning,
Go to Computing
Go To Computer Programming
We will be working on the unit:
Intro to HTML
Show your finished list to a helper to get your points
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Challenge: Links you love</title>
</head>
<body>
<h1>Links I love</h1>
<ul>
<li><a href="https://steinmetzcp.org/"> Steinmetz High School</a></li>
<li><a href="https://sites.google.com/site/wardmaribeth/">Ms. Ward's web site</a></li>
<li><a href="https://cps.edu/Pages/home.aspx">Chicago Public Schools</a></li>
</ul>
<img src="https://www.kasandbox.org/programming-images/cute/CharacterBoy.png">
</body>
</html>