Download presentation
Presentation is loading. Please wait.
Published byLaurel Joseph Modified over 9 years ago
1
آموزش طراحی وب سایت جلسه سوم– لینک ها و آدرس دهی تدریس طراحی وب برای اطلاعات بیشتر تماس بگیرید تاو شماره تماس: 09125773990 09371410986 پست الکترونیک : TargetLearning@gmail.com
2
Links and Navigation
3
Basic Links index page. Google is a very popular search engine.
4
Linking to E-mail Addresses E-mail us.
5
Understanding Directories and Directory Structures
6
http://www.ExampleNewsSite.com/Business/ http://www.ExampleNewsSite.com/Entertainme nt/Music/
8
The main directory …. root folder subdirectory parent directory subdirectory
9
What a URL Is Made Up Of?
10
The Scheme http:// Hypertext Transfer Protocol (HTTP) is used to request pages from web servers and send them back from web servers to browsers. https:// ftp:// file
11
The Scheme http:// https:// Secure Hypertext Transfer Protocol (HTTPS) encrypts the data sent between the browser and the web server using a digital certificate. ftp:// file://
12
The Scheme http:// https:// ftp:// File Transfer Protocol is another method for transferring files on the Web. file://
13
The Scheme http:// https:// ftp:// file:// Used to indicate that a file is on the local hard disk or a shared directory on a LAN.
14
The Host Address It can either be an IP address (four sets of numbers between 0 and 255, for example, 192.0.110.255) or more commonly the domain name for a site such as www.sabadekala.com
15
The Filepath /books/newReleases/BeginningWebDevelopm ent/Overview.html
16
Other Parts of the URL
17
Credentials http://administrator:letmein@www.wrox.com/a dministration/index.html
18
Ports Ports are like the doors to a web server. A web server often has several server programs running on the same machine, and each program communicates using a different port. http://www.wrox.com:8080/index.html
19
Fragment identifiers can be used after a filename to indicate a specific part of the page that a browser should go to immediately. http://www.wrox.com/newTitles/index.html# HTML
20
Query String http://www.wrox.com/search.aspx?searchTer m=HTML
21
Absolute and Relative URLs
22
Test.htm test.htm Images1/1.htm Images02/2.htm
23
Test1.htm../test.htm../Images02/2.htm../Images1/1.htm
24
2.htm../test.htm../Images1/1.htm../Images02/2.htm
25
linking to a specific part of a page
26
URLs..... Back to top Source Anchors.... Back to top Destination Anchors.... Back to top Examples..... Back to top
27
URLs Source Anchors Destination Anchors Examples
28
Advanced E-mail Links <a href=”mailto:info@example.org? subject=XHTML&cc=sales@example.org”>
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.