Skip to content

Instantly share code, notes, and snippets.

@exarcheia-web
exarcheia-web / index.html
Last active October 17, 2018 19:53
LESSON 1-2 Html Basic Essential Markup
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example page</title>
</head>
<body>
<h1>Hello world</h1>
<p>Lorem ipsum dolor sit amet, consectetur.</p>