The document provides a list of 350+ HTML and CSS color codes in hexadecimal format. It also demonstrates how to use the color codes to change the color of text, backgrounds, and borders in HTML using inline CSS styles.
The document provides a list of 350+ HTML and CSS color codes in hexadecimal format. It also demonstrates how to use the color codes to change the color of text, backgrounds, and borders in HTML using inline CSS styles.
The document provides a list of 350+ HTML and CSS color codes in hexadecimal format. It also demonstrates how to use the color codes to change the color of text, backgrounds, and borders in HTML using inline CSS styles.
The document provides a list of 350+ HTML and CSS color codes in hexadecimal format. It also demonstrates how to use the color codes to change the color of text, backgrounds, and borders in HTML using inline CSS styles.
Penggunaan kode warna HTML – CSS pada teks Kode HTML :
<h3 style="color:#ff0000">Kode Warna HTML CSS</h3>
<h3 style="color:#ffff00">Kode Warna HTML CSS</h3> <h3 style="color:#00ff00">Kode Warna HTML CSS</h3> <h3 style="color:#00ffff">Kode Warna HTML CSS</h3> <h3 style="color:#0000ff">Kode Warna HTML CSS</h3>
Hasilnya akan seperti ini :
Kode Warna HTML CSS
Kode Warna HTML CSS
Kode Warna HTML CSS
Kode Warna HTML CSS
Kode Warna HTML CSS
Penggunaan kode warna HTML – CSS pada background
Kode HTML :
<h3 style="background-color:#ff0000">Kode Warna HTML CSS</h3>
<h3 style="background-color:#ffff00">Kode Warna HTML CSS</h3> <h3 style="background-color:#00ff00">Kode Warna HTML CSS</h3> <h3 style="background-color:#00ffff">Kode Warna HTML CSS</h3> <h3 style="background-color:#0000ff">Kode Warna HTML CSS</h3>
Hasilnya akan seperti ini :
Kode Warna HTML CSS
Kode Warna HTML CSS
Kode Warna HTML CSS
Kode Warna HTML CSS
Kode Warna HTML CSS
Penggunaan kode warna HTML – CSS pada border
Kode HTML :
<h3 style="border: 2px solid #ff0000">Kode Warna HTML CSS</h3>
<h3 style="border: 2px solid #ffff00;"">Kode Warna HTML CSS</h3> <h3 style="border: 2px solid #00ff00">Kode Warna HTML CSS</h3> <h3 style="border: 2px solid #00ffff">Kode Warna HTML CSS</h3> <h3 style="border: 2px solid #0000ff">Kode Warna HTML CSS</h3>