mirror of
https://github.com/AdaCore/VSS.git
synced 2026-02-12 13:06:25 -08:00
16 lines
519 B
HTML
16 lines
519 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Check use of appropriate attribute syntax, and format of self closing tag of foreign element</title>
|
|
</head>
|
|
<body class='main'>
|
|
<p class='para primary'>Welcome to this example.</p>
|
|
<p title="I'm a tooltip">This is a paragraph.</p>
|
|
<p title='John "ShotGun" Nelson'/>
|
|
<p title="John 'ShotGun' Nelson"/>
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
|
<malignmark edge="right"/>
|
|
</math>
|
|
</body>
|
|
</html>
|