WordPress generates HTML markup for menu items and we only have the freedom to style the markup using CSS. Its fine if you are a good web designer and can style the generated markup. But what if you are integrating frameworks like Bootstrap or Foundation Or have a different markup in mind for styling. WordPress […]
According to W3C <img> is a inline element. But it doesn’t follow all designing rules of inline elements. You cannot set height and width of inline elements but you can set height and width of <img>. <img> element’s design depends on aspect ratio, parent block container, dimensions, height and width. <img> is inline or block […]
Most Commented