Demonstrate each of the following HTML tasks:
- Create an HTML document and open it in a browser
- Paragraphs: <p> tag
- Heading tags: <h1>, <h2>, etc
- Line breaks: <br>
- Place visible content inside the <body></body> section of HTML document
- Links using <a> tag and href attribute
- Images using <img> tag and src attribute
- View source code of document from browser (control + “U”)
- Create lists: <ul>, <ol>, <li> tags
- Create tables: <table>, <tr>, <td>, <th> tags