images
basic structure of html
<html>
<head>
<title>1st pen</title>
<div>
<h1> <p><b>hello<em> my name is samit baral. </b>i read in class 14.</em></p></h1>
</div>
<div>
<h2><p> i like nothing</p></h2>
<img src="https://image.shutterstock.com/image-photo/mountains-during-sunset-beautiful-natural-600w-407021107.jpg", width=500 height=500>
<img src="https://image.shutterstock.com/image-photo/field-background-agricultural-landscape-air-260nw-1095561455.jpg", width=500, height=500px>
<A href="https://commons.wikimedia.org/wiki/Category:Images" target="full"> samit</a>
</div>
</head>
</html>
In order to format links so that they open in a new window/tab, write <a> tags as:
<a href="http://www.dukelearntoprogram.com/" target="blank_">Duke Learn to Program</a>.
target can be anything. target="white"/"full"/ anything
Comments
Post a Comment