5568 sujets
Sémantique web et HTML
<p> ne peut contenir que des éléments de type en ligne et <ul> est de type block, donc il faut fermer le paragragraphe et ensuite mettre la liste.
http://htmlhelp.com/reference/html40/block.html
http://htmlhelp.com/reference/html40/inline.html
<p>Voyez ma liste qui suit:</p>
<ul>
<li>item</li>
<li>item</li>
</ul>
<p>Un autre paragraphe.</p>
http://htmlhelp.com/reference/html40/block.html
http://htmlhelp.com/reference/html40/inline.html
Peut-être qu'à l'avenir la possibilité de mettre une liste dans un paragraphe sera possible (xhtml 2) ?
En fin c'est pas pour maintenant
Modifié par Igor (21 Jul 2005 - 12:03)
8.6. The p element a écrit :
In comparison with earlier versions of HTML, where a paragraph could only contain inline text, XHTML2's paragraphs represent the conceptual idea of a paragraph, and so may contain lists, blockquotes, pre's and tables as well as inline text. Note however that they may not contain directly nested p elements.
http://www.w3.org/TR/xhtml2/mod-structural.html#edef_structural_p
En fin c'est pas pour maintenant
Modifié par Igor (21 Jul 2005 - 12:03)
agilis a écrit :
Où peut-on trouver toutes ces règles?
Dans les liens de mon premier post et la desciption de tous les éléments dans la recommendation html 4.01:
http://www.la-grange.net/w3c/html4.01/index/elements.html