Explanations:
- Look at the file's content source: IE: Use menu "Page-View Source", Firefox: Use "Menu View->PageSource"
- The "script" tag allows to import JavaScript code. Everything between the opening tag and the closing tag must be javascript code or javascript comments.
Exercise:
- This HTML code is slightly wrong. An closing element was lost and this is why the whole is in a large bold font.
- Please fix this (as classroom exercise)