html - Syntax of img tag -


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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -