Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8369051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:32:51+00:00 2026-06-09T13:32:51+00:00

How should I use CSS declaration? This way: div#main_content { width: 900px; border: 1px

  • 0

How should I use CSS declaration?

This way:

div#main_content {
    width: 900px;
    border: 1px solid #CCC;
    margin: 20px 0 20px 0;
    padding: 40px;
    overflow: hidden;
}

or this way:

#main_content {
    width: 900px;
    border: 1px solid #CCC;
    margin: 20px 0 20px 0;
    padding: 40px;
    overflow: hidden;
}

In sublime text 2, sublime linter package suggested me to use without the div – only #main_content, but on some tutorial I saw that it is better to use div#main_content as it is easier to parse.

What do you suggest I should use? (I think result will be the same in this case for the classes)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T13:32:52+00:00Added an answer on June 9, 2026 at 1:32 pm

    Better to just use the id. There should only be one element on the page with a given id, so the element type is redundant.

    Another reason to miss off the element type is that if you decide to change your HTML (maybe changing the <div> to something more semantic like a <p> or <section>) the CSS selector will still match.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've heard recommendations saying that you should not use inline CSS, like: <div style=min-width:
I'm trying to use css to put some images this way: |_________<img1_1>|___<img2_1>| | |<___img2_2>|
I don't know which title I should use for this question. I have a
When should I use ASP.NET Themes, and when should I use CSS? What are
One CSS rule I have learned is that you should use the relative em
Possible Duplicate: Which type of quotes we should use in css background url (“…”)?
I created this awesome search field for my graphics. And use css sprite to
Should we use css: input[type='submit']{...} or set class name for input tag? html: <input
i'm creating a site and i should use different css for different device (pc,
I've read I should use money , but in todays fast paced world maybe

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.