HTML/CSS/Images/lowsrc

Материал из Web эксперт
Перейти к: навигация, поиск

"lowsrc" gives the URL of a low-resolution image

   <source lang="html4strict">
   

<HTML> <head><Title>Example For lowsrc</Title></head> <BODY> <img lowsrc="http://www.wbex.ru/style/logo.png"

    src="http://www.wbex.ru/style/logo.png" 
    alt="http://www.wbex.ru" 
    width="100" 
    height="100">

<input type="image"

      lowsrc="http://www.wbex.ru/style/logo.png" 
      src="http://www.wbex.ru/style/logo.png">

</BODY> </HTML>


     </source>