HTML/CSS/Images/src

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

"src" specifies a URL to be loaded by the element

   <source lang="html4strict">
   

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

    alt="http://www.wbex.ru" 
    width="71" 
    height="92">

</BODY> </HTML>


     </source>