HTML
Objectives
- Define what HTML is and explain its purpose in creating web pages.
- Identify basic HTML tags such as <html>, <head>, <title>, <body>, <h1> and <p>.
- Create a simple HTML document using headings and paragraphs.
- Use opening and closing tags correctly.
- Save an HTML file with the correct file extension: .html.
- Open an HTML file in a web browser to view the webpage.
- Complete a mini-project. Create web pages for morse codes.
- 4 Exercises to practice writing HTML.
- 8 Exam-Type questions on HTML