Insert image problem | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Insert image problem

So html doesn't save images in its file If you want to insert an image, you must have it store in your computer or on the internet, am I right??

11th Feb 2017, 9:00 AM
C.R.Devila
C.R.Devila - avatar
1 Resposta
+ 2
That's correct. You either need to provide an external hyperlink or a relative link to an image using the <img> tag's "src" attribute. External hyperlinks are also known as "absolute paths". Take a look at this article for a more detailed description: http://www.coffeecup.com/help/articles/absolute-vs-relative-pathslinks/
11th Feb 2017, 9:55 AM
Codest4r
Codest4r - avatar