Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: What is code to show the image in web page?

by Unforgiven (Hermit)
on Aug 28, 2009 at 13:08 UTC ( [id://791898]=note: print w/replies, xml ) Need Help??


in reply to What is code to show the image in web page?

It's probably just a typo when you were typing this question, but just in case: it should be:
<img src="path" />
not
<img scr="path" />
It's also a good idea to add an "alt" attribute for accessibility (and to make it valid, depending on the HTML version you're using). That'd make it:
<img src="path" alt="Helpful Alternative Text" />

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://791898]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-20 05:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found