1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to design website with Div and CSS

Discussion in 'HTML & Website Design' started by seowala2010, Oct 9, 2012.

  1. #1
    How to design website with Div and CSS?

    i was design with table but i want develop with CSS3 and html5. please give suggestion.
     
    Solved! View solution.
    seowala2010, Oct 9, 2012 IP
  2. ntmedia

    ntmedia Active Member

    Messages:
    118
    Likes Received:
    11
    Best Answers:
    7
    Trophy Points:
    90
    #2
    before switching to HTML5, you've got to learn coding with divs. HTML5 elements such as <header>, <article>, etc. are essentially the same thing as divs, but are classified with same markup such as body, tr, td, (notice that there are no ID's).

    Therefore you've got to learn properly HTML 4 before you can fully understand how do things function in HTML5. And CSS3 is just about more added functionality to CSS2, it can work with HTML4 without a problem. So you can learn CSS3 with your present knowledge, but you've got to learn HTML 4 and divs properly before switching to HTML5.
     
    ntmedia, Oct 9, 2012 IP
  3. #3
    First you should work out HTML and CSS after it you'll easily manage CSS3 and HTML5 because these advance of CSS and HTML, if you want to design with div and CSS simple I show you with an example,
    <div id="example"> in css code will start #example {height, width, margin, etc will be writen here } same for class but little different <div class="example"> in css code will start .example {height, width, margin, etc will be writen here}.
    Mostly developer start coding first with id and after inner coding use with class, mean id use as parent and class as child. :D hope you got my answer. :) best of luck
     
    jhony king, Oct 11, 2012 IP
  4. ColourKraft

    ColourKraft Member

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    38
    #4
    Go to w3schools.
     
    ColourKraft, Oct 11, 2012 IP
  5. marciello duncan

    marciello duncan Member

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    Go to thenewboston(dot)org
     
    marciello duncan, Oct 24, 2012 IP
  6. rainat

    rainat Member

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    no table in html5.you should learn about div fisrt
     
    rainat, Oct 26, 2012 IP
  7. Autotool

    Autotool Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #7
    See more about Css and know more HEML.If not, may be some CMS system is good select.
     
    Autotool, Oct 26, 2012 IP
  8. coder77

    coder77 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hello mate use firebug!
     
    coder77, Nov 1, 2012 IP
  9. ggiindia

    ggiindia Greenhorn

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #9
    You have to learn HTML and CSS in the guidance of a perfect tutor.
    A tutor may help better.
    Then you can design websites easily.
     
    ggiindia, Nov 1, 2012 IP
  10. heliumsquare

    heliumsquare Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    div was used for seperating elements and for backgrounds and blocks
     
    heliumsquare, Nov 1, 2012 IP
  11. g r hasib

    g r hasib Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Html5 and css3 used.
    html div is used without table.
    it's used very easy such as
    div id="main" 
    use for css
    #main
    {
    float:left;
    }
    just it's used.
     
    g r hasib, Nov 2, 2012 IP