Examples of CSS style sheets in Dreamweaver

Source: Internet
Author: User
CSS must be used to make exquisite web pages. Cascading Style Sheets (CSS) are a series of format rules that control the appearance of webpage content. CSS styles allow you to control many attributes that cannot be controlled only by HTML. The importance of CSS is not much to be said. To be clear, CSS can be written into a big book. The purpose of this article is to understand the most basic and important applications of CSS through an article.

Part 1: the goal to be achieved: convert the text of a webpage into a nice 12-pixel (px) size.

Implementation method: Use the "re-define HTML" tag to define the font size of the td (td is the cell tag) to 12 pixels (px ). Because the content of the entire webpage is placed in a table and also in cells, you may change all the content in cells by redefining the cell style. Of course, you can also achieve the same effect by redefining the table label table.

Simple steps: Open the style panel → select the "Redefinition HTML" tag in the type → select the tag to be redefined, for example, td → give the selected tag (for example, td) define CSS → a web page that defines tags.

1. Open a webpage document.

2. Open the style panel.

3. Click "create CSS style.

</

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.