HTML5 got a lot of new cool tags and of course keeping traditional tags like <a> and <div>. To get an overview of all these tags have a look at this cool intuitive periodic table html5 style. Description: “Knowing all the HTML5 elements is important, but listing them out is a bit dry .. organizes the
Tag: tags
Removing Spaces Between Images in HTML
When using images in HTML you might want to remove the white spaces in between. There are two things you should be aware of when using images. First thing is to make sure there is no spaces between the <img> tags. Like in this example there is an unwanted gap between image1 and 2: <img src=”img1.gif”/>