Help

Text and Images from Slide

CSS3 Columns - The HTML

Copyright Karen McCall, Karlen Communications

27

<body>

<div id="columns">

<div class="left column">

<h1>Introduction</h1>

<p>This is the text for column 1. You can copy and paste between the tags.</p>

</div>

<div class="right column">

<p>This is the text for column 2. You can copy and paste between the tags.</p>.

</div>

</div>

</body>

View all slides | Contents of this slide