{"id":70905,"date":"2021-06-02T21:00:00","date_gmt":"2021-06-02T11:00:00","guid":{"rendered":"https:\/\/elements.blog-cms.envato.net\/?p=43225"},"modified":"2025-11-11T17:49:59","modified_gmt":"2025-11-11T06:49:59","slug":"how-to-customize-an-html-template","status":"publish","type":"post","link":"https:\/\/elements.envato.com\/learn\/how-to-customize-an-html-template","title":{"rendered":"How to Customize an HTML Template"},"content":{"rendered":"\n<p>So you\u2019ve just purchased an HTML template and now you have to customize it before it goes online. But you\u2019re not experienced with code so you\u2019re not sure how to go about it. Well, rest easy, because in this tutorial we\u2019re going to step you through how to edit an HTML template.<\/p>\n\n\n\n<p>We\u2019re going to be working off the assumption you\u2019ve never seen a line of HTML before, let alone edited one, so no matter how new you are to working with code you\u2019ll be shown exactly what to do every step of the way.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/themeforest.net\/item\/canvas-the-multipurpose-html5-template\/9228123\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"850\" height=\"468\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro.jpg\" alt=\"Canvas, a HTML5 responsive template\" class=\"wp-image-86439\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro.jpg 850w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro-300x165.jpg 300w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro-768x423.jpg 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/a><figcaption class=\"wp-element-caption\">Build a modern online magazine with <a rel=\"noreferrer noopener\" href=\"https:\/\/themeforest.net\/item\/canvas-the-multipurpose-html5-template\/9228123\" target=\"_blank\">Canvas<\/a>, an HTML5 responsive template.<\/figcaption><\/figure>\n\n\n\n<p>If you&#8217;re wondering where to find professional HTML5 website templates, scroll down after this tutorial. We&#8217;ve got a selection of <a href=\"https:\/\/themeforest.net\/category\/site-templates?sort=sales\" target=\"_blank\" rel=\"noopener\">top HTML5 templates<\/a>. First, you&#8217;ll learn to edit ThemeForest templates and then, you&#8217;ll see some of the best from the marketplace.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is HTML?<\/h2>\n\n\n\n<p>Let\u2019s start at the very beginning. Technically speaking the answer to this question is \u201c<a href=\"https:\/\/en.wikipedia.org\/wiki\/HTML\" target=\"_blank\" rel=\"external noopener\">Hyper Text Markup Language<\/a>\u201d. However, for the purposes of customizing a template, you can consider HTML as a series of opening and closing tags like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h1&gt;  &lt;\/h1&gt;<\/code><\/pre>\n\n\n\n<p>Tags are indicated with <code class=\"inline\">&lt;<\/code> and <code class=\"inline\">&gt;<\/code> signs, and the closing tag always includes a <code class=\"inline\">\/<\/code>. Pairs of tags have content in between them like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;h1&gt;John Smith, Front End Developer&lt;\/h1&gt;<\/code><\/pre>\n\n\n\n<p>Sometimes, however, there are also standalone tags, with no closing partner, like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;img src=\"mypic.jpg\"&gt;<\/code><\/pre>\n\n\n\n<p>Different HTML tags make different types of content appear on a web page. The above example of <code class=\"inline\">&lt;h1&gt;&lt;\/h1&gt;<\/code> tags would create a large heading reading \u201cJohn Smith, Front End Developer\u201d, and the example <code class=\"inline\">&lt;img&gt;<\/code> tag would make the image file \u201cmypic.jpg\u201d appear on the page.<\/p>\n\n\n\n<p>To edit an HTML template, all you need to know is which tags represent the parts of the page you want to change, how to find them in the code, and how to edit them so they show what you want.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Get Yourself a Code Editor<\/h2>\n\n\n\n<p>Yes, it\u2019s completely possible to edit HTML in Notepad or a similar program, but things will go much more smoothly for you if you use a proper code editing app. One of the main reasons is you\u2019ll get colored highlighting of your code, as you\u2019ll see shortly, which will make it much easier to read and edit. I recommend <a rel=\"noreferrer noopener\" href=\"https:\/\/www.sublimetext.com\/3\" target=\"_blank\">Sublime Text<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Download and View Your HTML Template<\/h2>\n\n\n\n<p>Download the template you\u2019ve purchased\u2013in the case of this tutorial we\u2019ll be using this clean CV template to demonstrate. <em>Note: the HTML template used for this tutorial is no longer available on ThemeForest. But everything you learn here can be applied to any HTML template.<\/em><\/p>\n\n\n\n<p>If you&#8217;re looking to build an online resume with an HTML template, here&#8217;s a <a rel=\"noopener\" href=\"https:\/\/themes.semicolonweb.com\/html\/canvas\/demo-resume.html\" target=\"_blank\">great option<\/a>. Remember to scroll down after this tutorial to find a selection of the best <a rel=\"noopener\" href=\"https:\/\/themeforest.net\/category\/site-templates?sort=sales\" target=\"_blank\">HTML5 responsive templates<\/a> from ThemeForest.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"599\" height=\"468\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/cvtemplate.png\" alt=\"cv template\" class=\"wp-image-86440\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/cvtemplate.png 599w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/cvtemplate-300x234.png 300w\" sizes=\"(max-width: 599px) 100vw, 599px\" \/><\/figure>\n\n\n\n<p>Most HTML templates will come in a ZIP file &#8211; if so, go ahead and extract yours now. Then look around inside the template\u2019s folders until you find the \u201cindex.html\u201d or \u201cindex.htm\u201d file.<\/p>\n\n\n\n<p>In our example CV template, the \u201cindex.html\u201d file is found in the \u201c01.html-website\u201d directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"219\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/openindex.png\" alt=\"open index\" class=\"wp-image-86441\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/openindex.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/openindex-300x110.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Now, open that file up in Chrome. Even if Chrome isn\u2019t your default or preferred browser please use it anyway, because we\u2019re going to be working with some tools it has in-built to help you with the editing process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Identify the Parts You Want to Change<\/h2>\n\n\n\n<p>If this is your first time learning to edit ThemeForest templates, try not to get drawn into the idea of tweaking the colors and layout just yet. To do that you have to dig into CSS, the language responsible for page styling. It\u2019s a good idea to focus on one thing at a time when you\u2019re new to template customization, and HTML is the best place to start.<\/p>\n\n\n\n<p>To get the ball rolling, take a look at your template in Chrome and figure out which written elements and images on the page you need to change. If you\u2019d like, you can prepare a list so you can go through and check each item off as you make your edits.<\/p>\n\n\n\n<p>In the case of our CV template, we want to change:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Name<\/li>\n\n\n\n<li>Profession<\/li>\n\n\n\n<li>Personal picture<\/li>\n\n\n\n<li>Social media links<\/li>\n\n\n\n<li>Contact information<\/li>\n\n\n\n<li>CV sections: \u201cProfessional Profile\u201d, \u201cWork Experience\u201d, \u201cTechnical Skills\u201d and \u201cEducation\u201d<\/li>\n\n\n\n<li>Copyright message<\/li>\n<\/ul>\n\n\n\n<p>Now we have a list of items to change, we can set about locating their corresponding HTML tags in the code. Let\u2019s start with the name.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Find the Tag in the Inspector<\/h2>\n\n\n\n<p>Right-click on the name, which reads \u201cJohn Smith\u201d by default, and select <strong>Inspect<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"396\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_name.png\" alt=\"inspect name\" class=\"wp-image-86442\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_name.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_name-300x198.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>A panel like this should open in your browser:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"429\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/hover_h1.png\" alt=\"hover h1\" class=\"wp-image-86443\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/hover_h1.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/hover_h1-300x215.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><figcaption class=\"wp-element-caption\">The \u201cInspection\u201d panel<\/figcaption><\/figure>\n\n\n\n<p>This panel gives you an interactive way of looking at the code. Hover your mouse over the line that shows <code class=\"inline\">&lt;h1&gt;...&lt;\/h1&gt;<\/code> (heading level 1 tags) and you should see the name section of the template highlighted as you see in the screenshot above.<\/p>\n\n\n\n<p>By hovering your mouse over different lines of code and seeing which areas of the page light up, this panel helps you to figure out which code corresponds with what element. You just keep hovering over different lines of code until the part you\u2019re looking for lights up.<\/p>\n\n\n\n<p>Now expand the <code class=\"inline\">h1<\/code> tags by clicking the little triangle to their left and you should see the content in between them, i.e. <code class=\"inline\">John Smith &lt;small&gt;Front End Developer&lt;\/small&gt;<\/code>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"154\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/expand_h1.png\" alt=\"expand h1\" class=\"wp-image-86444\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/expand_h1.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/expand_h1-300x77.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>This wording matches up with what you see on screen, so you know you have found the right part of the code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Edit the Tag in HTML<\/h2>\n\n\n\n<p>It\u2019s now time to open up your HTML file for editing. Open the \u201cindex.html\u201d file in Sublime Text and you should see something like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"670\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/index_in_sublime.png\" alt=\"index in sublime text\" class=\"wp-image-86445\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/index_in_sublime.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/index_in_sublime-269x300.png 269w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>You want to find the code in here that matches what you saw in the Chrome inspector. Scroll through until you find it on lines 61\u201364.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"87\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/61_64.png\" alt=\"lines 61 to 64 code\" class=\"wp-image-86446\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/61_64.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/61_64-300x44.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Now you can edit the content in between the tags to change the name and profession to your own. First, edit \u201cJohn Smith\u201d to your own name:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"88\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_name.png\" alt=\"edit name\" class=\"wp-image-86447\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_name.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_name-300x44.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Then, in between the <code class=\"inline\">&lt;small&gt;&lt;\/small&gt;<\/code> tags, change \u201cFront End Developer\u201d to your own profession.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"93\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_prof.png\" alt=\"edit profession\" class=\"wp-image-86448\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_prof.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_prof-300x47.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Save your file then refresh the template in Chrome. You should see your changes appear like so:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"197\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/name_prof_edited.png\" alt=\"name and profession edited\" class=\"wp-image-86449\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/name_prof_edited.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/name_prof_edited-300x99.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Repeat to Edit Other Content<\/h2>\n\n\n\n<p>Now you have the basic process down:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Inspect the content you want to change.<\/li>\n\n\n\n<li>Identify the corresponding tags.<\/li>\n\n\n\n<li>Locate those tags in your HTML file.<\/li>\n\n\n\n<li>Edit the code to suit.<\/li>\n<\/ol>\n\n\n\n<p>Let\u2019s repeat the process to edit the rest of the content we want to customize.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Add Your Own Image<\/h3>\n\n\n\n<p>Next we\u2019ll add our own image to the left of the name and profession area. Right-click the image and inspect it, and note the corresponding tag:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;img src=\"_content\/140x140.png\" alt=\"\"&gt;<\/code><\/pre>\n\n\n\n<p>You can see in the inspector window this line is directly above the lines we just changed:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"508\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_img.png\" alt=\"inspect image\" class=\"wp-image-86450\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_img.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_img-300x254.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Go to your HTML file and locate the tag on line 59:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"130\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/img_line.png\" alt=\"image code\" class=\"wp-image-86451\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/img_line.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/img_line-300x65.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>For this tag, you\u2019ll need to change the value of the <code class=\"inline\">src<\/code> attribute you see inside the <code class=\"inline\">img<\/code> tag. You do this by editing what\u2019s in between its quotation marks. You\u2019ll be changing it to the file name and location of your own image.<\/p>\n\n\n\n<p>Grab an image of yourself that\u2019s 150px by 150px in size, (ignore that the filename there says 140&#215;140.png, the size is actually 150&#215;150).<\/p>\n\n\n\n<p>Drop your image into the \u201c_content\u201d subfolder; it\u2019s in the same folder as your \u201cindex.html\u201d file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"168\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/add_img_file.png\" alt=\"add image file\" class=\"wp-image-86452\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/add_img_file.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/add_img_file-300x84.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Now, in your HTML file, change the value of the <code class=\"inline\">src<\/code> attribute, replacing \u201c140&#215;140.png\u201d with the file you just added to the \u201c_content\u201d subfolder. Be sure to check the file extension you type out is the same as the one on your file e.g. \u201cpng\u201d \/ \u201cjpg\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"27\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_img.png\" alt=\"edit image\" class=\"wp-image-86453\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_img.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_img-300x14.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Save your file, refresh Chrome, and you should see your new picture show up:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"205\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/updated_img.png\" alt=\"updated image\" class=\"wp-image-86454\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/updated_img.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/updated_img-300x103.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Edit Social Media Links<\/h3>\n\n\n\n<p>Now let\u2019s edit the links on the social media icons in the top right corner of the template. Just like before, right-click one of the icons and inspect it. In the window, look at the line above the one that\u2019s highlighted and you\u2019ll see it includes the text \u201cfacebook-icon\u201d. We\u2019re going to use this to find the code in our HTML file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"253\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_social.png\" alt=\"inspect social media code\" class=\"wp-image-86455\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_social.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_social-300x127.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Back in Sublime Text, press <strong>Control-F<\/strong> and run a find for \u201cfacebook-icon\u201d. You should find it on line 75.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"60\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/fb_social.png\" alt=\"facebook icon code\" class=\"wp-image-86456\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/fb_social.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/fb_social-300x30.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>The <code class=\"inline\">a<\/code> tag on line 75 is what creates the link on the icon, and the <code class=\"inline\">href<\/code> attribute you see inside it determines where that link will go. You\u2019ll need to change the value of that <code class=\"inline\">href<\/code> attribute to your Facebook URL (for example: <a href=\"https:\/\/www.facebook.com\/mylink\" target=\"_self\" rel=\"noopener\">https:\/\/www.facebook.com\/mylink<\/a>).<\/p>\n\n\n\n<p>Replace the <code class=\"inline\">#<\/code> that\u2019s there by default with your URL. Then do the same thing for Twitter on line 79, Google+ on line 83, and LinkedIn on line 87.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"503\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_social.png\" alt=\"edit social media links\" class=\"wp-image-86457\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_social.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_social-300x252.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>If there is an icon you\u2019d like to remove entirely, highlight its link starting at the opening <code class=\"inline\">&lt;a&gt;<\/code> tag and finishing at the closing <code class=\"inline\">&lt;\/a&gt;<\/code> tag, then delete that code.<\/p>\n\n\n\n<p>Now save and refresh your site, then when you click the links they should go off to the correct location.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Edit Contact Information<\/h3>\n\n\n\n<p>Next up let\u2019s change the contact information right below the social icons.<\/p>\n\n\n\n<p>Start by inspecting the word \u201cEmail\u201d so we can find where this contact information section starts in the code. Take note of the line of code you\u2019ve highlighted, and the line below that so you can match it in your HTML file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"162\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_email.png\" alt=\"inspect email code\" class=\"wp-image-86458\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_email.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_email-300x81.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>In Sublime Text, press <strong>Control-F<\/strong> again, and this time search for \u201cEmail\u201d. You need to locate the instance of the word \u201cEmail\u201d which is surrounded by code matching what you saw in the inspector window.<\/p>\n\n\n\n<p>You\u2019ll find it on line 94. Highlight the default email address \u201cjohn@sitename.com\u201d in the two locations on that line:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"77\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/find_email.png\" alt=\"email code\" class=\"wp-image-86459\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/find_email.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/find_email-300x39.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Then replace it with your own email address. On the next line you can also replace the phone number with your own, and on the line below that you can replace the web address with your own:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"77\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_contact.png\" alt=\"edit contact info\" class=\"wp-image-86460\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_contact.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_contact-300x39.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Edit CV Sections<\/h3>\n\n\n\n<p>Now let\u2019s go ahead and start editing the main CV sections of the template. There are a few parts to these sections, so we\u2019re going to start by inspecting each of them so you\u2019ll know what to look for in your code. This will also be a chance for you to learn a little more about moving through the inspector window to find different parts of your site.<\/p>\n\n\n\n<p>Scroll down to the \u201cProfessional Profile\u201d section, right-click in the paragraph of text, and inspect it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"232\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/rightclick_in_text.png\" alt=\"inspect text\" class=\"wp-image-86461\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/rightclick_in_text.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/rightclick_in_text-300x116.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>In the inspector you\u2019ll see it has highlighted a <code class=\"inline\">p<\/code> tag\u2014this tag is responsible for creating paragraphs in your text.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"275\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/highlighted_p.png\" alt=\"p tag highlighted\" class=\"wp-image-86462\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/highlighted_p.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/highlighted_p-300x138.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Next up, we want to know what a whole section of text in a CV section looks like in code, not just individual paragraphs. In the inspector window, click on the line of code above the paragraph you just inspected and you should see all the text light up:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"275\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/highlighted_cv.png\" alt=\"cv text highlighted\" class=\"wp-image-86463\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/highlighted_cv.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/highlighted_cv-300x138.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>This tells you that each section of code is wrapped in the tags <code class=\"inline\">&lt;div class=\"cv-item\"&gt;...&lt;\/div&gt;<\/code>. A <code class=\"inline\">div<\/code> is short for a <em>division<\/em>, and these tags are used to control layout and styling.<\/p>\n\n\n\n<p>Now inspect the CV section\u2019s title, \u201cProfessional Profile\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"407\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_item_title.png\" alt=\"inspect title\" class=\"wp-image-86464\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_item_title.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_item_title-300x204.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>At first, all you\u2019ll see is another set of <code class=\"inline\">div<\/code> tags. This is because the actual heading is nested in between these tags.<\/p>\n\n\n\n<p>Hit that little triangle on the end of the line to expand it and see its contents, then do the same again on the next line until you see the \u201cProfessional Profile\u201d text you\u2019re looking for. You\u2019ll find it wrapped in <code class=\"inline\">&lt;h2&gt;...&lt;\/h2&gt;<\/code> tags, which create a level 2 heading:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"100\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/expand_till_matching_text.png\" alt=\"expand h2\" class=\"wp-image-86465\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/expand_till_matching_text.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/expand_till_matching_text-300x50.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Now we know what the code looks like for every part of this CV section, we can go back to Sublime Text and start editing it.<\/p>\n\n\n\n<p>Position your cursor right at the top of your HTML document so you can start searching from the top. Press <strong>Control-F<\/strong> and search for \u201ccv-item\u201d. Keep looking until you find the instance of the code <code class=\"inline\">&lt;div class=\"cv-item\"&gt;<\/code> that\u2019s right after the <code class=\"inline\">&lt;h2&gt;Professional Profile&lt;\/h2&gt;<\/code> code you just identified.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"497\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/find_pro_profile.png\" alt=\"find cv-item\" class=\"wp-image-86466\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/find_pro_profile.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/find_pro_profile-300x249.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Now you can replace the text for the Professional Profile section with your own. Wrap each paragraph of your text with <code class=\"inline\">&lt;p&gt;...&lt;\/p&gt;<\/code> tags.<\/p>\n\n\n\n<p>When you\u2019re done, make sure the opening paragraph tag of your final paragraph of the section includes the attribute <code class=\"inline\">class<\/code> with the value <code class=\"inline\">last<\/code>, like this: <code class=\"inline\">&lt;p class=\"last\"&gt;.....&lt;\/p&gt;<\/code>. This applies a layout styling class from the template\u2019s CSS that will make sure that the spacing under the section of text is handled correctly.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"215\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_pro_profile.png\" alt=\"edit profile\" class=\"wp-image-86467\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_pro_profile.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_pro_profile-300x108.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>If you save your HTML document and refresh your site, you should see everything in the top two sections has been customized.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"381\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/top_done.png\" alt=\"top section done\" class=\"wp-image-86468\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/top_done.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/top_done-300x191.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Now we can move on to editing the remaining CV item sections in the same way we just did with the \u201cProfessional Profile\u201d.<\/p>\n\n\n\n<p>Inspect each part of each section to familiarize yourself with the code that you should look for in order to edit them.<\/p>\n\n\n\n<p>Inspect a job title:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"404\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_job_title.png\" alt=\"inspect job title\" class=\"wp-image-86469\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_job_title.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_job_title-300x202.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Inspect a job period:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"220\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_job_period.png\" alt=\"inspect job period\" class=\"wp-image-86470\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_job_period.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_job_period-300x110.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Inspect a bullet list:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"287\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_li.png\" alt=\"inspect bullet list\" class=\"wp-image-86471\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_li.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_li-300x144.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Use the same approach as you did to edit the \u201cProfessional Profile\u201d section to edit the content of the remaining CV sections. To edit job titles, job periods or bullet lists find the code that matches what you saw in the inspector window, just like you\u2019ve done with each edit so far.<\/p>\n\n\n\n<p>Use <code class=\"inline\">p<\/code> tags to create paragraphs, and as with the &#8220;Professional Profile&#8221; section, if you\u2019re ending a section with a paragraph make sure its <code class=\"inline\">&lt;p&gt;<\/code> tag includes <code class=\"inline\">class=\"last\"<\/code>, i.e. <code class=\"inline\">&lt;p class=\"last\"&gt;...&lt;\/p&gt;<\/code>.<\/p>\n\n\n\n<p><strong>Note<\/strong>: if you want to add new CV sections or remove existing ones, you\u2019ll need to use the inspector to find the code tags that wrap the entire section.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"543\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_cvitem.png\" alt=\"inspect cv item\" class=\"wp-image-86472\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_cvitem.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_cvitem-300x272.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>In this example, you see the whole section is wrapped with the tags <code class=\"inline\">&lt;div class=\"cv-item\"&gt;...&lt;\/div&gt;<\/code>.<\/p>\n\n\n\n<p>In your code you can now find that entire block of code and either copy and paste it to create a new item, or delete the whole lot if you want to get rid of it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"213\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/cvitem_code.png\" alt=\"cv item code\" class=\"wp-image-86473\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/cvitem_code.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/cvitem_code-300x107.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Edit Copyright Message<\/h3>\n\n\n\n<p>With your CV sections edited, we\u2019re down to the last item on our list of changes; the copyright message in the footer. Once again we\u2019ll be using the same process. Right-click the copyright message and inspect it:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"289\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_copyright.png\" alt=\"inspect copyright message\" class=\"wp-image-86474\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_copyright.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/inspect_copyright-300x145.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p>Then find the matching code in your HTML and edit it with the current year and your own name:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"600\" height=\"34\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_copyright.png\" alt=\"edit copyright\" class=\"wp-image-86475\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_copyright.png 600w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/edit_copyright-300x17.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Now You Know How to Edit an HTML Template<\/h2>\n\n\n\n<p>Well done! You know how to edit HTML and you\u2019ve just fully customized this HTML template to show your own content. I hope you\u2019re now feeling confident to take on more code customization in the future.<\/p>\n\n\n\n<p>The HTML template we worked on might be a relatively simple one, but remember the process for editing is always the same, no matter how complicated a template might seem. Just inspect the template and identify the code for the part you want to change, then find that code in your HTML file and edit it.<\/p>\n\n\n\n<p>When you\u2019re editing, if you see an HTML tag you don\u2019t understand, don\u2019t let that hold you back. There\u2019s endless amounts of information online to help you learn what each and every one does.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">5 Top HTML5 Responsive Templates From ThemeForest<\/h2>\n\n\n\n<p>You&#8217;ve learned how to edit an HTML template. Now you know more about how to use HTML5 templates and how to edit ThemeForest templates. If you&#8217;re ready to get HTML5 website templates and you don&#8217;t know where to start, check out ThemeForest.<\/p>\n\n\n\n<p>This is the best marketplace to get general HTML templates. The <a href=\"https:\/\/themeforest.net\/category\/site-templates?sort=sales\" target=\"_blank\" rel=\"noopener\">HTML5 website templates<\/a> you&#8217;ll find there are professionally designed and offer lifetime updates and support.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/themeforest.net\/category\/site-templates?sort=sales\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"850\" height=\"620\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/HTML5-website-templates-tf.jpg\" alt=\"HTML5 website templates from ThemeForest\" class=\"wp-image-86476\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/HTML5-website-templates-tf.jpg 850w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/HTML5-website-templates-tf-300x219.jpg 300w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/HTML5-website-templates-tf-768x560.jpg 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/a><figcaption class=\"wp-element-caption\">Get top <a rel=\"noreferrer noopener\" href=\"https:\/\/themeforest.net\/category\/site-templates?sort=sales\" target=\"_blank\">HTML5 website templates<\/a> from ThemeForest<\/figcaption><\/figure>\n\n\n\n<p>Here&#8217;s a selection of <a href=\"https:\/\/themeforest.net\/category\/site-templates?sort=sales\" target=\"_blank\" rel=\"noopener\">HTML5 responsive templates<\/a>. Customize them to fit all your needs and easily build your HTML project.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <a rel=\"noopener\" href=\"https:\/\/themeforest.net\/item\/canvas-the-multipurpose-html5-template\/9228123\" target=\"_blank\">Canvas: The Multipurpose HTML5 Template<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/themeforest.net\/item\/canvas-the-multipurpose-html5-template\/9228123\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"850\" height=\"468\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro-1.jpg\" alt=\"Canvas\" class=\"wp-image-86477\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro-1.jpg 850w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro-1-300x165.jpg 300w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Canvas-The-Multipurpose-HTML5-Template-intro-1-768x423.jpg 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/a><\/figure>\n\n\n\n<p>Canvas is one of the best-selling general HTML templates. With over 60,000 sales, this is a crowd favorite thanks to its endless possibilities.<\/p>\n\n\n\n<p>You&#8217;ll get over 1200 HTML5 templates. That&#8217;s right. You can build anything you wish with its 100+ multi-page and one-page demos. Canvas is a complete and fast HTML5 responsive template. You&#8217;ve got to check out its <a rel=\"noopener\" href=\"https:\/\/preview.themeforest.net\/item\/canvas-the-multipurpose-html5-template\/full_screen_preview\/9228123\" target=\"_blank\">live preview here<\/a>.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Best template I ever purchased. -User flyersjoe<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">2. <a rel=\"noopener\" href=\"https:\/\/themeforest.net\/item\/porto-responsive-html5-template\/4106987\" target=\"_blank\">Porto: HTML5 Responsive Template<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/themeforest.net\/item\/porto-responsive-html5-template\/4106987\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"850\" height=\"825\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Porto-HTML5-Responsive-Template.jpg\" alt=\"porto\" class=\"wp-image-86478\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Porto-HTML5-Responsive-Template.jpg 850w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Porto-HTML5-Responsive-Template-300x291.jpg 300w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Porto-HTML5-Responsive-Template-768x745.jpg 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/a><\/figure>\n\n\n\n<p>Porto is another favorite HTML5 responsive template. This general HTML template offers plenty of customization options.<\/p>\n\n\n\n<p>Porto&#8217;s latest update includes 75+ demos and 600+ HTML files. This HTML5 basic template is very easy to customize and features a high-speed performance. Learn more cool detail in the <a rel=\"noopener\" href=\"https:\/\/preview.themeforest.net\/item\/porto-responsive-html5-template\/full_screen_preview\/4106987\" target=\"_blank\">live preview<\/a>.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>This is a great theme to work with, from the quality of the code, range of features, and good documentation, it can save you time because it&#8217;s easy to use and customize, and it looks great. -User jack2008<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">3. <a rel=\"noopener\" href=\"https:\/\/themeforest.net\/item\/betheme-html-responsive-multipurpose-template\/13925633\" target=\"_blank\">BeTheme: Responsive Multipurpose HTML Template<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/themeforest.net\/item\/betheme-html-responsive-multipurpose-template\/13925633\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"825\" height=\"1024\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/BeTheme-Responsive-Multipurpose-HTML-Template-825x1024.jpg\" alt=\"betheme\" class=\"wp-image-86479\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/BeTheme-Responsive-Multipurpose-HTML-Template-825x1024.jpg 825w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/BeTheme-Responsive-Multipurpose-HTML-Template-242x300.jpg 242w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/BeTheme-Responsive-Multipurpose-HTML-Template-768x953.jpg 768w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/BeTheme-Responsive-Multipurpose-HTML-Template.jpg 850w\" sizes=\"(max-width: 825px) 100vw, 825px\" \/><\/a><\/figure>\n\n\n\n<p>If you&#8217;ve got multiple websites to build, consider BeTheme. This general HTML template comes with 600+ pre-built websites, ready to use.<\/p>\n\n\n\n<p>This website code template comes with multiple layout grids, 20 customizable header styles and more. Visit its <a href=\"https:\/\/preview.themeforest.net\/item\/betheme-html-responsive-multipurpose-template\/full_screen_preview\/13925633\" target=\"_blank\" rel=\"noopener\">live preview<\/a> to check out more cool features.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. <a rel=\"noopener\" href=\"https:\/\/themeforest.net\/item\/polo-responsive-multipurpose-html5-template\/13708923\" target=\"_blank\">Polo: Responsive Multipurpose HTML5 Template<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/themeforest.net\/item\/polo-responsive-multipurpose-html5-template\/13708923\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"799\" height=\"1024\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Polo-Responsive-Multipurpose-HTML5-Template-799x1024.jpg\" alt=\"polo\" class=\"wp-image-86480\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Polo-Responsive-Multipurpose-HTML5-Template-799x1024.jpg 799w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Polo-Responsive-Multipurpose-HTML5-Template-234x300.jpg 234w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Polo-Responsive-Multipurpose-HTML5-Template-768x984.jpg 768w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Polo-Responsive-Multipurpose-HTML5-Template.jpg 850w\" sizes=\"(max-width: 799px) 100vw, 799px\" \/><\/a><\/figure>\n\n\n\n<p>There are hundreds of website code templates to choose from on ThemeForest, and Polo is a fantastic option.<\/p>\n\n\n\n<p>This HTML5 basic template comes with 220+ layout demos, 700+ templates, and reusable elements, and it&#8217;s super lightweight and fast. If you like HTML5 website templates with lifetime support and updates, this is for you. Learn more details by visiting the <a rel=\"noopener\" href=\"https:\/\/preview.themeforest.net\/item\/polo-responsive-multipurpose-html5-template\/full_screen_preview\/13708923\" target=\"_blank\">live preview<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. <a rel=\"noopener\" href=\"https:\/\/themeforest.net\/item\/litho-the-multipurpose-html5-template\/29955912\" target=\"_blank\">Litho: Multipurpose HTML5 Template<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/themeforest.net\/item\/litho-the-multipurpose-html5-template\/29955912\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"850\" height=\"994\" src=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Litho-\u2013-Multipurpose-HTML5-Template.jpg\" alt=\"litho\" class=\"wp-image-86481\" srcset=\"https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Litho-\u2013-Multipurpose-HTML5-Template.jpg 850w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Litho-\u2013-Multipurpose-HTML5-Template-257x300.jpg 257w, https:\/\/elements.envato.com\/learn\/wp-content\/uploads\/2024\/02\/Litho-\u2013-Multipurpose-HTML5-Template-768x898.jpg 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/a><\/figure>\n\n\n\n<p>Litho is one of the newest HTML5 website templates. This general HTML template stands out with its clean and modern design.<\/p>\n\n\n\n<p>Litho is a Bootstrap 4, fast HTML5 responsive template. It comes with 200+ ready elements and 230+ pre-made templates. Litho is perfect for any kind of website project. Just visit the <a href=\"https:\/\/preview.themeforest.net\/item\/litho-the-multipurpose-html5-template\/full_screen_preview\/29955912\" target=\"_blank\" rel=\"noopener\">live preview<\/a> and see for yourself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Discover More HTML Templates, Tutorials, and Resources<\/h2>\n\n\n\n<p>I hope you enjoyed this tutorial about how to edit HTML and the selection of <a href=\"https:\/\/themeforest.net\/category\/site-templates?sort=sales\" target=\"_blank\" rel=\"noopener\">HTML5 templates<\/a>. For some extra help along the way, check out these great resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/webdesign.tutsplus.com\/tutorials\/your-first-html-document-in-60-seconds--cms-25232\" target=\"_blank\" rel=\"noopener\">Your First HTML Document in 60 Seconds<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webdesign.tutsplus.com\/tutorials\/how-to-edit-html-in-a-wordpress-theme--cms-36615\" target=\"_blank\" rel=\"noopener\">How to Edit HTML in a WordPress Theme<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webdesign.tutsplus.com\/tutorials\/the-best-way-to-learn-html--webdesign-10144\" target=\"_blank\" rel=\"noopener\">The Best Way to Learn HTML<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webdesign.tutsplus.com\/articles\/build-an-html-email-template-from-scratch--webdesign-12770\" target=\"_blank\" rel=\"noopener\">Build an HTML Email Template From Scratch<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/webdesign.tutsplus.com\/articles\/html-gaming-website-templates--cms-35667\" target=\"_blank\" rel=\"noopener\">25+ Awesome &amp; Fun Gaming Website Templates HTML5 (Free &amp; Premium)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/business.tutsplus.com\/articles\/best-html-resume-templates--cms-28115\" target=\"_blank\" rel=\"noopener\">19 Best HTML Resume Templates to Make Personal Profile CV Websites<\/a><\/li>\n<\/ul>\n\n\n\n<p>You can also check out the courses <a rel=\"noopener\" href=\"https:\/\/webdesign.tutsplus.com\/30-days-to-learn-html-css--CRS-40c\" target=\"_blank\">30 Days to Learn HTML &amp; CSS<\/a> and <a rel=\"noopener\" href=\"https:\/\/code.tutsplus.com\/introduction-to-html--CRS-200157c\" target=\"_blank\">Introduction to HTML<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to customize an HTML resume template step by step.<\/p>\n","protected":false},"author":194,"featured_media":86482,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[207],"tags":[],"class_list":["post-70905","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web-design"],"acf":[],"_links":{"self":[{"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/posts\/70905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/users\/194"}],"replies":[{"embeddable":true,"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/comments?post=70905"}],"version-history":[{"count":0,"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/posts\/70905\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/media\/86482"}],"wp:attachment":[{"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/media?parent=70905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/categories?post=70905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elements.envato.com\/learn\/wp-json\/wp\/v2\/tags?post=70905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}