Featured Post

Data Science Concepts

How To Shaw Image On Browser in HTML | HTML IMG Tag With Attributes In Hindi By #BKTutorial



Source Code:

<html>
<head>
<title> HTML IMAGE Tag </title>
</head>
<body>
		<img src="C:\Users\ABCD\Downloads\20201024_112027.jpg"
		alt="how to set a custom url in youtube channel" 
		width="30%"
		height="50%">
</body>
</html>

Output:





 

Comments