0

How to add images and another files in my code..

instruct me

7th Jul 2017, 3:03 PM
❀Romantic Idiot ❀
❀Romantic Idiot ❀ - avatar
4 Answers
+ 4
Thinking that you are asking for HtMl For Images :- <img src="Nikhil.jpg" > => The HTML file and image should in the same folder for this to happen otherwise you have to give the full directory . Like the image is in img folder and HTML file is in html folder and these both folders are in "programming" folder . Then write this:-. <img src="img/Nikhil.jpg"> For CSS files :- <link rel="stylesheet" type="text/CSS" href ="Nikhil.css" > => Please refer to the above explaination to how to add files For Javascript files :- <script type="text/javascript" src="Nikhil.js"> => Please refer to the image explanation for how to add files
7th Jul 2017, 4:14 PM
Nikhil
Nikhil - avatar
+ 2
tq
7th Jul 2017, 4:12 PM
❀Romantic Idiot ❀
❀Romantic Idiot ❀ - avatar
+ 1
tq bro i willl do it
7th Jul 2017, 4:16 PM
❀Romantic Idiot ❀
❀Romantic Idiot ❀ - avatar