![]() |
Images not showing up when I test my code.
I've just started using html and attempted to use what I've learned so far using codecademy.com. When I opened my file in my browser,chrome, none of my images appeared, but when I run it at codecademy's enviorment in browser it appears correctly. Can anyone tell me what I did incorrectly?
Code:
<!DOCTYPE html> |
images not showing POST
Cannot find the original post, but here's the corrected code below
Add <title>for page</title>, avoid <TABLE> layouts. Remember an HTML <tag> is enclosed in lesser than < and greater than > brackets. Most <tags> come in opening <a href="___.com"> and closing </a> tags that define content inbetween. Exceptions, called "empty" tags, such as <BR> line break, <HR> horizontal rule, <IMG> image, etc. If you are using XHTML you follow the XML "self-closing" rule and the single tag with a space slash --such as <img src="_____.jpg" />.You did not complete your anchor tags such as <a href="http://en.wikipedia.org/wiki/The_Elder_Scrolls_V:_Skyrim"> <img src="http://cloud-2.steampowered.com/ugc/596991188537176941/589B18A158D522E7608E22228C0D9D2C8E2CEBFD/200x200.resizedimage"> </a> Do you have permission to use those images to which you have universal links? Code:
<!DOCTYPE html> |
Hello waxdoc,
Not sure what you're asking here. 9 images in your code, 9 images shown in the rendered version of your code. |
Quote:
XHTML does NOT require a space in front of the / and since Netscape 4 is long dead there is no reason for the space even if serving the page as HTML. <img src="_____.jpg"/> <br/> <hr/> etc |
Hi there Quicksilverpoet,
and a warm welcome to these forums. ;) Try it like this... Code:
|
You needs to change image path to your computer.
|
re
check urls of Pic...do you upload them at their
|
When I posted my reply, could not find Quicsilver's query. My reply had corrected code for Quicsilver
|
| All times are GMT +1. The time now is 02:25 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.