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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

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