<h1>HEADER</h1>
<p>PARAGRAPH</p>
<img src="URL">
<a href="URL">LINK TEXT</a>
<div>
<style> [css code] </style>
ssh [username]@knuth.cs.hmc.edu
ls
cd public_html
chmod
ls -l
-rw-r--r--
drwx-r-x-r-x
chmod 644 index.html
chmod 755 [directory name]
cs.hmc.edu/~[username]
Personal Website |____ index.html |____ page1.html |____ images ...........|____ img1.png ...........|____ img2.png |____ style.css |____ page2.html
<img src="https://cs.hmc.edu/~ccalingo/images/img1.png">
<img src="images/img1.png">
W3schools is a really good source to learn HTML
<a href="URL" target="_blank">text here</a>
<img src="URL" alt="description">
<b>Bolds the text</b>
<i>Italicizes the text</i>
<u>Underlines the text</u>
<code>Allows you to show code</code>
Unordered List <ul> <li>Item 1</li> <li>Item 2</li> </ul>
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
Ordered List <ol> <li>Item 1</li> <li>Item 2</li> </ol>
<ol>
</ol>
Did you meet these learning goals?
If you did not meet these goals, or think, "kind of... but..." or interpret them a certain way, I would like to know!
Think/Pair/Share: Have them identify a partner next to them for the next slide
Talk to each other and make sense of this chart. It's about noticing patterns, and I want you all to be able to explain it words as best you can.