Tools, FAQ, Tutorials:
Incorrect HTML 'p' Elements
What Is Wrong with My "p" Elements?
✍: FYIcenter.com
If you are having trouble with your p elements, it could be caused by
one of the following common mistakes:
<!-- Missing closing tags --> <body> <p>I love the way you look at me. <p>I love the way you kiss me. </body> <!-- "blockquote" is not allowed in a p element --> <body> <p><blockquote> "You don't love a woman because she is beautiful, but she is beautiful because you love her." </blockquote></p> </body> <!-- "form" is not allowed in a p element --> <body> <p><form action=""> Take in this survey to win $10,000.00! </form></p> </body>
Â
⇒HTML Body Tag and Block Level Tags
⇒⇒HTML Tutorials
2017-02-20, 863👍, 0💬
Popular Posts:
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom va...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...