Chapter 4. HTML: Add Links and Images
A web page is connected to other pages through hyperlinks. An HTML file for a web page is also linked to other resources, such as images, videos, CSS files, and JavaScript files, to add better content and functionality. In this chapter, you'll learn how to add different types of links.
Once you master the concept and technique, you can leverage them to embed other types of content, such as videos or maps, which will be explained in another course (HTML & CSS Intermediate).
The following lessons are covered in this chapter.
Lessons in this chapter
- Overview of Adding Links and Images
- Embed Images – <img>
- Image File Format
- Add Hyperlinks – <a>
- Add Hyperlinks to Images
- Add Hyperlinks to Specific Location on Web Page
- Link Tag – <link>
- Script Tag – <script>