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.

CSS or HTML which one is best for my site?

Discussion in 'CSS' started by logiseek, Jul 16, 2012.

  1. zipprosys

    zipprosys Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Geek, This both are mandatory front-end technologies that you will have need in design aspects.
     
    zipprosys, Aug 15, 2012 IP
  2. LozarD

    LozarD Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Nowadays you cannot separate CSS and HTML. HTML is like a bone and meat, CSS is like a skin. How to make your site load faster is definitely depends on your preferences. CSS itself is small enough in size to give and impact to your site load. Unless you use heavy js script then it will be another different story.
     
    LozarD, Aug 17, 2012 IP
  3. virajz

    virajz Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #23
    The basic thing in web development, HTML is mark up only, it will give you symmetry of your elements or tags, using HTML alone you can't control look of your site. You must use CSS to get control of how your site will look.
     
    virajz, Aug 21, 2012 IP
  4. MarkTheUser

    MarkTheUser Member

    Messages:
    206
    Likes Received:
    0
    Best Answers:
    4
    Trophy Points:
    26
    #24
    You need both. Html without CSS is lame. You can use it but the second that you want to make anything on your website that looks even remotely good you need CSS theres no way around it.
     
    MarkTheUser, Aug 22, 2012 IP
  5. lolpasslol

    lolpasslol Peon

    Messages:
    860
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #25
    actually css and html are the same thing,
    html is the basic tag,and css can modify it.
    to make a lucrative site css is essential.
     
    lolpasslol, Aug 25, 2012 IP
  6. cjarrodsnow

    cjarrodsnow Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    CSS is definitely better from an SEO perspective. While it's not completely as easy as cutting and pasting the HTML script to a CSS file, it should be fairly easy. Create a style.css file and then move the HTML script that deals with the design aspect of your site over to the style.css file. Then on your page where the HTML script was, place the call to the style.css file. It's a bit more complicated than this, but this is the basics.
     
    cjarrodsnow, Aug 28, 2012 IP
  7. jitesh shinde

    jitesh shinde Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    I think u must use css. It reduce the loading time of site and it will help in seo.
    reduce your image size using in web site. use external css which useful to reducing page size.
    html is heavy than css.
     
    jitesh shinde, Sep 7, 2012 IP
  8. muskaan verma

    muskaan verma Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #28
    both have their own importance.....so you should have use both
     
    muskaan verma, Sep 7, 2012 IP
  9. Crayz

    Crayz Well-Known Member

    Messages:
    708
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    120
    #29
    Best bet is to use both, if you keep your styling separate from your html your web pages will have a much cleaner code and more professional outlook, as well as being easier to modify or make tweaks to your design.
     
    Crayz, Sep 8, 2012 IP
  10. Gigaports

    Gigaports Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    use both please
     
    Gigaports, Sep 13, 2012 IP
  11. atlasinfotech

    atlasinfotech Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #31
    HTML is for structure, CSS is for style. So both are important for good website.
     
    atlasinfotech, Sep 21, 2012 IP
  12. FredSheller

    FredSheller Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Possibly the best explanation I've heard in a while. :)
     
    FredSheller, Sep 21, 2012 IP
  13. bizpowers

    bizpowers Member

    Messages:
    208
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #33
    HTML5 and CSS3 are just magical.. you cant rely just on HTML. it is just for basic structure of the website. css is the visual of your website.
     
    bizpowers, Sep 21, 2012 IP
  14. arunt

    arunt Greenhorn

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #34
    Both HTML and CSS are important. In HTML many tags are available. By using CSS your site will more attractive.
     
    arunt, Sep 24, 2012 IP
  15. phpdevelopmentoutsourcing

    phpdevelopmentoutsourcing Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #35
    In order to build a nice site you have to use both CSS and HTML. But CSS is much more efficient than the use of ordinary HTML tables.
     
  16. logocows

    logocows Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #36
    HTML is the content, while CSS is the design of your pages.

    To sum it up, you definitely need both of it for development of Web pages.
     
    logocows, Sep 27, 2012 IP
  17. MattMay

    MattMay Peon

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #37
    I agree. There's a way things are done today - HTML lays the bricks of layout, and CSS gives them beauty, to be poetic :)
     
    MattMay, Oct 10, 2012 IP
  18. Max796

    Max796 Guest

    Messages:
    131
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #38
    It is always better to go with CSS if you wish to make your site mobile enabled.
     
    Max796, Oct 10, 2012 IP
  19. Host Volt

    Host Volt Greenhorn

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    15
    #39
    You need to use HTML and apply CSS to the HTML :)
     
    Host Volt, Oct 25, 2012 IP
  20. Lanouvelle

    Lanouvelle Well-Known Member

    Messages:
    188
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    #40
    As MattMay and other members have said, I see HTML and CSS as languages that are used together. You can build a html site and then use css to design your site in a neat way. CSS can help decrease the need of html coding used on the pages.
     
    Lanouvelle, Oct 25, 2012 IP