Monday, August 1, 2011
HTML Links
HTML Links are used to link the external file source like html or css files.
These files are specified in the href attribute and are embedded to the executing file.
It includes "rel","type","href" as major three parameters
"rel" indicates the relation of the external file as stylesheet or any other help files which has to be included.
"type" indicates the type of the file as text/css or text/javascript
"href" is the parameter to indicate the file name
Example
It also has the attributes as "target" which can be any of the following
_blank
_self
_top
_parent
frame_name
If _blank is specified it opens the url in new window
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment