+ 1
How should i had an image?
8 odpowiedzi
+ 3
by using this format.
<IMG SRC="image name.jpg" alt="">
that's it
+ 1
If you mean how to add images you should use the <img> tag.
<img src="..." alt=".."> the ... are the path of your image. you can also customize the height and width of the image with height="" and width="" inside the tag. Check the 6/14 in HTML Basics for more info.
+ 1
<IMG SRC ="example.jpg" alt= "this is an example" title="An example "> whereby IMG is the tag, the src indicates where the image is found in the computer, alt is alternative showing the alternative words if the image doesn't load well in the browser and title is just the title of the image
0
<img src ="..."/>
0
I can insert an image by using <img> tag
0
by using img tag:
<img src="url">
- 2
hello
- 2
<h1>Hello</h1>