Note that there are some explanatory texts on larger screens.

plurals
  1. POI'm having problems with validating a page
    primarykey
    data
    text
    <p>I'm having problems validating my page to strict 1. Can anyone help me? It keeps on showing:</p> <blockquote> <ul> <li><p>Line 48, Column 4: document type does not allow element "<code>h2</code>" here; assuming missing "<code>li</code>" start-tag</p> <pre><code>&lt;h2&gt;Current job vacancies&lt;/h2&gt; </code></pre></li> <li><p>Line 60, Column 6: end tag for "<code>li</code>" omitted, but OMITTAG NO was specified </p> <pre><code>&lt;/div&gt; </code></pre> <p>You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "<code>/&gt;</code>" instead of "<code>&gt;</code>". </p></li> <li><p>Line 48, Column 1: start tag was here </p> <pre><code>&lt;h2&gt;Current job vacancies&lt;/h2&gt; </code></pre></li> <li><p>Line 60, Column 6: end tag for "<code>ul</code>" omitted, but OMITTAG NO was specified</p> <pre><code>&lt;/div&gt; </code></pre> <p>You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "<code>/&gt;</code>" instead of "<code>&gt;</code>". </p></li> <li><p>Line 45, Column 37: start tag was here </p> <pre><code>&lt;a href="#"&gt;Job Vacancies&lt;/a&gt; &lt;ul id="jobvacancies"&gt; </code></pre></li> </ul> </blockquote> <p>Here is my page:</p> <pre><code>1.&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; 2.&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt; 3.&lt;head&gt; 4.&lt;meta http-equiv="Content-type" content="text/html; charset=utf-8" /&gt; 5.&lt;title&gt;Royal Aura club and Restaurant&lt;/title&gt; 6.&lt;link rel="stylesheet" type="text/css" href="restyle.css" /&gt; 7.&lt;/head&gt; 8. 9.&lt;body&gt; 10. 11. 12.&lt;div id="main"&gt; 13. 14. 15.&lt;div id="commonlinksbar"&gt; 16.|&lt;a class="linker "href="#"&gt;about us&lt;/a&gt;| 17.&lt;a class="linker "href="#"&gt;contact us&lt;/a&gt;| 18.&lt;a class="linker "href="sitemap.html"&gt;site map&lt;/a&gt;| 19.&lt;a class="linker "href="#"&gt;copyright&lt;/a&gt;| 20. 21.&lt;/div&gt; 22. 23. 24. 25. 26. 27.&lt;div id="header"&gt; 28.&lt;img class="logo" src="relogo.jpg"alt="auramayfair logo" width="87" height="98" /&gt; 29.&lt;h1&gt; Royal Aura club and Restaurant&lt;/h1&gt; 30. 31.&lt;div id="nav"&gt; 32.&lt;p&gt;&lt;a href="index.html"&gt;HOME&lt;/a&gt;&lt;a href="restaurant.html"&gt;RESTAURANT&lt;/a&gt; &lt;a href="#"&gt;GALLERY&lt;/a&gt;&lt;a href="#"&gt;GUEST LIST&lt;/a&gt;&lt;a href="jobvacancies.html"&gt;JOB VACANCIES&lt;/a&gt;&lt;/p&gt; 33.&lt;/div&gt; 34. 35. 36. 37. 38. 39. 40.&lt;div id="content"&gt; 41. 42.&lt;div id="breadcrumbs"&gt; 43.&lt;a href="index.html"&gt;Home&lt;/a&gt; &gt; 44. 45.&lt;a href="#"&gt;Job Vacancies&lt;/a&gt; &lt;ul id="jobvacancies"&gt; 46. 47. 48.&lt;h2&gt;Current job vacancies&lt;/h2&gt; 49.&lt;p&gt;Royal aura club and restaurant are currently recruiting people to join our friendly atmosphere.&lt;/p&gt; 50. 51.&lt;p&gt;Chef - Skilled Cook with experience in traditional Pan Asian cooking required. The successful candidate will be responsible for all domestic cooking; preparing and producing a range of appetizing meals. The successful candidate will have previous experience within a similar role and will possess natural enthusiasm and a strong passion for food.&lt;/p&gt; 52. 53.&lt;hr /&gt; 54. 55.&lt;p&gt;Bar staff- Experienced Bar Staff are needed for regular 5-8 hour shifts Fridays and Saturdays. We are looking for someone with previous bar experience, cash handling experience and excellent customer services skills are essential, as is a well-presented appearance and polite manner.&lt;/p&gt; 56. 57. 58.&lt;p&gt;Applicants should send their CV with a covering letter to:&lt;a href="mailto:royalaura@hotmail.com"&gt;jobs@royalaura.com&lt;/a&gt;&lt;/p&gt; 59. 60.&lt;/div&gt; 61.&lt;/div&gt; 62.&lt;div id="footer"&gt; 63.&lt;p&gt; Copy Right Royal Aura Club 2006&lt;/p&gt; 64.&lt;/div&gt; 65. 66.&lt;/div&gt; 67.&lt;/div&gt; 68.&lt;/body&gt; 69.&lt;/html&gt; </code></pre> <hr> <p>Here is the new code;</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt; &lt;head&gt; &lt;meta http-equiv="Content-type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;Royal Aura club and Restaurant&lt;/title&gt; &lt;link rel="stylesheet" type="text/css" href="restyle.css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="main"&gt; &lt;div id="commonlinksbar"&gt; |&lt;a class="linker "href="#"&gt;about us&lt;/a&gt;| &lt;a class="linker "href="#"&gt;contact us&lt;/a&gt;| &lt;a class="linker "href="sitemap.html"&gt;site map&lt;/a&gt;| &lt;a class="linker "href="#"&gt;copyright&lt;/a&gt;| &lt;/div&gt; &lt;div id="header"&gt; &lt;img class="logo" src="relogo.jpg"alt="auramayfair logo" width="87" height="98" /&gt; &lt;h1&gt; Royal Aura club and Restaurant&lt;/h1&gt; &lt;div id="nav"&gt; &lt;p&gt;&lt;a href="index.html"&gt;HOME&lt;/a&gt;&lt;a href="restaurant.html"&gt;RESTAURANT&lt;/a&gt; &lt;a href="#"&gt;GALLERY&lt;/a&gt;&lt;a href="#"&gt;GUEST LIST&lt;/a&gt;&lt;a href="jobvacancies.html"&gt;JOB VACANCIES&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div id="content"&gt; &lt;div id="breadcrumbs"&gt; &lt;a href="index.html"&gt;Home&lt;/a&gt; &gt; &lt;a href="#"&gt;Job Vacancies&lt;/a&gt; &lt;div id="jobvacancies"&gt; &lt;div id="jobs"&gt; &lt;h2&gt;Current job vacancies&lt;/h2&gt; &lt;p&gt;Royal aura club and restaurant are currently recruiting people to join our friendly atmosphere.&lt;/p&gt; &lt;p&gt;Chef - Skilled Cook with experience in traditional Pan Asian cooking required. The successful candidate will be responsible for all domestic cooking; preparing and producing a range of appetizing meals. The successful candidate will have previous experience within a similar role and will possess natural enthusiasm and a strong passion for food.&lt;/p&gt; &lt;hr /&gt; &lt;p&gt;Bar staff- Experienced Bar Staff are needed for regular 5-8 hour shifts Fridays and Saturdays. We are looking for someone with previous bar experience, cash handling experience and excellent customer services skills are essential, as is a well-presented appearance and polite manner.&lt;/p&gt; &lt;p&gt;Applicants should send their CV with a covering letter to:&lt;a href="mailto:royalaura@hotmail.com"&gt;jobs@royalaura.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div id="footer"&gt; &lt;p&gt; Copy Right Royal Aura Club 2006&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload