Recent

6/recent/ticker-posts

HTML (40)

HTML (40)

What Are Loops in Computer Programs?


Open link in new page

Tag: _blank

Example↓↓↓↓

<html>
<head>
<title>My Page</title>
</head>
<body>
<a href ="https://www.google.com" target="_blank">Google</a>
</body>
</html>




<html>
<head>
<title>My Page</title>
</head>
<body>
 <a href ="Chrysanthemum.jpg" target="_blank">Picture</a>
</body>
</html>



Image source : 








Post a Comment

0 Comments