


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
learning html and css is good for all computer science students in all categories.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



You can click on a link and jump to another document.When you move the mouse over a link, the mouse arrow will turn into a little hand. A link does not have to be text. A link can be an image or any other HTML element!
indicates the link's destination. The link text is the part that will be visible to the reader. Clicking on the link text, will send the reader to the specified URL address.
This example shows how to create a link to W3Schools.com: Visit W3Schools.com! By default, links will appear as follows in all browsers:[a]An unvisited link is underlined and blue. [b]A visited link is underlined and purple. [c]An active link is underlined and red.
Opens the document in the same window/tab as it was clicked.
Example: Visit W3Schools! [target="_blank" to open the linked document in a new browser window or tab:] Absolute URLs vs. Relative URLs [Absolute URLs]- A full web address in the href attribute. EXAMPLE;Absolute URLs
W3C
HTML Images
CSS Tutorial
Use an Image as a LinkExample;
Link to an Email Address
email program (to let them send a new email) EXAMPLE;Send email
-To create a bookmark - first create the bookmark, then add a link to it.When the link is clicked, the page will scroll down or up to the location with the bookmark. STEPS TO CREATE A BOOKMARK.
4 [b]Then, add a link to the bookmark ("Jump to Chapter 4"), from within the same page:Jump to Chapter 4 [c]You can also add a link to a bookmark on another page:Jump to Chapter 4