Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>Example</title> <style> p { font-weight: bold; } </style> <p>This text is bold.</p>