Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>Example</title> <style> div { height: 150px; width: 75px; background-color: gold; } </style> <div> This div has height and width applied. </div>