Welcome to the HTML World
HTML 5 is a markup language used for structuring and presenting content on the World Wide Web.
For HTML5 Tutorial please visit W3School.
HTML Elements Examples
This link use relative path to refer to an Image Example
If we add target to the <a>
element, and the attribute given _blank
value the HTML will be loaded in a new window or tab.
In addition to _blank Target attribute can take the following values: _parent , _self, _top
check it at W3School for details.
Copyright © 2018 COMP334