10_Revision_Web-development

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

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

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

Иконка файла материала 10_Revision_Web-development.pptx

CSS commands

Cascading Style Sheets (CSS)

CSS is a standard (or language) that describes the formatting of markup language pages.

CSS defines formatting for the following document types:
 HyperText Markup Language (HTML)
Extensible HyperText Markup Language (XHTML)
Extensible Markup Language (XML)
Scalable Vector Graphic (SVG)
XML User Interface Language (XUL)

CSS enables developers to separate content and visual elements for greater page control and flexibility.

HTML - structure CSS - design

Ways to Insert CSS

External style sheet
Internal style sheet
Inline style

https://en.wikibooks.org/wiki/A-level_Computing/AQA/Computer_Components,_The_Stored_Program_Concept_and_the_Internet/Webpage_Design/HTML_%26_style_sheets#Style_rules

https://www.w3schools.com/css/

Inline style

Using style attribute

Internal CSS/Global

Using srat and end tag

External CSS/Linked

Using link tag for connecting with .css file

TEST

https://www.w3schools.com/quiztest/quiztest.asp?qtest=CSS