We covered a lot this week, including how to structure and style major HTML elements. Great job!
You should have a pretty good idea about what goes where when writng HTML. This includes:
You should also be a wizard at semantic tags, and how they’re used within Body elements. This includes:
Quotes, Citations, etc
We will be making several pages for Project 2, The Instructable, beginning with its index.html
. Chosing from the themes cooking, arts and crafts, or academic lesson, think of a linear activity you could create a tutorial for, like:
This project will need related text, images, and video content, so you may want to keep that in mind when brainstorming.
index.html
For this module, you should have created your index.html
, which will contain your overview and project summary.
Using the proper elements, your index should explain your site’s upcoming cotents with:
readme.md
Just like for the last Project, you are expected to write a well-formed readme.md
file that is a technical report about your work this week. Remember to use markdown syntax to style and add structure to your document. You do not have to use any specific markdown elements anymore, but you should if the situation calls for it!
Think of your README.md
files as journal entries. These files should include information about what it is you did and learned this week, such as information about trials/triumphs, additional sources your sought out, and/or how this week will change your work going forward. For example, what are your ideas for this Project?
This file is to be placed inside your /project-2
directory. You should update it continually through this project cycle.
You are expected to have completed these tasks:
index.html
for Project 2, The Instructable, as per the requirements found on its Project Board and its Moodle assignment requirements.