style
This commit is contained in:
parent
db237fa932
commit
d439ea13ab
12
index.html
12
index.html
@ -61,7 +61,7 @@
|
||||
<form id="formulaire" method="post" action="questions.php">
|
||||
<h2>Nouvelle question</h2>
|
||||
|
||||
<section id="typeOfCourse">
|
||||
<section id="Form">
|
||||
<aside id="info">
|
||||
|
||||
<h3>Quelques détails</h3>
|
||||
@ -103,16 +103,17 @@
|
||||
</optgroup>
|
||||
</select>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<article>
|
||||
<p id="questionPart">
|
||||
<label id="q" for="question">Quelle est votre question ? </label>
|
||||
<label id="q" for="question">
|
||||
Quelle est votre question ? </label><br/>
|
||||
<textarea id="question" name="question"
|
||||
rows="10" cols="50"
|
||||
placeholder="Entrez votre question ici"></textarea>
|
||||
</p>
|
||||
<p id="answerList">
|
||||
<label for="answer">Quelle est la réponse ? </label>
|
||||
<label for="answer">Quelle est la réponse ? </label><br/>
|
||||
<input id="answer" name="answer0" type="text" />
|
||||
</p>
|
||||
|
||||
@ -124,6 +125,9 @@
|
||||
<p>
|
||||
<input type="submit" name="send" value="Envoyer" />
|
||||
</p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
</form>
|
||||
|
||||
<footer>
|
||||
|
Reference in New Issue
Block a user