blob: bfeca26db84b4140cab5e4db2db9f2f1e33ad331 [file] [log] [blame]
dkearnsa9058442023-11-29 06:41:41 +11001<!--
2 HTML Syntax Test File
3 Maintainer: Doug Kearns <dougkearns@gmail.com>
4 Last Change: 2023 Nov 28
5-->
6
7<!-- HTML Elements -->
8<a>
9<abbr>
10<address>
11<area>
12<article>
13<aside>
14<audio>
15<b>...</b>
16<base>
17<bdi>
18<bdo>
19<blockquote>
20<body>
21<br>
22<button>
23<canvas>
24<caption>
25<cite>
26<code>
27<col>
28<colgroup>
29<data>
30<datalist>
31<dd>
32<del>...</del>
33<details>
34<dfn>
35<dialog>
36<div>
37<dl>
38<dt>
39<em>...</em>
40<embed>
41<fieldset>
42<figcaption>
43<figure>
44<footer>
45<form>
46<h1>...</h1>
47<h2>...</h2>
48<h3>...</h3>
49<h4>...</h4>
50<h5>...</h5>
51<h6>...</h6>
52<head>...</head>
53<header>
54<hgroup>
55<hr>
56<html>
57<i>...</i>
58<iframe>
59<img>
60<input>
61<ins>
62<kbd>
63<label>
64<legend>
65<li>
66<link>
67<main>
68<map>
69<mark>
70<menu>
71<meta>
72<meter>
73<nav>
74<noscript>
75<object>
76<ol>
77<optgroup>
78<option>
79<output>
80<p>
81<picture>
82<pre>...</pre>
83<progress>
84<q>
85<rp>
86<rt>
87<ruby>
88<s>...</s>
89<samp>
90<script>...</script>
91<search>
92<section>
93<select>
94<slot>
95<small>
96<source>
97<span>
98<strong>...</strong>
99<style>...</style>
100<sub>
101<summary>
102<sup>
103<table>
104<tbody>
105<td>
106<template>
107<textarea>
108<tfoot>
109<th>
110<thead>
111<time>
112<title>...</title>
113<tr>
114<track>
115<u>...</u>
116<ul>
117<var>
118<video>
119<wbr>
120<xmp>
121
122<!-- Deprecated Elements -->
123<acronym>
124<big>
125<center>
126<dir>
127<font>
128<frame>
129<frameset>
130<marquee>
131<menuitem>
132<nobr>
133<noframes>
134<param>
135<rb>
136<rtc>
137<strike>...</strike>
138<tt>
139
140<!-- Note: these deprecated elements have never been matched -->
141<image>
142<noembed>
143<plaintext>
144
145<!-- Experimental -->
146<portal>