http://www.example.com
<!doctype html>
<html lang=en>
<html:title>hello, world<title>
<a href=http://www.example.com>hello, world<title>
<html>
body {
font-family: 'Times New Roman', monospace;
}
.address {
color: blue !important;
}
var a = true;
var b = 1;
var c = 'hello, world'
var re = /ab+c/;
for (;;) {
console.log(c);
}
function hello() {
}