Create a HTML document to open link in a new browser window.
Input
<!DOCTYPE html>
<html>
<body>
<h1>Click below</h1>
<a href = "https://codingfreak18.blogspot.com/" target = "_blank"> click me
</a>
</body>
</html>
Output
After clicking,it will send you to the specified address in a new window
No comments:
Post a Comment