Using Graphics On Your Own
Including images in your site and controlling their layout with CSS, as you learned to do in this lesson, can increase the visual impact your site has upon
You'll need to select, edit, and optimize your images with an
Use the techniques you practiced in this lesson to insert graphics into the pages in your own site.
As you
Keep the accessibility issues discussed at the beginning of this lesson in mind when you are integrating images into the site. |
What You Have LearnedIn this lesson, you have:
|
Lesson 6. Creating Tables
Tables allow you to present information in an organized manner; they contain rows and
Tables can be used to control layout. By arranging content within table cells, you can place objects in specific locations on a page and create more complex visual arrangements. Tables were one of the HTML elements that initially gave designers and developers control over the layout of their sites. Keep in mind, however, that using CSS (Cascading Style Sheets) can be a better method of developing the layout and design of a page because it provides a wider number of layout choices and appearance options while In this lesson, you'll create tables that contain text and graphics while learning how to augment layouts with tables and use them in conjunction with CSS.
giving designers and developers a better control over the look and feel of the entire site. Table-based layouts are
If you want to view the final result of this lesson,
|
What You Will LearnIn this lesson, you will:
|