Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <h3 style="color:steelblue;">Color Name</h3> <h3 style="color:#4682B4;">Hexadecimal</h3> <h3 style="color:rgb(70,130,180)">RGB Value</h3>