Midterm Lecture 4
- What are Links? How do you create links on a webpage?
- Link is an button that connect webpage to another webpage. When you click on a link, the link will point you to another location.
- To create a link we need to use "a" tag and href element, it indicates the link's destination.
- To modify links, we can use "self" (opens the document in the same window), "blank" (Opens the document in a new window or tab), "parent" (Opens the document in the parent frame) and "top" (opens the document in the full body of the window)
- It has 2 kinds which are absolute URL and relative URL.
This is a link