Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML Validator confusion
    primarykey
    data
    text
    <p>Still trying to get the hang of the questions format around here...</p> <p>I'm trying to validate my HTML for my Web Design class... and to get full credit I need to have no errors. </p> <p>I have checked it a million times and my validator swears that my <code>&lt;head&gt; &lt;/head&gt;</code> is still open and I did not declare a DOCTYPE. I'm new at this so feel free to call me a noob. </p> <p>This is the validator that I'm using: <a href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a></p> <pre><code>&lt;html&gt; &lt;!DOCTYPE html&gt; &lt;head&gt; &lt;title&gt; Wonder Penguin! &lt;/title&gt; &lt;link rel="shortcut icon" href="penguinicon.png"&gt; &lt;link rel="stylesheet" href="solo.css"/&gt; &lt;/head&gt; &lt;img src= banner.jpg alt="Penguin!" /&gt; &lt;div id="content"&gt; &lt;div id="main" class="section"&gt; &lt;form action="solo.php" method="POST"&gt; &lt;h1&gt; Personal Information &lt;/h1&gt; &lt;label for="first_name"&gt;First Name:&lt;/label&gt; &lt;input type="text" name="first_name" size="20" /&gt; &lt;br&gt; &lt;label for="last_name"&gt; Last Name:&lt;/label&gt; &lt;input type="text" name="last_name" size="20" /&gt; &lt;br&gt; &lt;label for="twitter"&gt;Twitter:&lt;/label&gt;&lt;input type="text" name="twitter" size="20" /&gt; &lt;br&gt; &lt;label for="website"&gt;Personal Website:&lt;/label&gt;&lt;input type="text" name="website" size="20" /&gt; &lt;h1&gt; Location &lt;/h1&gt; State:&lt;input type="Text" name="state" size="10" /&gt; &lt;br&gt; City: &lt;input type="text" name="city" size="10" /&gt; &lt;br&gt; &lt;input type="submit" value="Let's go!" size="80" /&gt; &lt;input type="reset" value="Start over?" size="80" /&gt; &lt;/form&gt; &lt;/div&gt; &lt;div id="column" class="section"&gt; &lt;/div&gt; &lt;div id="updates" class="section"&gt; &lt;h1&gt; Updates &lt;/h1&gt; &lt;p&gt; Hello! &lt;/p&gt; &lt;/div&gt; &lt;div id="aboutyou" class="section"&gt; &lt;/div&gt; &lt;div id="footer" class="section"&gt; Footer is here! &lt;br&gt; &lt;script type="text/javascript"&gt; printToday(); &lt;/script&gt; &lt;/div&gt; &lt;/div&gt; &lt;/html&gt; </code></pre>
    singulars
    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.
    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