ການສອນ CSS

CSS ມັນເປັນພາສາອະທິບາຍຮູບແບບຂອງເອກະສານ HTML.

CSS ອະທິບາຍວ່າຈະສະແດງແບບຂອງປະກອບສາຍ HTML.

ການສອນນີ້ຈະເລີ່ມຈາກການສອນພື້ນຖານຈາກຕົ້ນຈົນຮອດການສອນອັດຕາການສາຍ CSS3ທີ່ສົມບູນສະໜາມສະໜູນພວກເຮົາ.

ລາຍການທຸກພາກສ່ວນ

ການສະໜັບສະໜູນ CSSນີ້ບັນຈຸຫຼາຍຮ້ອຍລາຍການ.

ທີ່ໃຊ້ອຸປະກອນບັນທຶກສາຍໃນລະບົບຫຼັງໃຫ້ຂ້ອຍບັນທຶກ CSSW3C.com TIYພວກເຮົາສາມາດບັນທຶກ CSSຫຼັງຈາກບັງມືບັດບາງບັດບາງລາຍການສະແດງຜົນຈາກລາຍການດັ່ງກ່າວ.

CSS Example

body {
  background-color: lightblue;
}
h1 {
  color: white;
  text-align: center;
}
p {
  font-family: verdana;
  font-size: 20px;
}

Try It Yourself

Click the 'Try It Yourself' button to see how it works.

CSS Example

Learn from more than 300 examples! Use our online editor to edit CSS, then click the run button to see the results.

Visit CSS Examples!

CSS Exercises and Quizzes

Test your CSS skills on CodeW3C.com!

Start CSS Quiz!

CSS Reference Manual

On CodeW3C.com, you will find a complete CSS reference manual for all properties and selectors, including syntax, examples, browser support, etc.