Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> span#unique { font-size: 2em; color: yellowgreen; } </style> <blockquote>Price is what you pay. <span id="unique">Value</span> is what you get.</blockquote> <p>Note that an ID can only be applied to one element on the page. To apply styles to more than one element, uses classes.</p>
Preview