cs50/src8/image.html

13 lines
202 B
HTML

<!DOCTYPE html>
<!-- Demonstrates image -->
<html lang="en">
<head>
<title>image</title>
</head>
<body>
<img alt="Harvard University" src="bridge.png">
</body>
</html>