Today a colleague consulted me about jQuery's filter. He checked the documentation of jQuery1.7 made by UNREGISERED version of Easy CHM. He found that the instructions in it were too filtered and could not run successfully. . Later, I found that there were some bugs in some contents of the document that would mislead learners. At the same time, through this filter research, I discovered the problem of HTML p element. I had not paid attention to it before.
Let me take a look at jQuery1 first. 7 instructions made by UNREGISERED version of Easy CHM
Retain elements that do not contain ol among the child elements.
HTML code:
<p> <ol> <li>Hello</li> </ol> </p> <p>How are you?</p>
jQuery code:
$("p").filter(function(index) { return $("ol", this).length == 0;//这里明显有错误的.这样也不可能成功的. });
Result:
[ <p>How are you?</p> ]
In fact, this cannot be run successfully. The error is in $("ol ", this).length == 0; I initially thought that changing it to (this).has("ol").length==0 would be OK, but later a new problem arose. It was the problem of the p element wrapping other elements.
We can look at this code (let the entire HTML contain only this code content):
<p><div>I'm nest in p element.</div></p>
Then use jQuery to get the p element in this HTML.
alert($("p").length);
Because there is only one p. We should all expect the return result to be 1. But you can experiment. Chrome.Firefox.Opera.Safari.IE. All return 2.
Why?
Many people who are more careful than me and not as sloppy as me should know the reason. Then I will write it down to warn myself. This kind of problem is very easy for a careless person like me to make mistakes. It turns out that The P element represents a paragraph. It cannot contain block-level elements (including P itself).
The above is the detailed content of html: Do not nest P elements randomly. For more information, please follow other related articles on the PHP Chinese website!

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

HTMLisaspecifictypeofcodefocusedonstructuringwebcontent,while"code"broadlyincludeslanguageslikeJavaScriptandPythonforfunctionality.1)HTMLdefineswebpagestructureusingtags.2)"Code"encompassesawiderrangeoflanguagesforlogicandinteract

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version
Useful JavaScript development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment