Slide Web thế hệ mới - Chapter 1 3 CSS
- ページ数
- 50
- 形式
- PPT
- サイズ
- 1.8 MB
- Trường
- Đại học Bách khoa Hà Nội
- 閲覧数
- 0
- コメント
- 0
- Lượt tải
- 0
プレビューを生成中...
Tài liệu giảng dạy về CSS (Cascading Style Sheets) trong thiết kế web, bao gồm các khái niệm cơ bản như stylesheet, cách liên kết CSS với HTML, và cú pháp CSS với các loại selector khác nhau.
- ドキュメント名
- Slide Web thế hệ mới - Chapter 1 3 CSS
- 学校 / コース
- Đại học Bách khoa Hà Nội · Web thế hệ mới
- 内容
- Chương 4 giới thiệu về CSS, lợi ích của việc sử dụng style sheet, các phương pháp liên kết CSS với HTML (Inline, Internal, External) và cú pháp cơ bản của CSS với các loại selector.
- 目次
- Stylesheet
- Accessibility
- Link CSS with HTML
- Syntax of CSS
- Style sheet
- Advantage of StyleSheet
- Example of page using stylesheet
- A document with different style
- A document with different style
- A document with different style
- Document without style
- Link CSS with HTML
- Link CSS with HTML: Inline
- Link CSS with HTML: Internal
- Link CSS with HTML: External
- Syntax of CSS
- Rules in CSS
- Example of rules in CSS
- Different selectors in CSS
- Selector-type
- Selector-id
- Selector-class
- Selector-type và class
- ページ数
- 50 ページ
- アップロード者
- lienhejb
説明
Trích nội dung tài liệu
Chapter 4: CSS Contents ◼ Stylesheet ◼ Accessibility ◼ Link CSS with HTML ◼ Syntax of CSS Style sheet ◼ Style sheet describes how documents are presented on screens, in print, or perhaps how they are pronounced ◼ Separate structure and presentation ◼ W3C has actively promoted the use of style sheets since 1994. ◼ W3C recommends several stylesheets CSS1, CSS2, XPath, XSLT ◼ CSS especially is widely implemented in browsers. Advantage of StyleSheet ◼ Simple management Separating of presentation result in well-organized content and simple structure. Construction and maintenance of the site easier. ◼ Change the apparence of the document easily without changing the HTML code ◼ Consistency in the appearance of the site ◼ Change style of a page easily Switch from a style for the others For handicap people and limited user-interface environment. Example of page using stylesheet A document with different style A document with different style A document with different style Document without style Link CSS with HTML ◼ HTML document contains content of a web page ◼ CSS document contains the presentation style ◼ 3 ways for defining a style for a HTML Inline: writing styles mixing with the HTML tags Internal: writing CSS in a style section in the HTML document External: leaving CSS in a separate document and link it with the HTML document Link CSS with HTML: Inline ◼ In-line styles are plonked straight into the HTML tags using the style attribute. ◼ <p style="color: red">text</p> ◼ Style is applied only for the tags contaning it ◼ in-line styles make the HTML document presentation dependant ➔should be avoided Link CSS with HTML: Internal Internal styles are used for the whole page. Styles are defined inside the head section, surrounded by <style> tags <html> <head> <style type="text/css"> p {color: red;} a {color: blue;} </style> </head>. …. This will make all of the paragraphs in the page red and all of
よくある質問
このドキュメントは無料ですか?
はい。「Slide Web thế hệ mới - Chapter 1 3 CSS」は無料です。ログインして「ダウンロード」をクリックするだけで、元のファイルを取得できます。
このドキュメントは何ページありますか?
このドキュメントは 50 ページあります(Web thế hệ mới コース用)。ダウンロードする前にオンラインでプレビューできます。
ダウンロードする前にプレビューできますか?
はい。このページにあるオンラインリーダーでドキュメントをプレビューし、その後ダウンロードするかどうかを決めることができます。
Slide Web thế hệ mới - Chapter 1 3 CSS
プレビューを生成中...
Trích nội dung tài liệu
Chapter 4: CSS Contents ◼ Stylesheet ◼ Accessibility ◼ Link CSS with HTML ◼ Syntax of CSS Style sheet ◼ Style sheet describes how documents are presented on screens, in print, or perhaps how they are pronounced ◼ Separate structure and presentation ◼ W3C has actively promoted the use of style sheets since 1994. ◼ W3C recommends several stylesheets CSS1, CSS2, XPath, XSLT ◼ CSS especially is widely implemented in browsers. Advantage of StyleSheet ◼ Simple management Separating of presentation result in well-organized content and simple structure. Construction and maintenance of the site easier. ◼ Change the apparence of the document easily without changing the HTML code ◼ Consistency in the appearance of the site ◼ Change style of a page easily Switch from a style for the others For handicap people and limited user-interface environment. Example of page using stylesheet A document with different style A document with different style A document with different style Document without style Link CSS with HTML ◼ HTML document contains content of a web page ◼ CSS document contains the presentation style ◼ 3 ways for defining a style for a HTML Inline: writing styles mixing with the HTML tags Internal: writing CSS in a style section in the HTML document External: leaving CSS in a separate document and link it with the HTML document Link CSS with HTML: Inline ◼ In-line styles are plonked straight into the HTML tags using the style attribute. ◼ <p style="color: red">text</p> ◼ Style is applied only for the tags contaning it ◼ in-line styles make the HTML document presentation dependant ➔should be avoided Link CSS with HTML: Internal Internal styles are used for the whole page. Styles are defined inside the head section, surrounded by <style> tags <html> <head> <style type="text/css"> p {color: red;} a {color: blue;} </style> </head>. …. This will make all of the paragraphs in the page red and all of
- ドキュメント名
- Slide Web thế hệ mới - Chapter 1 3 CSS
- 学校 / コース
- Đại học Bách khoa Hà Nội · Web thế hệ mới
- 内容
- Chương 4 giới thiệu về CSS, lợi ích của việc sử dụng style sheet, các phương pháp liên kết CSS với HTML (Inline, Internal, External) và cú pháp cơ bản của CSS với các loại selector.
- 目次
- Stylesheet
- Accessibility
- Link CSS with HTML
- Syntax of CSS
- Style sheet
- Advantage of StyleSheet
- Example of page using stylesheet
- A document with different style
- A document with different style
- A document with different style
- Document without style
- Link CSS with HTML
- Link CSS with HTML: Inline
- Link CSS with HTML: Internal
- Link CSS with HTML: External
- Syntax of CSS
- Rules in CSS
- Example of rules in CSS
- Different selectors in CSS
- Selector-type
- Selector-id
- Selector-class
- Selector-type và class
- ページ数
- 50 ページ
- アップロード者
- lienhejb
コメント (0)
まだコメントはありません。最初のコメントを書きましょう!
K5 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K2 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K3 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K4 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K1 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)

コメント (0)
まだコメントはありません。最初のコメントを書きましょう!