HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">This is a title
<style>
/* comment */
#xyz { color: red; }
h1 { font: "Comic Sans"; }style>
Hello, {{ name }}!
<script>
document.body.appendChild(document.createTextNode('Hello World!')); // comment
script>
<script type="text/typescript">
class Student {
fullName: string;
constructor(public firstName: string, public middleInitial: string, public lastName: string) {
this.fullName = firstName + " " + middleInitial + " " + lastName;
}}
let a: null = null;
let b: number = 12_3;
script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js">script>
<script type="text/babel">
ReactDOM.render(
script>
<script>
?
script>
html>HTML Syntax Highlight Sample File (Standard)
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous">script>
<div>
This is a div. This is a span
<div>
This is a div.
div>
div>
table>
<main>
<header>This is a header.header>
<nav>This is a nav.nav>
<article>
This is an article.
This is an article.
article>
<aside>
This is an aside.
aside>
<footer>footer>
main>
Just For Fun: The Story of an Accidental RevolutionaryLinus Torvalds
A humorous autobiography of Linus Torvalds, the creator of the Linux
kernel, co-written with David Diamond. The book primarily theorizes
the Law of Linus that all evolution contributed by humanity starts
for survival, sustains socially and entertains at last. As well as
this the book explains Torvalds' view of himself, the free software
movement and the development of Linux.
<DIV>
THIS IS A DIV.
THIS IS A PARAGRAPH.
THIS IS A HEADING.
DIV>
Magic button
<div id=name class=a-sweet-block data-counter=175>This is a div.div>