I wrote in notepad..
<img src= “fall.jpg” alt=“pic” height= "100" width= "100" >
but the picture is not showing up on the website.
So i checked the source code of the website and it looks like this
<<img src= ?fall.jpg? alt=?pic? height= "100" width= "100" >
Does anyone know why its putting a ? instead of "
This may be better suited for the lounge. Also, have you checked the tutorials on
http://www.w3schools.com/css/default.asp ?
Also you have two different types of quotes.
Notice how the first ones are slanted and the second ones aren't
“ and ” are different than "
Last edited on
<img src= "fall.jpg" alt="pic" height= "100" width= "100" >
thanks I changed the quote... but that didn't help