search
HomeWeb Front-endH5 TutorialDetailed explanation of the tag in HTML5_html5 tutorial skills

1. First look at HTML5 template elements

The

Currently, we embed template HTML in HTML, which is often written like this:

XML/HTML CodeCopy content to clipboard
  1. script type="text/template"> 
  2. // ...
  3. script>

In fact, there is no standard way of writing type="text/template". The appearance of the

In the past, we may have used

Look at the following four nested image HTMLs. At the same time, the image content is not displayed and there is no request:

XML/HTML CodeCopy content to clipboard
  1. script type="text/template">  
  2. img src="mm1.jpg">  
  3. script>  
  4.   
  5. textarea style="display: none;">  
  6. img src="mm1.jpg">  
  7. textarea>  
  8.   
  9. xmp style="display: none;">  
  10. img src="mm1.jpg">  
  11. xmp>  
  12.   
  13. template>  
  14. img src="mm1.jpg">  
  15. template>  

1. Hiddenness of tag content

The specificity of <script> allows internal HTML tags to be processed as strings, so the generated content is not displayed. However, in DreamWeaver, this writing method has a big problem, that is, when writing template HTML in script, the tag automatically closed is always </script>, which is very annoying.

2. Tag position arbitrariness
In addition to the natural hiding of the

3. Invalidity of childNodes
Although it seems to the naked eye that there are many sub-tags in the

template.content will return a document fragment, which you can understand as another document. Then, you can use some query APIs under the document to obtain the "pseudo sub-elements" in the

CSS CodeCopy content to clipboard
  1. var image_first = template.content.querySelector("img");

3. HTML5 template element final page

You can click here: HTML5 template element experience demo

Template elements and CSS
If the browser is blind and thinks that

If the browser keeps pace with the times, the display will be as follows, with its own CSS rendering, and the internal tags will be directly rendered in different spaces, such as Chrome:
2015619175843048.png (545×598)

In other words, although from the perspective of CSS,

By default,

window.getComputedStyle(template).display; // The result is "none"

2015619175903356.png (321×99)

Therefore, the following CSS statement is set in the demo:

CSS CodeCopy content to clipboard
  1. template { display: block; ... }

Clone of template
If you are dealing with HTML strings, similar to the now popular MVC framework or template technology, template.innerHTML is sufficient. Of course,

CSS CodeCopy content to clipboard
  1. var clone = document.importNode(template.content, true);

Then, you can use append node (appendChild) to load template content instead of (no choice) append string to load template content. The title is "Introduction", so I won't expand on it and won't include specific examples (if you are interested, you can refer to the reference article at the end of the article). It's good that everyone knows that such a thing exists.
4. HTML5 template interview summary

At this point, I basically have a general understanding of the behavior, performance and some methods of the

Towards the end, I put up the compatibility table. IE browser was a big hindrance, but I was very calm because I was already numb to IE!

Compatibility
2015619175925620.png (581×222)

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What is the H5 tag in HTML?What is the H5 tag in HTML?May 09, 2025 am 12:11 AM

The H5 tag in HTML is a fifth-level title that is used to tag smaller titles or sub-titles. 1) The H5 tag helps refine content hierarchy and improve readability and SEO. 2) Combined with CSS, you can customize the style to enhance the visual effect. 3) Use H5 tags reasonably to avoid abuse and ensure the logical content structure.

H5 Code: A Beginner's Guide to Web StructureH5 Code: A Beginner's Guide to Web StructureMay 08, 2025 am 12:15 AM

The methods of building a website in HTML5 include: 1. Use semantic tags to define the web page structure, such as, , etc.; 2. Embed multimedia content, use and tags; 3. Apply advanced functions such as form verification and local storage. Through these steps, you can create a modern web page with clear structure and rich features.

H5 Code Structure: Organizing Content for ReadabilityH5 Code Structure: Organizing Content for ReadabilityMay 07, 2025 am 12:06 AM

A reasonable H5 code structure allows the page to stand out among a lot of content. 1) Use semantic labels such as, etc. to organize content to make the structure clear. 2) Control the rendering effect of pages on different devices through CSS layout such as Flexbox or Grid. 3) Implement responsive design to ensure that the page adapts to different screen sizes.

H5 vs. Older HTML Versions: A ComparisonH5 vs. Older HTML Versions: A ComparisonMay 06, 2025 am 12:09 AM

The main differences between HTML5 (H5) and older versions of HTML include: 1) H5 introduces semantic tags, 2) supports multimedia content, and 3) provides offline storage functions. H5 enhances the functionality and expressiveness of web pages through new tags and APIs, such as and tags, improving user experience and SEO effects, but need to pay attention to compatibility issues.

H5 vs. HTML5: Clarifying the Terminology and RelationshipH5 vs. HTML5: Clarifying the Terminology and RelationshipMay 05, 2025 am 12:02 AM

The difference between H5 and HTML5 is: 1) HTML5 is a web page standard that defines structure and content; 2) H5 is a mobile web application based on HTML5, suitable for rapid development and marketing.

HTML5 Features: The Core of H5HTML5 Features: The Core of H5May 04, 2025 am 12:05 AM

The core features of HTML5 include semantic tags, multimedia support, form enhancement, offline storage and local storage. 1. Semantic tags such as, improve code readability and SEO effect. 2. Multimedia support simplifies the process of embedding media content through and tags. 3. Form Enhancement introduces new input types and verification properties, simplifying form development. 4. Offline storage and local storage improve web page performance and user experience through ApplicationCache and localStorage.

H5: Exploring the Latest Version of HTMLH5: Exploring the Latest Version of HTMLMay 03, 2025 am 12:14 AM

HTML5isamajorrevisionoftheHTMLstandardthatrevolutionizeswebdevelopmentbyintroducingnewsemanticelementsandcapabilities.1)ItenhancescodereadabilityandSEOwithelementslike,,,and.2)HTML5enablesricher,interactiveexperienceswithoutplugins,allowingdirectembe

Beyond Basics: Advanced Techniques in H5 CodeBeyond Basics: Advanced Techniques in H5 CodeMay 02, 2025 am 12:03 AM

Advanced tips for H5 include: 1. Use complex graphics to draw, 2. Use WebWorkers to improve performance, 3. Enhance user experience through WebStorage, 4. Implement responsive design, 5. Use WebRTC to achieve real-time communication, 6. Perform performance optimization and best practices. These tips help developers build more dynamic, interactive and efficient web applications.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools