Day 2nd: CSS Quick Start

Source: Internet
Author: User

What is CSS?

CSS (cascading style sheet, which can be translated as "cascading Style Sheets"), is a set of formatting rules that govern the appearance of web pages

How do I make a label have a style

First step: Must ensure the introduction of the correct way

The second step: you must have CSS and HTML elements associated, that is to find this element first

Step three: Modify the HTML element style with the corresponding CSS properties

Three forms of CSS introduction

1. Embed CSS into HTML files, which is also called inline style sheets, such as

<! DOCTYPE html>

2. Link an external style to an HTML file, which is also called a linked style sheet, for example:

<! DOCTYPE html>

3, add style sheet to HTML file, this way is called inline style sheet

<! DOCTYPE html>

  

Base Selector

   ID selector:ID selector appears only once in CSS

<! DOCTYPE html>

  class selector : Classify elements of the same type, the benefit of classification definitions is the ability to reuse

<! DOCTYPE html>

 Tag Selector : Use the HTML tag name directly as the name of the CSS selector, which affects the style of all the tags in the HTML

<! DOCTYPE html>

  

Day 2nd: CSS Quick Start

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.