Courses/Design & Technique-Essential Web Design/02
From Publication Station
<slidy theme="a" />
<a>
hyperlinks
- anchor tag
local & remote links
<img>
image
inline style
tags' attributes
attributes are parameters from the HTML tags
<a>
attributes:
- href - specifies the url or file of the link
- target - specifies where to display the linked resource.
<a href="http://wdka.hro.nl/" target="_self">link</a> <!-- target="_self": Loads the response into the SAME tab-->
<a href="http://wdka.hro.nl/" target="_blank">link</a> <!-- target="_blank": Loads the response into a NEW tab-->
<img>
attributes:
- src
- width
- height