- 1
How to add images to a website
HEY, I AM QUITE NEW TO CODING . SO , I HAVE A QUICK QUESTION . IT IS -âHOW DO I ADD AN IMAGE TO A WEB PAGEâ. LIKE DO I JUST INSERT THE NAME OF THE LINK. I WOULD REALLY LOVE IT IF ANYoNE HELPS ME OUT .
2 Answers
+ 6
Start your Course and you will find answers to your question.
Here is an example:
<img src="image.png" alt="an image" />
img ---> tag used for inserting image
src ---> source of file
alt ---> alternative text in case the message fails to load
And for more attributes... you will learn it on your course.
All the best and Good Luck!
+ 3
k , thx dude . Have a great year :)