My images/hyperlinks are coming out all wrong, or don't
load! What's up?
Answer Posted / 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 View All Answers
What is a seat stay?
What is html5 routing?
What is meta tag seo?
Do older HTML files work on newer browsers?
Explain what the use of canvas element in html5?
How do I insert an image?
What is a href attribute?
Which methods are used to draw a straight line on a Canvas?
What is the use of Canvas element?
Is html front end?
Describe HTML Entities with example?
What is dom method?
What are the disadvantages of html?
List out the new form attributes in html5?
What is the use of a span tag? Explain with example.