[html5] Img element

Ian Hickson ian at hixie.ch
Fri Nov 23 10:49:38 PST 2012


On Fri, 23 Nov 2012, Jpthekin5 wrote:
>
> I haven't been able to use the img element to implement it for my family 
> pictures. Please provide the procedure to use it.


   <img alt="text you would like to have read out to people who can't see 
             the image"
        src="url to your image">

...for example:

   <img alt="My house is white, with a large window on the left, and a 
             smaller door on the right."
        src="myhouse.jpeg">

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'



More information about the Help mailing list