Images in HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome</title>
</head>
<body>
<img src="Flutter_Logo.png" alt="This is Flutter Logo. Flutter is a cross platform
Mobile App development which is developed by Google.">
<!-- <img src="https://source.unsplash.com/random/600*400" alt=""> -->
</body>
</html>

Comments
Post a Comment