Technology Programming

How to Use Multiple Divs in CSS

  • 1). Right-click the HTML file you want to edit. Click "Open With," then click the shortcut for your HTML editor to load the code in an editor.

  • 2). Create a main div that contains all of your content. A main div that surrounds all the content lets you align the main page in the user's browser. For instance, you can center a page that does not have enough content to take up the entire window. Add the following div code directly after the "body" tag and place all of your HTML elements within this tag:

    <div style="align: center"> </div>

  • 3). Embed additional div tags in the main div. You can use as many div tags as needed to format the content. For instance, the following code creates two sections for a page, the left navigation bar and the center content section:

    <div>

    Link One

    Link two

    </div>

    <div >

    Welcome to my page

    </div>

  • 4). Save the content and open the HTML page in your Web browser. It may take you a few tweaks before you manage to lay out your Web page exactly how you want it to look in a user's browser. Review the changes and repeat these steps until you are satisfied with the HTML changes.

SHARE
RELATED POSTS on "Technology"
WordPress - How to Set up a New Theme to WordPress 3.
WordPress - How to Set up a New Theme to WordPress 3.
Solution of Creative Web Design
Solution of Creative Web Design
The three disciplines of User Experience
The three disciplines of User Experience
Web Design Sheffield Options For Professional Enterprises
Web Design Sheffield Options For Professional Enterprises
Do you have what it takes?
Do you have what it takes?
Segway Cost
Segway Cost
Microsoft Access 2010: What's Coming with Office 2010?
Microsoft Access 2010: What's Coming with Office 2010?
Companies of Web Development in Ireland Provide Designs that Work
Companies of Web Development in Ireland Provide Designs that Work
Penguin Update to Put Red-Flags on Negative SEO
Penguin Update to Put Red-Flags on Negative SEO
Innovative web 2 design templates can make your business famous quickly
Innovative web 2 design templates can make your business famous quickly
Building A Search Engine Friendly Website
Building A Search Engine Friendly Website
Exceptional Advice To Build Up Your Internet Marketing
Exceptional Advice To Build Up Your Internet Marketing
The Benefits of Selecting The Right Hosting Company
The Benefits of Selecting The Right Hosting Company
Is There a Methodology for Making Successful Logos
Is There a Methodology for Making Successful Logos
Benefits of Ruby On Rails Development
Benefits of Ruby On Rails Development
The Power of Colour and Shapes in Your Infant's Life.
The Power of Colour and Shapes in Your Infant's Life.
Advantages of Hiring PSD To HTML Service Providers
Advantages of Hiring PSD To HTML Service Providers
How to Make Responsive Web Design Attractive?
How to Make Responsive Web Design Attractive?
Converting PSD to Responsive HTML
Converting PSD to Responsive HTML
Just a few realy really hints and tips when it comes to website design but look for.
Just a few realy really hints and tips when it comes to website design but look for.

Leave Your Reply

*