Web


Web Notes | PDF

Web example | PDF

Example HTML Code:

<h1>Headings are large</h1>
<img src="http://www.harford.edu/resources/images/logo.png" /> <hr>
Text can be <b>bold</b> or <i>italic</i>.
<br>This is on a new line.
But this isn't
<hr>
Here is a <a href="http://www.harford.edu">link to HCC</a>.

Rendered as:

Headings are large


Text can be bold or italic.
This is on a new line. But this isn't
Here is a link to HCC.
Try-It Editor

Visualization of which browsers were most used over time (warning: reddit)

Audio Quick Review (4:38)


Review Questions 

This is not work to be turned in for a grade.  They are however very similar to the questions on the Comprehension Quiz.

  1. What is a URL?
  2. What are the parts of a URL?
  3. What is a DNS server? Why are there more than one?
  4. What is a DNS lookup?
  5. When do we have to do a DNS lookup?
  6. What is HTTP?
  7. What is HTML?
  8. How is markup language different from WYSIWYG?
  9. What is a cookie?
  10. What is something cookies are used to achieve?
  11. What is a third party cookie?
  12. Do you have to click on an ad to get a third party cookie?
  13. What is a GET command?
  14. If I am viewing a web page with some text and 5 pictures, how many total GET commands are sent?