How to align div tags side by side?
An HTML <div>tag is used to define a section in an HTML document. This tag is more often used to create web-layouts. Some times, it is required to place two <div> tags side by side. As it is not straight forward, below steps are helpful to achieve this: Step 1. First, write the HTML code […]