tidy-html5/test/html5/template.org.html

18 lines
406 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
HTML5 template tag
</title>
</head>
<body>
<template>
<h1>WWF</h1>
<p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p>
</template>
</body>
</html>