Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>Example</title> <style> .animated { width: 300px; font: 100 1em sans-serif; line-height: 1.1em; animation: myAnimation 1s ease 1s 5 alternate forwards; } @keyframes myAnimation { 100% { line-height: 3em; } } </style> <blockquote class="animated">Scientists might <em>believe</em> that what is unknown must be contained within the <abbr title="Physical Matter Reality">PMR</abbr> data-set and follow ordinary objective causality, but that <em>belief</em> or article of faith simply expresses a more accepted form of mysticism.</blockquote> <cite>Tom Campbell, My Big <abbr title="Theory Of Everything">TOE</abbr></cite>