i am brand new to html
i am triying to get image to appear in simple html on my mac book using tex edit
i set text edit plain text
i found address of image on the mac book but it denote appear.
can any any one help me
Thnks
address of image on ma book is
file:///Users/rhysdavies/Desktop/htmlweb/gflogov.jpg
this is the code i wrote
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Test text .</p>
<p>more test text </p>
<img src=“file:///Users/rhysdavies/Desktop/htmlweb/gflogov.jpg" alt=“logo” width="128" height="128">
</body>
</html>
i am triying to get image to appear in simple html on my mac book using tex edit
i set text edit plain text
i found address of image on the mac book but it denote appear.
can any any one help me
Thnks
address of image on ma book is
file:///Users/rhysdavies/Desktop/htmlweb/gflogov.jpg
this is the code i wrote
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Test text .</p>
<p>more test text </p>
<img src=“file:///Users/rhysdavies/Desktop/htmlweb/gflogov.jpg" alt=“logo” width="128" height="128">
</body>
</html>