image tag
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image tag</title>
</head>
<body>
<img src="C:\Users\marsa\OneDrive\Pictures\322501.jpg" alt="family">
<img src="https://tse4.mm.bing.net/th?id=OIP.eNAZtrO3_K95zeMvlEL3pgHaE6&pid=Api&P=0&h=1801" alt="cricket">
</body>
</html>
Comments
Post a Comment