0
How to add images and another files in my code..
instruct me
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
+ 3
+ 2
tq
+ 1
tq bro i willl do it