How to Make a Div Box
- 1). Open your preferred HTML document in your text editor.
- 2). Scroll to the location where you would like to add your DIV tag.
- 3). Type <div> in the document, then follow it with any text or code you would like to add.
- 4). Close the div box with the "</div>" tag to complete this code segment.
Source...