Learn basic HTML and make an plain HTML draft of personal website.
- Basic HTML box-model
<html>,<head>,<body>,<p>,<a>,<h1>,<h3>,<h4>,<br>,<em>,<strong>
- Copy Personal Resume from a .doc file
- Paste as plain text into Sublime Text
- Add
<html>,<head>, and<body> - Format Resume with headings and paragraphs
- Add anchor tags to create links where necessary
- Finish first website!