mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-08-06 06:07:25 +02:00
fix validation errors
This commit is contained in:
@@ -313,7 +313,7 @@ p q r s t u v w x y z { | } ~ </pre>
|
||||
|
||||
<article id="embedded__iframes">
|
||||
<header><h2>IFrames</h2></header>
|
||||
<div><iframe src="http://www.google.com" width="100%" height="300" frameborder="0"></iframe></div>
|
||||
<div><iframe src="http://www.google.com" height="300"></iframe></div>
|
||||
<footer><p><a href="#top">[Top]</a></p></footer>
|
||||
</article>
|
||||
</section>
|
||||
@@ -321,7 +321,7 @@ p q r s t u v w x y z { | } ~ </pre>
|
||||
<section id="forms">
|
||||
<header><h1>Form elements</h1></header>
|
||||
|
||||
<form action="">
|
||||
<form>
|
||||
<fieldset id="forms__text">
|
||||
<legend>Text fields</legend>
|
||||
|
||||
@@ -347,7 +347,7 @@ p q r s t u v w x y z { | } ~ </pre>
|
||||
</p>
|
||||
<p>
|
||||
<label for="input__text2">Number Input <abbr title="Required">*</abbr></label>
|
||||
<input id="input__text2" type="number" placeholder="Enter a Number" pattern="[0-9]*">
|
||||
<input id="input__text2" type="number" placeholder="Enter a Number">
|
||||
</p>
|
||||
<p>
|
||||
<label for="input__textarea">Textarea</label>
|
||||
|
Reference in New Issue
Block a user