Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .example { background-color: gold; font-size: 4vw; padding: 1vw; } </style> <p class="example">Background color applied to the 'p' element. </p> <p class="example">Background color applied to the 'p' element. </p> <div class="example"> <p>Background color applied to the outer 'div' element.</p> <p>Background color applied to the outer 'div' element.</p> </div>
Preview