Boost Your HTML Coding Speed with Visual Studio Code`s Time-Saving Templates – Examples Included

Table of content

  1. Introduction
  2. Benefits of Using Visual Studio Code for HTML Coding
  3. Understanding Time-Saving Templates
  4. How to Use Time-Saving Templates in Visual Studio Code
  5. Example 1: Creating a Basic HTML Template
  6. Example 2: Inserting Images Quickly with Templates
  7. Example 3: Code Snippets for Common HTML Elements
  8. Conclusion: Boost Your HTML Coding Speed with Visual Studio Code's Time-Saving Templates

Introduction

Visual Studio Code (VS Code) is a highly popular code editor used by developers around the world. One of its standout features is the ability to customize and automate your workflow. VS Code's time-saving templates, also known as snippets, are a great way to boost your HTML coding speed. These snippets can drastically reduce your coding time and improve your productivity. In this article, we'll explore how to use VS Code's templates to speed up your HTML coding, and we'll showcase some examples you can use in your own projects. Whether you're a beginner or an experienced developer, these tips can help you become a more efficient coder.

Benefits of Using Visual Studio Code for HTML Coding

:

Visual Studio Code is a free, open-source code editor that offers many features and extensions for HTML coding. Here are a few benefits of using Visual Studio Code for your HTML coding projects:

  1. Time-saving templates: As mentioned in the main topic, Visual Studio Code comes with built-in time-saving templates that can speed up your coding process. These templates can be customized to suit your coding style and can help you maintain consistency across your HTML files.

  2. Auto-completion: Visual Studio Code has a powerful auto-completion feature that suggests code snippets, tags, and attributes as you type. This feature can save you time and reduce errors in your code.

  3. Debugging: Visual Studio Code has a built-in debugger that enables you to step through your code and identify and fix errors quickly. This can help you save time and ensure that your code is bug-free before you deploy it.

  4. Integration with other tools: Visual Studio Code integrates with other tools and extensions, such as Git, npm, and Emmet, which can enhance your HTML coding experience and improve your productivity.

  5. Cross-platform compatibility: Visual Studio Code is cross-platform, which means that it can run on Windows, macOS, and Linux. This makes it a versatile tool for HTML coding, whether you are working on a personal project or collaborating with a team.

In summary, Visual Studio Code is a powerful and versatile code editor that can enhance your HTML coding experience and improve your productivity. Its time-saving templates, auto-completion, debugging, integration with other tools, and cross-platform compatibility make it a valuable tool for any HTML developer.

Understanding Time-Saving Templates

Time-saving templates are a powerful feature of Visual Studio Code that allow developers to quickly insert commonly used snippets of code into their projects. Templates can be pre-defined or created by the user, and can include things like HTML code, CSS styles, and JavaScript functions. The advantage of using templates is that they save time and reduce errors, as the code is already written and can be easily inserted into new projects.

When creating a new file in Visual Studio Code, a list of available templates is displayed in the sidebar. These templates can be customized to suit the developer's needs, and can include placeholders for variables that will be defined later. For example, a template for a new HTML file might include a placeholder for the page title that will be filled in later.

Templates can also be used to automate repetitive tasks, such as creating a new file structure or copying and pasting code from other projects. By creating a template for these tasks, developers can save time and reduce the risk of errors.

Overall, time-saving templates are a valuable tool for developers looking to increase their coding speed and efficiency. By using pre-defined snippets of code and automating repetitive tasks, developers can focus on writing high-quality code and delivering projects on time.

How to Use Time-Saving Templates in Visual Studio Code

Visual Studio Code is a popular text editor that offers time-saving templates to boost your HTML coding speed. These templates provide shortcuts for common HTML code, allowing you to quickly insert code and reduce your overall coding time.

Here are the steps to use time-saving templates in Visual Studio Code:

  1. Open Visual Studio Code and create a new HTML file.
  2. Type the name of the template you want to use, such as "html". The editor will display a list of available templates.
  3. Select the template you want to use and press Tab. The code for the template will be inserted into your file.
  4. Fill in the necessary information for your specific project, such as the title of your webpage and the content you want to add.

Visual Studio Code offers a variety of templates for HTML, including basic HTML structure, headers and footers, forms, tables, and more. You can also customize these templates or create your own templates to fit your specific needs.

Using time-saving templates in Visual Studio Code can greatly improve your HTML coding speed and efficiency. By reducing the time spent on writing repetitive code, you can focus on creating high-quality content for your website.

Example 1: Creating a Basic HTML Template

Creating a basic HTML template is one of the most common tasks of a web developer. Visual Studio Code offers a fast and convenient way to create this template.

First, open Visual Studio Code and create a new file by selecting File → New File. Next, save the file giving it a name and choosing the extension “.html”. Once this is complete, type “html” and press the “tab” key. Visual Studio Code will automatically generate the following code:

<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>

</body>
</html>

This code is the basic structure of an HTML document. It includes the doctype declaration, an html tag, head tag, and body tag.

To add a title to the webpage, add the following text between the tags:</p> <div class="highlight" style="background: #f8f8f8"> <pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold"><title></span>My Webpage Title<span style="color: #008000; font-weight: bold"></title></span> </pre> </div> <p>It is also possible to add a basic header to the document by adding the following code between the <body> tags:</p> <div class="highlight" style="background: #f8f8f8"> <pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold"><header></span> <span style="color: #008000; font-weight: bold"><h1></span>My Header<span style="color: #008000; font-weight: bold"></h1></span> <span style="color: #008000; font-weight: bold"></header></span> </pre> </div> <p>The header tag allows for the creation of headings, such as the H1 tag used in the example above.</p> <p>In conclusion, creating a basic HTML template is made easier with Visual Studio Code's time-saving templates. By using pre-written code, developers can focus on creating the unique parts of their website without worrying about the underlying structure.</p> <h3 id="example-2-inserting-images-quickly-with-templates">Example 2: Inserting Images Quickly with Templates</h3> <h3></h3> <p>Visual Studio Code offers several time-saving templates for quickly inserting images into your HTML code. By using these templates, you can avoid the hassle of manually typing out the HTML code for each image, which can be especially cumbersome if you are working with a large number of images.</p> <p>To insert an image using a template, simply follow these steps:</p> <ol> <li>In your HTML file, type "img" followed by a space.</li> <li>Hit the "Tab" key on your keyboard. This will generate a basic template for an image tag.</li> <li>Edit the source attribute of the image tag to include the URL of the image you want to insert.</li> <li>Save your changes and view your HTML file in a web browser to see the inserted image.</li> </ol> <p>You can also modify the template to include additional attributes, such as "alt" for alternative text, or "width" and "height" to specify the size of the image.</p> <p>Using templates to insert images can save you significant time and effort when working on HTML projects. Plus, the added convenience can help you stay focused and avoid unnecessary distractions while working.</p> <h3 id="example-3-code-snippets-for-common-html-elements">Example 3: Code Snippets for Common HTML Elements</h3> <p><strong>Code Snippets for Common HTML Elements</strong></p> <p>Creating HTML elements such as headings, paragraphs, links, lists, and tables can be a repetitive and time-consuming process. Visual Studio Code's code snippets can help you speed up your coding by providing pre-written blocks of code that you can insert into your document with just a few keystrokes. Here are some code snippets that you can use for common HTML elements:</p> <ul> <li>Heading: To create a heading, type "h1" and press Tab. This will automatically generate the opening and closing tags for an h1 heading element.</li> <li>Paragraph: To create a paragraph, type "p" and press Tab. This will generate the opening and closing tags for a paragraph element.</li> <li>Link: To create a link, type "a" and press Tab. This will generate the opening and closing tags for an anchor element. You can then add the href attribute and the link text between the tags.</li> <li>List: To create an unordered list, type "ul" and press Tab. This will generate the opening and closing tags for an unordered list element. You can then add list items between the tags by typing "li" and pressing Tab for each item.</li> <li>Table: To create a table, type "table" and press Tab. This will generate the opening and closing tags for a table element. You can then add table rows by typing "tr" and pressing Tab for each row, and table cells by typing "td" and pressing Tab for each cell.</li> </ul> <p>By using these code snippets, you can save time and effort while coding common HTML elements. Additionally, you can customize the snippets to suit your specific needs by editing the code in the snippet file. Overall, code snippets are a handy feature that can significantly boost your HTML coding speed in Visual Studio Code.</p> <h3 id="conclusion-boost-your-html-coding-speed-with-visual-studio-code-s-time-saving-templates">Conclusion: Boost Your HTML Coding Speed with Visual Studio Code’s Time-Saving Templates</h3> <p>In conclusion, using Visual Studio Code's time-saving templates can significantly improve your HTML coding speed. By automating repetitive tasks and providing pre-built code snippets, templates help you save time and reduce errors. They allow you to focus on the unique aspects of your project, rather than spending time on routine coding tasks.</p> <p>In this article, we have provided several examples of Visual Studio Code templates that you can use in your HTML coding. These include templates for creating a basic HTML file, a Bootstrap project, and a responsive design layout. We have also shown you how to use Emmet abbreviations to quickly generate HTML code.</p> <p>Remember, templates are only one of the many productivity features available in Visual Studio Code. By exploring the IDE's full range of features and customizing it to your needs, you can take your coding speed and efficiency to the next level. So, start using templates and other productivity features in Visual Studio Code today and see how much time you can save on your HTML coding tasks.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="cat-links">Category: <a href="https://kl1p.com/category/software-dev/" rel="category tag">Software, Development, IT</a></span> </footer><!-- .entry-footer --> <div class="tg-author-box"> <div class="tg-author__avatar"> <img alt='' src='https://secure.gravatar.com/avatar/466b383d5d4be4fdd993118b74b930ac?s=96&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/466b383d5d4be4fdd993118b74b930ac?s=96&d=mm&r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'/> </div><!-- .tg-author-avatar --> <div class="tg-author-info"> <h5 class="tg-author__name"><a href="https://kl1p.com/author/vikram-arsid/" title="Posts by Vikram Arsid" rel="author">Vikram Arsid</a></h5> <div class="tg-author__bio"> As a developer, I have experience in full-stack web application development, and I'm passionate about utilizing innovative design strategies and cutting-edge technologies to develop distributed web applications and services. My areas of interest extend to IoT, Blockchain, Cloud, and Virtualization technologies, and I have a proficiency in building efficient Cloud Native Big Data applications. Throughout my academic projects and industry experiences, I have worked with various programming languages such as Go, Python, Ruby, and Elixir/Erlang. My diverse skillset allows me to approach problems from different angles and implement effective solutions. Above all, I value the opportunity to learn and grow in a dynamic environment. I believe that the eagerness to learn is crucial in developing oneself, and I strive to work with the best in order to bring out the best in myself. </div><!-- .tg-author-bio --> <div class="tg-author-meta"> <div class="tg-author__website"> <span>Website</span> <a href="https://www.linkedin.com/in/vikramarsid/" target="_blank">https://www.linkedin.com/in/vikramarsid/</a> </div><!-- .tg-author-website --> <div class="tg-author__post-count"> <span>Posts created</span> <strong>1858</strong> </div><!-- .tg-author-post-count --> </div><!-- .tg-author-meta --> </div><!-- .tg-author-info --> </div><!-- .tg-author-bio --> </article><!-- #post-22074 --> <nav class="navigation post-navigation" aria-label="Posts"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://kl1p.com/get-started-with-bootstrap-learn-the-basics-with-real-life-code-examples-and-up-your-web-design-game-instantly/" rel="prev"><span class="nav-links__label">Previous Article</span> Get started with Bootstrap: Learn the basics with real-life code examples and up your web design game instantly</a></div><div class="nav-next"><a href="https://kl1p.com/master-sql-server-s-auto-increment-primary-key-with-these-code-examples-for-maximum-efficiency/" rel="next"><span class="nav-links__label">Next Article</span> Master SQL Server`s Auto-Increment Primary Key with these Code Examples for Maximum Efficiency</a></div></div> </nav> <div id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/boost-your-html-coding-speed-with-visual-studio-code-s-time-saving-templates-examples-included/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://kl1p.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" autocomplete="email" required /></p> <p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200" autocomplete="url" /></p> <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p> <p class="form-submit"><button name="submit" type="submit" id="submit" class="submit">Post Comment</button> <input type='hidden' name='comment_post_ID' value='22074' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div><!-- #comments --> </main><!-- #main --> </div><!-- #primary --> <aside id="secondary" class="widget-area"> <section id="block-2" class="widget widget_block widget_search"><form role="search" method="get" action="https://kl1p.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label for="wp-block-search__input-1" class="wp-block-search__label" >Search</label><div class="wp-block-search__inside-wrapper " ><input type="search" id="wp-block-search__input-1" class="wp-block-search__input" name="s" value="" placeholder="" required /><button type="submit" class="wp-block-search__button wp-element-button" >Search</button></div></form></section><section id="block-3" class="widget widget_block"><div class="wp-block-group is-layout-flow"><div class="wp-block-group__inner-container"><h2 class="wp-block-heading">Recent Posts</h2><ul class="wp-block-latest-posts__list wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://kl1p.com/unlock-the-power-of-mysql-on-new-macbook-m1-with-docker-images-and-practical-code-illustrations/">Unlock the power of MySQL on new MacBook M1 with Docker images and practical code illustrations.</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://kl1p.com/why-your-code-is-failing-insufficient-array-capacity-for-crucial-values/">Why Your Code is Failing: Insufficient Array Capacity for Crucial Values</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://kl1p.com/unveiling-the-secrets-of-git-discover-the-remote-url-with-these-simple-code-examples/">Unveiling the Secrets of Git: Discover the Remote URL with These Simple Code Examples</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://kl1p.com/discover-the-power-of-retrieving-raw-json-data-with-easy-to-follow-code-examples/">Discover the Power of Retrieving Raw JSON Data with Easy-to-Follow Code Examples</a></li> <li><a class="wp-block-latest-posts__post-title" href="https://kl1p.com/python-json-dump-to-file-with-code-examples/">python json dump to file with code examples</a></li> </ul></div></div></section><section id="block-4" class="widget widget_block"><div class="wp-block-group is-layout-flow"><div class="wp-block-group__inner-container"><h2 class="wp-block-heading">Recent Comments</h2><div class="no-comments wp-block-latest-comments">No comments to show.</div></div></div></section><section id="block-5" class="widget widget_block"><div class="wp-block-group is-layout-flow"><div class="wp-block-group__inner-container"><h2 class="wp-block-heading">Archives</h2><ul class="wp-block-archives-list wp-block-archives"> <li><a href='https://kl1p.com/2023/04/'>April 2023</a></li> <li><a href='https://kl1p.com/2023/03/'>March 2023</a></li> <li><a href='https://kl1p.com/2023/02/'>February 2023</a></li> <li><a href='https://kl1p.com/2023/01/'>January 2023</a></li> <li><a href='https://kl1p.com/2022/12/'>December 2022</a></li> <li><a href='https://kl1p.com/2022/11/'>November 2022</a></li> <li><a href='https://kl1p.com/2022/10/'>October 2022</a></li> </ul></div></div></section><section id="block-6" class="widget widget_block"><div class="wp-block-group is-layout-flow"><div class="wp-block-group__inner-container"><h2 class="wp-block-heading">Categories</h2><ul class="wp-block-categories-list wp-block-categories"> <li class="cat-item cat-item-1"><a href="https://kl1p.com/category/software-dev/">Software, Development, IT</a> </li> </ul></div></div></section></aside><!-- #secondary --> </div><!-- .tg-container --> </div><!-- #content --> <section class="cenote-related-post"> <div class="tg-container"> <h2 class="related-post-title">Related Posts</h2> </div> <!-- /.tg-container --> <!-- /.related-post-title --> <div class="cenote-related-post-container"> <div class="tg-container"> <div class="tg-flex-row tg-flex-container"> <article id="post-21772" class="related-post-item "> <div class="entry-meta"> <span class="cat-links"><a href="https://kl1p.com/category/software-dev/" rel="category tag">Software, Development, IT</a></span><span class="posted-on"><a href="https://kl1p.com/want-to-learn-how-to-round-floats-to-the-nearest-10-in-unity-check-out-these-simple-code-examples/" rel="bookmark"><time class="entry-date published updated" datetime="2022-12-14T03:48:51+00:00">December 14, 2022</time></a></span> </div><!-- .entry-meta --> <header class="entry-header"> <h2 class="entry-title"><a href="https://kl1p.com/want-to-learn-how-to-round-floats-to-the-nearest-10-in-unity-check-out-these-simple-code-examples/" rel="bookmark">Want to Learn How to Round Floats to the Nearest 10 in Unity? Check Out These Simple Code Examples</a></h2> </header><!-- .entry-header --> </article><!-- #post-21772 --> <article id="post-19321" class="related-post-item "> <div class="entry-meta"> <span class="cat-links"><a href="https://kl1p.com/category/software-dev/" rel="category tag">Software, Development, IT</a></span><span class="posted-on"><a href="https://kl1p.com/unleash-the-ultimate-gaming-control-with-razer-synapse-for-linux-including-exclusive-code-examples/" rel="bookmark"><time class="entry-date published updated" datetime="2023-01-23T00:55:33+00:00">January 23, 2023</time></a></span> </div><!-- .entry-meta --> <header class="entry-header"> <h2 class="entry-title"><a href="https://kl1p.com/unleash-the-ultimate-gaming-control-with-razer-synapse-for-linux-including-exclusive-code-examples/" rel="bookmark">Unleash the Ultimate Gaming Control with Razer Synapse for Linux, Including Exclusive Code Examples</a></h2> </header><!-- .entry-header --> </article><!-- #post-19321 --> <article id="post-13878" class="related-post-item "> <div class="entry-meta"> <span class="cat-links"><a href="https://kl1p.com/category/software-dev/" rel="category tag">Software, Development, IT</a></span><span class="posted-on"><a href="https://kl1p.com/revamp-your-code-skills-learn-to-sort-strings-alphabetically-in-javascript-with-real-life-examples/" rel="bookmark"><time class="entry-date published updated" datetime="2023-01-17T08:50:26+00:00">January 17, 2023</time></a></span> </div><!-- .entry-meta --> <header class="entry-header"> <h2 class="entry-title"><a href="https://kl1p.com/revamp-your-code-skills-learn-to-sort-strings-alphabetically-in-javascript-with-real-life-examples/" rel="bookmark">Revamp Your Code Skills: Learn to Sort Strings Alphabetically in Javascript with Real Life Examples</a></h2> </header><!-- .entry-header --> </article><!-- #post-13878 --> <article id="post-2620" class="related-post-item "> <div class="entry-meta"> <span class="cat-links"><a href="https://kl1p.com/category/software-dev/" rel="category tag">Software, Development, IT</a></span><span class="posted-on"><a href="https://kl1p.com/master-python-s-alphabet-with-easy-to-follow-code-examples/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-16T22:41:39+00:00">November 16, 2022</time></a></span> </div><!-- .entry-meta --> <header class="entry-header"> <h2 class="entry-title"><a href="https://kl1p.com/master-python-s-alphabet-with-easy-to-follow-code-examples/" rel="bookmark">Master Python’s Alphabet with Easy-to-Follow Code Examples!</a></h2> </header><!-- .entry-header --> </article><!-- #post-2620 --> </div> <!-- /.tg-flex-row --> </div> <!-- /.tg-container tg-container-flex --> </div> <!-- /.cenote-related-post-container --> </section> <!-- /.cenote-related-post --> <footer id="colophon" class="site-footer tg-site-footer tg-site-footer--default"> <div class="tg-footer-top"> <div class="tg-container"> </div> </div><!-- .tg-footer-top --> <div class="tg-footer-bottom"> <div class="tg-container"> <div class="tg-footer-bottom-container tg-flex-container"> <div class="tg-footer-bottom-left"> <div class="site-info"> Copyright © 2023 <a href="https://kl1p.com/" title="kl1p.com" ><span>kl1p.com</span></a>. All rights reserved.</div><!-- .site-info --> </div><!-- .tg-footer-bottom-left --> <div class="tg-footer-bottom-right"> </div><!-- .tg-footer-bottom-right--> </div><!-- .tg-footer-bootom-container--> </div> </div><!-- .tg-footer-bottom --> </footer><!-- #colophon --> </div><!-- #page --> <nav id="mobile-navigation" class="cenote-mobile-navigation"> <div class="menu-main-menu-container"><ul id="primary-menu" class="menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-27"><a href="https://kl1p.com/category/software-dev/">Software, Development, IT</a></li> </ul></div></nav><!-- #mobile-navigation --> <div id="search-form" class="cenote-search-form"> <span class="search-form-close"></span> <div class="tg-container"> <form role="search" method="get" class="search-form" action="https://kl1p.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> <p class="cenote-search-form__description">Begin typing your search term above and press enter to search. Press ESC to cancel.</p> </div> <!-- /.tg-container --> </div> <!-- /.cenote-search-form --> <div id="cenote-back-to-top" class="cenote-back-to-top"> <span> Back To Top <i class="tg-icon-arrow-right"></i> </span> </div> <script type='text/javascript' src='https://kl1p.com/wp-content/themes/cenote/assets/js/skip-link-focus-fix.min.js?ver=20151215' id='cenote-skip-link-focus-fix-js'></script> <script type='text/javascript' src='https://kl1p.com/wp-content/themes/cenote/assets/js/hammer.min.js?ver=2.0.8' id='hammer-js'></script> <script type='text/javascript' src='https://kl1p.com/wp-content/themes/cenote/assets/js/swiper.min.js?ver=4.2.0' id='swiper-js'></script> <script type='text/javascript' src='https://kl1p.com/wp-content/themes/cenote/assets/js/Headroom.min.js?ver=0.9.4' id='headroom-js'></script> <script type='text/javascript' src='https://kl1p.com/wp-content/themes/cenote/assets/js/cenote-custom.min.js?ver=1.0.0' id='cenote-custom-js'></script> <script type='text/javascript' src='https://kl1p.com/wp-includes/js/comment-reply.min.js?ver=6.2' id='comment-reply-js'></script> </body> </html> <!-- Dynamic page generated in 1.649 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2023-05-06 22:48:08 --> <!-- super cache -->