My images/hyperlinks are coming out all wrong, or don't
load! What's up?

Answers were Sorted based on User's Feedback



My images/hyperlinks are coming out all wrong, or don't load! What's up?..

Answer / irene

check the file or image path
check the spelling of the file or image name - case
sensitive
check img tag syntax <img src="xxx.gif" alt="xxx" />

Is This Answer Correct ?    1 Yes 0 No

My images/hyperlinks are coming out all wrong, or don't load! What's up?..

Answer / guest

Most likely you forgot to close a quote at the end of an
HREF or SRC. Alternatively, perhaps you used a ">" character
in an ALT text or somewhere else inside a tag. Although this
is legal, several older browsers will think the tag ends
there, so the rest is displayed as normal text.

This especially happens if you use comment tags to "comment
out" text with HTML tags. Although the correct syntax is
<!-- --> (without "--" occurring anywhere inside the
comment), some browsers will think the comment ends at the
first > they see.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More HTML DHTML Interview Questions

give zigzag motion to the image for webdesigning

0 Answers  


How do I align a table to the right (or left)?

0 Answers  


Is html still used 2019?

0 Answers  


What are the two types of tags in html?

0 Answers  


What is the relation between xhtml and xml?

0 Answers  






Do all HTML tags come in a pair?

0 Answers  


Is html a scripting language?

0 Answers  


What is html element and tag?

0 Answers  


When I try to upload my site, all my images are x s. How do I get them to load correctly?

0 Answers  


What is attribute minimization in html?

0 Answers  


How many ways to use colors apply on html elements?

0 Answers  


How do I redirect to another page in html?

0 Answers  


Categories