16 lines
No EOL
309 B
HTML
16 lines
No EOL
309 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
"use strict";
|
|
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
document.documentElement.contentEditable = "true";
|
|
document.execCommand("formatBlock", false, "h3");
|
|
}, {once: true});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
text
|
|
<!-- no-final-newline --> |