Frontend Web Development

Assignment for Week 17

  1. Create an HTML file and a CSS file.
  2. Add a doctype, <html>, <head>, and <body> into the correct places of the HTML file.
  3. Add a <title> to the <head>.
  4. Link the CSS file to the HTML file by creating a <link> element in the <head>.
  5. Create a paragraph.
  6. Put some random text inside the paragraph.
  7. Make the paragraph 500 pixels wide and 500 pixels high.
  8. Add as many of these to the paragraph as you can: Use Mozilla's CSS reference for the correct syntax.

Extra credit:

Extra-extra credit:


Solution