Assignment Number 1
- Go to example.com right click on the page and click on view page source copy all of the source html.
- Using the powershell type in mkdir compsci\webdev
- Type cd compsci\webdev
- Type in Brackets . (Brackets space period) this will open Brackets in the directory you are currently in.
- At the top click on File>new
- Paste the html into the new file. Save the file as index.html
- Move the style information into a new file called style.css
- Link the new style.css file at the top of the page.
- Play around with the html. Try to figure out what each tag does.
- Make a Code Academy account. You need to finish the Make a Website and HTML & CSS courses by next Wednesday.
- Make a Neocities account. The site name needs to be llhscp-firstinitialmiddleinitiallastinitial so mine would be llhscp-jpd
- This site will be how you turn in all of your programming assignments for the year.