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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -