CSCI-121 Assignment #1 - Solution
Things the assignment submission should have included:
- A file named assignment.html
- The following in the STYLE tag of the HEAD area of the document:
h1 {
font-size: 1.5em;
margin-bottom: 1.34em;
}
- An H1 with proper text within: CSCI-121 Assignment #1
- Body text of some kind.
Things several seemed to get wrong:
- Wrong file name.
- Used the style attribute of the H1 element itself. The instruction was to use a STYLE tag.
- The "math" was wrong for 25% smaller font size, 2x larger bottom margin.
- Incorrect HTML basic 4 elements.
- Incorrect indentation.