2_Computer science grade 10 CSS_presentation_ 1 variant

  • ppt
  • 09.05.2020
Публикация на сайте для учителей

Публикация педагогических разработок

Бесплатное участие. Свидетельство автора сразу.
Мгновенные 10 документов в портфолио.

Иконка файла материала 2_Computer science grade 10 CSS_presentation_ 1 variant.ppt

Cascading Style Sheets (CSS)

10.4.2.1 use HTML in web-development;

CSS Introduction

A styled HTML document produced by the style sheet style1.css:

CSS Introduction

link element associates style sheet with doc.

CSS Introduction

type attribute specifies style language used

CSS Introduction

href attribute provides style sheet URL

CSS Introduction

title attribute provides style sheet name

CSS Introduction

Alternative, user selectable style sheets
can be specified

CSS Introduction

CSS Introduction

A styled HTML document produced by the style sheet style2.css:

CSS Syntax

Parts of a style rule (or statement)

CSS Syntax: Selector Strings

Single element type:

Multiple element types:

All element types:

Specific elements by id: