Results 1 to 7 of 7

Thread: What is div in HTML?

  1. #1
    Join Date
    Apr 2020
    Posts
    322

  2. #2
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    2,096

    Default

    The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a container for HTML elements - which is then styled with CSS or manipulated with JavaScript.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

  3. #3

    Default

    Hi Friend,
    Definition and Usage. The <div> tag defines a division or a section in an HTML document. The <div> tag is used as a container for HTML elements - which is then styled with CSS or manipulated with JavaScript. The <div> tag is easily styled by using the class or id attribute.

  4. #4

    Default

    <div></div> It is a tag in html which specify the one portion or a particular section.

  5. #5
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    The div tag is known as the Division tag. The div tag is used in HTML to make divisions of content in the web page like (text, images, header, footer, navigation bar, etc). It is used to the group of various tags of HTML so that sections can be created and style can be applied to them.

  6. #6

    Default

    The div tag is known as Division tag. The div tag is used in HTML to make divisions of content in the web page like (text, images, header, footer, navigation bar, etc). Div tag has both open(<div>) and closing (</div>) tag and it is mandatory to close the tag.

  7. #7
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    You should use <div> when there is no other more semantically appropriate element that suits your purpose. Its most common use will likely be for stylistic purposes — i.e., wrapping some semantically marked-up content in a CSS -styled container.

Similar Threads

  1. Can I get a job with HTML and CSS?
    By pooja escorts in forum Web Design Solutions
    Replies: 2
    Last Post: 03-02-2021, 10:51 AM
  2. What is HTML?
    By StuartSpindlow1 in forum Web Design Solutions
    Replies: 11
    Last Post: 03-04-2020, 09:45 AM
  3. How do HTML use ?
    By intelmobi12 in forum Web Design Solutions
    Replies: 20
    Last Post: 12-20-2019, 10:13 AM
  4. What is HTML?
    By riprook7 in forum Web Design Solutions
    Replies: 30
    Last Post: 04-18-2016, 12:08 PM
  5. What is HTML?
    By stuartspindlow in forum Web Design Solutions
    Replies: 19
    Last Post: 11-19-2015, 11:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •