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 8530187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:12:08+00:00 2026-06-11T09:12:08+00:00

Possible Duplicate: CSS styling – how to put these two div boxes adjacent I

  • 0

Possible Duplicate:
CSS styling – how to put these two div boxes adjacent

I have to 2 paragraphs:

Para 1

Para 2

How can I make it appear like:

Para1   Para2

Both in their own space and box.

This is what I want.

   <div>
  <div class="block" id="profile">
  <h3>Professional Profile</h3>
  <p>Knowledge in all aspects of web application development. 
  My Skills to solve programming errors gets the job
  faster. Proficient in performance tuning database applications.</p>
  </div>

What do I do in here?

  <div class="block" id ="contact">
  <p>
  <h3> Contact</h3>
  <address>Written by W3Schools.com<br /><a href="mailto:rjohn5854@howardcc.edu">
  Email Me!!!</a><br />Address: Box 3223,City<br />Phone:6750</address>
  <p>
  </div>
  </div>

CSS


  div.block p  {
      display: inline-block;    
        }
  • 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-11T09:12:10+00:00Added an answer on June 11, 2026 at 9:12 am

    In your css:

    .align-profile,
    .align-contact
    {
       display: inline-block;
       vertical-align: top; //also can try other align settings
       width: 45%;
    }
    
    .align-contact
    {
       margin-left: 30px; //also try depending on the spacing you want between them
    }
    

    In your html:

    <div class="align-profile">
       <h2>Profile</h2>
       para1
    </div>
    <div class="align-contact">
       <h2>Contact</h2>
       para2
    </div>
    

    Note div’s or paragraphs must be aligned to have this happen. If you put a div inside a div or a paragraph inside a paragraph it will not work.

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

Sidebar

Related Questions

Possible Duplicate: CSS Selector that applies to elements with two classes So I have
Possible Duplicate: CSS - percentage height I can't get the middle div of 3
Possible Duplicate: Give a CSS styled div a “border-left-image” Im trying to put a
Possible Duplicate: Remove CSS from a Div using JQuery we can set backgroung-image property
Possible Duplicate: CSS - Equal Height Columns? I have 3 divs. Like this: <div
Possible Duplicate: Two css files defining same class The answers to this question and
Possible Duplicate: Css z-index problem I have an issue where one image is infront
Possible Duplicate: CSS Selector that applies to elements with two classes I've got the
Possible duplicate: why does the css min-width attribute not force a div to hae
Possible Duplicate: How to write a:hover in inline CSS? Can someone show me an

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.