Download presentation
Presentation is loading. Please wait.
Published byPerla Peet Modified over 10 years ago
1
Internet Programming Practicum Credits : 4 Information System Study Program 1Internet Programming Practicum Lecturers : Kurniawan, S.Kom., M.M. Module 3
2
HTML Hyperlinks (Links) A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document. When you move the cursor over a link in a Web page, the arrow will turn into a little hand. Links are specified in HTML using the tag. The tag can be used in two ways: 1.To create a link to another document, by using the href attribute 2.To create a bookmark inside a document, by using the name attribute Internet Programming Practicum2 Lecturers : Kurniawan, S.Kom., M.M.
3
HTML Link Syntax The HTML code for a link is simple. It looks like this: Link text The href attribute specifies the destination of a link. Example: Visit Universitas Bina Darma which will display like this: Visit Universitas Bina Darma Tip: The "Link text" doesn't have to be text. You can link from an image or any other HTML element. Internet Programming Practicum3 Lecturers : Kurniawan, S.Kom., M.M.
4
HTML Links - The target Attribute The target attribute specifies where to open the linked document. The example below will open the linked document in a new browser window: Example : Visit Universitas Bina Darma Internet Programming Practicum4 Lecturers : Kurniawan, S.Kom., M.M.
5
Exercise 2 (file_link.html) Internet Programming Practicum5 Lecturers : Kurniawan, S.Kom., M.M.
6
Internet Programming Practicum6 depan.html Sambutan.html visimisi.html http://www.google.co.id target=_blank Exercise
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.