html - Syntax of img tag -
this question has answer here:
in places see it's "just" <img src="url"> whereas in others see it's <img src="url" />
do need add / , > or not?
space or not irrelevant?
maybe /> in past (not html5)? cannot find information on it
thanks!
img tag self-closing tag it's practice write <img /> (more xhtml style) although it's absolutely fine , valid leave without slash.
Comments
Post a Comment