To build a webpage that has certain key characteristics as a way to learn more about HTML. Your final product will be a webpage which will be uploaded to our lakeside-cs.org site for sharing with the class.
You will write an HTML document which uses several common tags.
You will be hand-typing this (not using a drag-and-drop product such as Dreamweaver).
Your website must include at least one of each of the following
| Your website must NOT include the following: |
|---|
| Any CSS. This means no style tags (like p style=color:red). This also means no linked CSS files. Yes, this means the website will look ugly. |
| Old, deprecated HTML tags that really shouldnt even exist anymore. Specifically, b, i, s, u, font, center, strike, blink, marquee. For the full list, check out this link. |
Possible ideas:
Once you have designed your web page/site, you will implement this using a text editor (not Dreamweaver or other web site editing software.) You may use Notepad, Notepad++, Sublime, or any other text based editor. Develop and test this site on your local MAMP server until you have it working well, then you will upload it to the lakeside-cs.org site.
Once you have uploaded it to your directory on lakeside-cs.org website, youll validate it with this page: https://validator.w3.org/ . If youre getting unexpected errors, try clicking More Options, and under Document Type select HTML5
Note: its great if youve done websites before, but for this Id like you to start with a fresh concept, so you have to think about the design process as youre working on this unit.