“CSS Jenis Pertama” Kode Jawaban

CSS Pertama

:first-of-type {
	//styles here
}

:first-child {
	//styles here
}

:nth-child(1) { //the benefit of this is you can do it for 2nd, 3rd etc...
	//styles here 
}
Carnivorous Flamingo

CSS Jenis Pertama

:first-of-type {
	//styles here
}
Carnivorous Flamingo

Elemen H pertama CSS

p:first-of-type {
  font-size: 1.25em;
}
Clever Crane

Elemen pertama CSS

p:first-child {
  font-size: 1.5em;
}
Clever Crane

Jawaban yang mirip dengan “CSS Jenis Pertama”

Pertanyaan yang mirip dengan “CSS Jenis Pertama”

Lebih banyak jawaban terkait untuk “CSS Jenis Pertama” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya