Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Graphics, Flash and Multimedia _ afbeeldingen

Posted by: quintiboyx Aug 22 2011, 06:47 AM

Hallo,
ik ben een beginner in html,
ik heb geprobeerd een script voor een afbeelding op het internet te zetten maar de afbeelding werd niet weergegeven,
dit is men script in html

<htlm>
<head>
<title>afbeelding</title>
</head>
<body>
<img src=''img.jpeg'' width=200 height=200>
</body>
</htlm>

kan jij me helpen?

Posted by: Frederiek Aug 22 2011, 07:47 AM

De voertaal in deze forums is Engels.

In English:

QUOTE

Hi,
I am a beginner in html,
I have tried a script to put an image on the internet but the image didn't show,
this is my script in html

<htlm>
<head>
<title>afbeelding</title>
</head>
<body>
<img src=''img.jpeg'' width=200 height=200>
</body>
</htlm>

can you help me?


For a start, that's not a script, but a markup code. It lacks a http://htmlhelp.com/faq/html/basics.html#doctype and you mistyped the <html>...</html> tags. And it's best to quote attribute values.

As for the image not showing, see the FAQ entries http://htmlhelp.com/faq/html/images.html#inline-image and http://htmlhelp.com/faq/html/images.html#broken-image.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)