Home >Web Front-end >CSS Tutorial >Basic use of html (explanation of HTML tags)_CSS/HTML
1. Links
Hypertext links in HTML are very important. The basic format is as follows:
Link text
1. Local link
①Absolute road power:
Absolute road power links to the local image
②Relative road power
Relative road link to the local image
③Link to the upper level directory
Link to the upper level directory
2. URL link
Form: protocol name://host.domain name/roadjin/filename
Protocol includes:
file Local system file
http WWW Server
ftp ftp server
telnet Protocol based on TELNET
mailto Email
news Usenet news group
gopher GOPHER server
wais WAIS server
such as: Baidu
3. Directory link
First set a certain paragraph as the link location, the format is:
Call again The file in this link part defines the link:
link text
Of course, if you jump within a file, the file name can be omitted.
2. Multi-view window FRAMES
HTML files designed using the FRAMES structure can divide the entire window into several independent small windows, and each small window can be loaded separately different files and can communicate with each other.
1. Basic structure: