HTML Image Embedding Issue

Created on July 12, 2024, 11:12 a.m. - by Khan, Zain


I'm attempting to embed an image in my HTML page, but it's not showing up. I've checked the file path, and it seems correct. Below is the code I'm using. Any insights on why the image isn't displaying as expected?"

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">


 


Comments (1)

alex, last
Aug. 18, 2024, 6:26 a.m.

there is no image to display in your html code.

images would display with an <img /> tag, with the image urlin it's src attribute.


Copyright 2020 by ibmmainframer. All Rights Reserved.