tailieunhanh - Lecture Web technologies and programming – Lecture 7: HTML links and navigation

Lecture Web technologies and programming – Lecture 7: HTML links and navigation. After studying this chapter you will be able to understand: How to link between pages of your site (internal links), how to link to other sites (external), how to structure the folders on your web site, internal document references, link attributes. | CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 Modeling web applications 3 3 grgf What is HTML? Basic Structure of HTML page Body tag attributes Text formatting tags Lists 4 Summary of Previous Lecture How to link between pages of your site (internal links) How to link to other sites (external) How to structure the folders on your web site Internal document references Link attributes Other Type of links 5 HTML links are hyperlinks. A hyperlink is a text or an image you can click on, and jump to another document. 6 HTML Links - Syntax In HTML, links are defined with the tag: link text The href attribute specifies the destination address . The link text is the visible part 7 HTML Links – Example Visit our HTML tutorial 8 The crux of HTML is its capability to reference countless other pieces of information easily on the internet A hyperlink is a text or an image you can click on, and jump to another document. In HTML, links are defined with the tag 9 When you move the mouse over a link, two things will normally happen: The mouse arrow will turn into a little hand The color of the link element will change 10 By default, links will appear as follows in all browsers: An unvisited link is underlined and blue A visited link is underlined and purple An active link is underlined and red 11 For visited link For active link For color of link 12 Example a:link {color:green; background-color:transparent; text-decoration:none} a:visited {color:pink; background-color:transparent; text-decoration:none} a:hover {color:red; background-color:transparent; text-decoration:underline} a:active color:yellow; background-color:transparent; text-decoration:underline} 13 When you link to another page in your own web site, the link is known as an internal link When you link to a different site, it is known as an | CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 Modeling web applications 3 3 grgf What is HTML? Basic Structure of HTML page Body tag attributes Text formatting tags Lists 4 Summary of Previous Lecture How to link between pages of your site (internal links) How to link to other sites (external) How to structure the folders on your web site Internal document references Link attributes Other Type of links 5 HTML links are hyperlinks. A hyperlink is a text or an image you can click on, and jump to another document. 6 HTML Links - Syntax In HTML, links are defined with the tag: link text The href attribute specifies the destination address . The link text is the visible part 7 HTML Links – Example Visit our HTML tutorial 8 The crux of HTML is its capability to reference countless other pieces of information easily on the internet A hyperlink is a text or an image you can click on, and .

TỪ KHÓA LIÊN QUAN
crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.