Inside your page you should use at least each tag at least once.
The 4 basic tags (<html></html>, <head></head>, <title></title>, <body></body>)
bold <strong></strong>
italics<em></em>
paragraph <p></p>
images (2) <img src="" />
Headings (3) <h1></h1> up to <h6></h6>
Links (2) <a href=""></a>
Unordered List <ul><li></li></ul>
Ordered List <ol><li>/<li></ol>
Table <table><th><tr><td> (at least 2 rows and 4 columns)
comments <!-- comments -->
Save the file LastNameFirstInitialMusic.htm
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |