Highlight

HTML Highlight

It will automatically be pretty-printed.

<div class="card-header">
    <h4 class="card-title">Clipboard Examples of Textarea</h4>
    <p class="text-muted mb-0">Textarea example of clipboard</p>
</div>

Css Highlight

It will automatically be pretty-printed.

.example {
    font-family: Georgia, Times, serif;
    color: #555;
    text-align: center;
}
Appearance
Account Settings
General Settings
document.write(new Date().getFullYear())
var entityMap = { '&': '&', '<': '<', '>': '>', '"': '"', "'": ''', '/': '/', '`': '`', '=': '=' }; function escapeHtml (string) { return String(string).replace(/[&<>"'`=\/]/g, function (s) { return entityMap[s]; }); } for (e of document.getElementsByClassName('escape')) { e.innerHTML = escapeHtml(e.innerHTML).trim(); }