Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> body { font-size: 5vw; } time { font-variant-caps: all-small-caps; } </style> <p>The concert starts at <time>2pm on Saturday, 28 February, 2017</time></p>