My images/hyperlinks are coming out all wrong, or don't
load! What's up?
Answers were Sorted based on User's Feedback
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 |
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 |
How we can insert comment in html?
What is the difference between frame and div in html?
Why meta tags are used in html?
What is a webpage title?
What is the purpose of <! Doctype html>? Explain
What is content type in html?
What is an alt tag for an image?
What does the head tag mean?
What is meta information in html?
Define application cache fallback?
My images/hyperlinks are coming out all wrong, or don't load! What's up?
What is doctype used for in html?