{"id":3277,"date":"2023-10-28T09:51:00","date_gmt":"2023-10-28T07:51:00","guid":{"rendered":"https:\/\/mijn.host\/blog\/what-is-html\/"},"modified":"2026-07-23T16:28:04","modified_gmt":"2026-07-23T14:28:04","slug":"what-is-html","status":"publish","type":"post","link":"https:\/\/my.host\/blog\/what-is-html\/","title":{"rendered":"What is HTML?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">With the ever-increasing digitalization, it&#8217;s hard to avoid certain terminology anymore. The news is full of it, and there&#8217;s a good chance that in your own social circle there are different people who work in the IT sector or are interested in it. Therefore, it becomes more important by the day that you have at least a basic understanding of these technical matters to keep up in a conversation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This doesn&#8217;t mean you need to know how it works from A to Z and why, but a general understanding of certain terms can definitely be useful. Today we are going to create that general understanding around the term HTML.<\/p>\n\n\n\n<h2 id=\"what-exactly-is-html\" class=\"wp-block-heading\"><a><\/a>What exactly is HTML?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTML is an abbreviation for HyperText Markup Language and is the most used markup language for web pages. Simply put, HTML determines the structure of your web page.<\/p>\n\n\n\n<h3 id=\"the-basics-of-programming\" class=\"wp-block-heading\"><a><\/a>The Basics of programming<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">For many, HTML is also the first markup language they learn and is therefore often seen as the &#8216;foundation&#8217; for programming. However, HTML is not considered a programming language because it cannot create dynamic functionality.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, you can&#8217;t build a complete website with just HTML. If you consider a website as a whole body, you can see HTML as the &#8216;skeleton&#8217; of this website. This means that it is hugely important for the functionality, but in terms of design, there is still much to be desired in the overall process; for this, other programming languages such as CSS are needed.<br><br><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"596\" height=\"395\" sizes=\"(max-width: 596px) 100vw, 596px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-image.jpg\" alt=\"\" class=\"wp-image-933\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-image.jpg 596w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-image-300x199.jpg 300w\" \/><\/figure>\n\n\n\n<h3 id=\"this-is-how-html-works\" class=\"wp-block-heading\"><a><\/a>This is how HTML works<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">HTML functions through HTML tags: codes added to determine how the &#8216;normal&#8217; text is displayed. You can recognize these codes by the brackets (&lt; and &gt;) they are between.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The tags between these brackets provide information to the browser on how to display the information linked to them. For example, the tag can specify whether it&#8217;s an H1 or H3 title, or you can add colors, images, and links with it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In principle, HTML is the perfect language to shape your site, then fully style it with the help of other languages such as Java and CSS. With just HTML, you can already create a functioning website or webpage, but it will be very limited and not look fantastic.<\/p>\n\n\n\n<h3 id=\"is-html-difficult-to-learn\" class=\"wp-block-heading\"><a><\/a>Is HTML difficult to learn?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In short: no. HTML is not a highly complex programming language and is relatively easy to learn; it&#8217;s just a lot to absorb if you want to become 100% proficient in it. This means you should plan a study session of a few hours to grow your understanding.<\/p>\n\n\n\n<h3 id=\"where-can-i-learn-html\" class=\"wp-block-heading\"><a><\/a>Where can I learn HTML?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Meanwhile, there are many websites offering both free and paid courses to teach HTML and possibly other markup and programming languages to those interested.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our advice is not to immediately purchase an expensive course for HTML, given that there are websites such as W3schools and Codecademy that offer a good curriculum without any associated costs.<\/p>\n\n\n\n<h3 id=\"the-structure-of-html\" class=\"wp-block-heading\"><a><\/a>The structure of HTML<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">When you look into a website&#8217;s HTML code, you&#8217;ll quickly see a lot of brackets and short terms (tags). At first glance, this may seem confusing, but nothing could be further from the truth.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you look closely at what terms are between those brackets, the code becomes much clearer. Firstly, it&#8217;s useful to know that you always have an open and a close tag. The close tag is recognizable by the &#8216;\/&#8217; it contains.<\/p>\n\n\n\n<h3 id=\"html-tags\" class=\"wp-block-heading\"><a><\/a>HTML tags<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">For instance, it starts with &lt;HEAD&gt; and &lt;\/HEAD&gt;. This is short for Header; or the top part of the site. Everything between these two tags will appear in the header of the website. The same goes for &lt;BODY&gt; and &lt;\/BODY&gt;; everything placed between them will be in the &#8216;body&#8217; of the website; the page itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, not all tags are self-explanatory, and it&#8217;s necessary to sit down and study them well. Below is a small overview of more important HTML tags!<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"594\" height=\"394\" sizes=\"(max-width: 594px) 100vw, 594px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-tags.jpg\" alt=\"\" class=\"wp-image-934\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-tags.jpg 594w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-tags-300x199.jpg 300w\" \/><\/figure>\n\n\n\n<h3 id=\"what-are-other-important-tags-within-html\" class=\"wp-block-heading\"><a><\/a>What are other important tags within HTML?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Even if you are not a programmer or web developer, you might occasionally want to quickly change something on a website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you already know a little bit where what information can be found within the HTML code, you can quickly make simple changes to the page without too much trouble and without needing to hire someone. A few tags to watch out for so that you know what does what are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>&lt;!DOCTYPE html&gt;<\/strong> &#8211; This tag is at the top of the file and defines that this document is an HTML document.<\/li>\n\n\n\n<li><strong>&lt;html&gt; <\/strong>&#8211; The main element of an HTML page that encompasses all other elements in the HTML page.<\/li>\n\n\n\n<li><strong>&lt;head&gt;<\/strong> &#8211; Contains information about the page, such as the title and metadata.<\/li>\n\n\n\n<li><strong>&lt;title&gt;<\/strong> &#8211; Specifies a title for the HTML page that appears in the browser&#8217;s title bar.<\/li>\n\n\n\n<li><strong>&lt;body&gt;<\/strong> &#8211; This tag defines the main content of the page and is a container for all visible content, such as headings, paragraphs, lists, etc.<\/li>\n\n\n\n<li><strong>&lt;h1&gt;<\/strong> &#8211; Indicate what kind of header it is. This can also be h2 or h3.<\/li>\n\n\n\n<li><strong>&lt;p&gt;<\/strong> &#8211; Defines a paragraph in the HTML document.<\/li>\n\n\n\n<li><strong>&lt;br&gt; <\/strong>&#8211; This tag indicates a line break; aka an &#8216;enter&#8217;.<\/li>\n<\/ul>\n\n\n\n<h2 id=\"why-is-it-useful-to-learn-html\" class=\"wp-block-heading\"><a><\/a>Why is it useful to learn HTML?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To this day, HTML is still one of the most relevant skills to master. HTML is still used as the &#8216;backbone&#8217; of websites, and mastering this language also provides a good general understanding of other forms of programming and coding.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, it&#8217;s much easier to transition to JavaScript and CSS once you have a solid foundation within HTML.<\/p>\n\n\n\n<h3 id=\"is-html-also-interesting-for-nonprogrammers\" class=\"wp-block-heading\"><a><\/a>Is HTML also interesting for non-programmers?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Absolutely! You probably won&#8217;t need it every day, but if you ever want to make a small change on a webpage, it can save you a lot of time (and money).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Most changes you want to make to a webpage are not that complex, but if you know nothing about HTML, you won&#8217;t know where to look. With a bit of knowledge of the language, you can often find the problem or the relevant piece of text to adjust without much effort.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"594\" height=\"391\" sizes=\"(max-width: 594px) 100vw, 594px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-css-image.jpg\" alt=\"\" class=\"wp-image-935\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-css-image.jpg 594w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/html-css-image-300x197.jpg 300w\" \/><\/figure>\n\n\n\n<h2 id=\"what-are-the-most-popular-programming-languages-in-the-netherlands-at-the-moment\" class=\"wp-block-heading\"><a><\/a>What are the most popular programming languages in the Netherlands at the moment?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As mentioned earlier, HTML is not a programming language but a markup language. However, HTML is still very important in the world of web development. Although this language is very important, it does not stand alone, and to create a decent webpage, the help of other programming languages is needed.<br><br>Currently, the most used, and therefore the most popular, programming languages are the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Python<\/li>\n\n\n\n<li>Java<\/li>\n\n\n\n<li>JavaScript<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Perhaps you have come across the names of at least one of the three; they are even often discussed in computer science classes at high schools today.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All three of these languages serve their own specific purpose but are completely different in terms of the structure of the language itself. This article will not fully dive into the depth of these languages, but we will keep the focus on HTML.<\/p>\n\n\n\n<h2 id=\"do-i-always-need-html-to-build-a-website\" class=\"wp-block-heading\"><a><\/a>Do I always need HTML to build a website?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This of course depends on what exactly you want to do. If you simply want to have a website online, there are more and more possibilities to create a beautiful, functional website without any knowledge of code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For this, you could use programs such as WordPress, Squarespace, or Wix! These programs have focused on simplifying website building, so that everyone can handle it.<\/p>\n\n<h3 id=\"custombuilt-website\" class=\"wp-block-heading\"><a><\/a>Custom-built website<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you truly want a custom-built website with all sorts of different options, widgets, and extras, then chances are you&#8217;ll need to write the code yourself; because many of these &#8216;drag and drop&#8217; options, as mentioned above, don&#8217;t have the most suitable solutions ready for every project.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, these platforms often offer the option to dive into the code yourself and add a few things to enrich the site.<\/p>\n\n\n\n<h2 id=\"do-you-need-more-than-html-to-run-a-website\" class=\"wp-block-heading\"><a><\/a>Do you need more than HTML to run a website?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Indeed, as mentioned earlier, HTML is the basis of a good website, but you need one or more languages to make it special. Even beyond the entire coding story, you need more to keep your website running.<\/p>\n\n\n\n<h3 id=\"what-else-do-i-need-for-my-website\" class=\"wp-block-heading\"><a><\/a>What else do I need for my website?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, it all starts with a <a href=\"https:\/\/my.host\/domeinnaam\/\">domain name<\/a>. People need to know which address to go to in order to reach your website. If you don&#8217;t have one yet, it&#8217;s handy to register this first. Besides your domain name, you also need a bit of server space to host your website. For this, you can purchase <a href=\"https:\/\/my.host\">hosting<\/a> with us. If you&#8217;re going to build your website via WordPress, we also have specific <a href=\"https:\/\/my.host\/wordpress-hosting\/\">WordPress Hosting<\/a> for you!<\/p>\n\n\n\n<h3 id=\"email-with-your-domain-name\" class=\"wp-block-heading\"><a><\/a>Email with your domain name<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Once you have your own domain name, you can also choose to immediately link your <a href=\"https:\/\/my.host\/e-mail\/\">email<\/a> to it. This would then look like Info@yourdomain.com. Many companies choose this because it has a more professional appearance than, for example, an Info@gmail.com address.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"539\" height=\"445\" sizes=\"(max-width: 539px) 100vw, 539px\" src=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/e-mail-image.jpg\" alt=\"\" class=\"wp-image-936\" srcset=\"https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/e-mail-image.jpg 539w, https:\/\/my.host\/blog\/wp-content\/uploads\/2023\/11\/e-mail-image-300x248.jpg 300w\" \/><\/figure>\n\n\n\n<h3 id=\"a-website-with-ssl-certificate\" class=\"wp-block-heading\"><a><\/a>A website with SSL certificate<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is a detail that many people tend to overlook. Especially for websites that need to process data, this is crucially important, and also mandatory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An SSL certificate ensures that you get a green padlock in the URL bar. This means your website is equipped with proper encryption and is safe enough to process personal data. This is also mandatory if you only have a contact form on your website!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see, there are plenty of reasons to immerse yourself a little bit in the world of HTML. It offers a vast array of possibilities, and anyway, it&#8217;s an interesting topic within the online world. The possibilities with HTML, especially in combination with other languages, are endless!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have further questions about what we can do for you and your online presence, you can always <a href=\"https:\/\/my.host\/contact\/\">contact<\/a> us, our customer service is always ready! We also gladly provide tailor-made advice on which of our products is the best solution for your idea. Whether you want to <a href=\"https:\/\/my.host\/domeinnaam\/verhuizen\/\">transfer your domain name<\/a>, register, or want a Virtual Private Server (<a href=\"https:\/\/my.host\/vps\/\">VPS<\/a>) for your business, we can make it happen for you!<\/p>\n\n\n\n<div class=\"wp-block-group has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-2598761d wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-cc94d73b wp-block-columns-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:15%\">\n<svg style=\"max-width:50px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"14.25 9.25 16.75 20.75\">\n    <path d=\"M30 30H18C17.7348 30 17.4804 29.8946 17.2929 29.7071C17.1054 29.5196 17 29.2652 17 29V13C17 12.7348 17.1054 12.4804 17.2929 12.2929C17.4804 12.1054 17.7348 12 18 12H30C30.2652 12 30.5196 12.1054 30.7071 12.2929C30.8946 12.4804 31 12.7348 31 13V29C31 29.2652 30.8946 29.5196 30.7071 29.7071C30.5196 29.8946 30.2652 30 30 30Z\" fill=\"#CDEDFC\"\/>\n    <path d=\"M26.0001 12.0701C25.8181 12.0701 25.6402 12.124 25.4889 12.2251C25.3376 12.3262 25.2197 12.4699 25.1501 12.638C25.0805 12.8061 25.0623 12.9911 25.0978 13.1696C25.1333 13.348 25.2209 13.5119 25.3495 13.6406C25.4782 13.7693 25.6421 13.8569 25.8206 13.8924C25.9991 13.9279 26.184 13.9097 26.3522 13.84C26.5203 13.7704 26.6639 13.6525 26.765 13.5012C26.8661 13.3499 26.9201 13.172 26.9201 12.9901C26.9204 12.8692 26.8967 12.7494 26.8506 12.6377C26.8044 12.526 26.7367 12.4244 26.6512 12.3389C26.5657 12.2534 26.4642 12.1857 26.3525 12.1396C26.2407 12.0934 26.121 12.0698 26.0001 12.0701Z\" fill=\"#023E5A\"\/>\n    <path d=\"M26.0001 24.0701C25.8181 24.0701 25.6402 24.124 25.4889 24.2251C25.3376 24.3262 25.2197 24.4699 25.1501 24.638C25.0805 24.8061 25.0623 24.9911 25.0978 25.1696C25.1333 25.348 25.2209 25.5119 25.3495 25.6406C25.4782 25.7693 25.6421 25.8569 25.8206 25.8924C25.9991 25.9279 26.184 25.9097 26.3522 25.84C26.5203 25.7704 26.6639 25.6525 26.765 25.5012C26.8661 25.3499 26.9201 25.172 26.9201 24.9901C26.9204 24.8692 26.8967 24.7494 26.8506 24.6377C26.8044 24.526 26.7367 24.4244 26.6512 24.3389C26.5657 24.2534 26.4642 24.1857 26.3525 24.1396C26.2407 24.0934 26.121 24.0698 26.0001 24.0701Z\" fill=\"#023E5A\"\/>\n    <path d=\"M28 28H16C15.7348 28 15.4804 27.8946 15.2929 27.7071C15.1054 27.5196 15 27.2652 15 27V11C15 10.7348 15.1054 10.4804 15.2929 10.2929C15.4804 10.1054 15.7348 10 16 10H28C28.2652 10 28.5196 10.1054 28.7071 10.2929C28.8946 10.4804 29 10.7348 29 11V27C29 27.2652 28.8946 27.5196 28.7071 27.7071C28.5196 27.8946 28.2652 28 28 28Z\" stroke=\"#023E5A\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"\/>\n    <path d=\"M18.0001 12.0701C17.8181 12.0701 17.6402 12.124 17.4889 12.2251C17.3376 12.3262 17.2197 12.4699 17.1501 12.638C17.0805 12.8061 17.0623 12.9911 17.0978 13.1696C17.1333 13.348 17.2209 13.5119 17.3495 13.6406C17.4782 13.7693 17.6421 13.8569 17.8206 13.8924C17.9991 13.9279 18.184 13.9097 18.3522 13.84C18.5203 13.7704 18.6639 13.6525 18.765 13.5012C18.8661 13.3499 18.9201 13.172 18.9201 12.9901C18.9204 12.8692 18.8967 12.7494 18.8506 12.6377C18.8044 12.526 18.7367 12.4244 18.6512 12.3389C18.5657 12.2534 18.4642 12.1857 18.3525 12.1396C18.2407 12.0934 18.121 12.0698 18.0001 12.0701Z\" fill=\"#023E5A\"\/>\n    <path d=\"M18.0001 24.0701C17.8181 24.0701 17.6402 24.124 17.4889 24.2251C17.3376 24.3262 17.2197 24.4699 17.1501 24.638C17.0805 24.8061 17.0623 24.9911 17.0978 25.1696C17.1333 25.348 17.2209 25.5119 17.3495 25.6406C17.4782 25.7693 17.6421 25.8569 17.8206 25.8924C17.9991 25.9279 18.184 25.9097 18.3522 25.84C18.5203 25.7704 18.6639 25.6525 18.765 25.5012C18.8661 25.3499 18.9201 25.172 18.9201 24.9901C18.9204 24.8692 18.8967 24.7494 18.8506 24.6377C18.8044 24.526 18.7367 24.4244 18.6512 24.3389C18.5657 24.2534 18.4642 24.1857 18.3525 24.1396C18.2407 24.0934 18.121 24.0698 18.0001 24.0701Z\" fill=\"#023E5A\"\/>\n    <path d=\"M19.54 17.55C19.5152 17.5877 19.4848 17.6214 19.45 17.65C19.4139 17.6717 19.3721 17.6821 19.33 17.68C19.2806 17.6796 19.2322 17.6658 19.19 17.6401C19.14 17.6101 19.09 17.58 19.03 17.55C18.9616 17.5164 18.8915 17.4864 18.82 17.46C18.7331 17.4306 18.6417 17.4171 18.55 17.4201C18.4114 17.4124 18.2742 17.4511 18.16 17.53C18.1176 17.5674 18.0839 17.6136 18.0615 17.6655C18.039 17.7174 18.0283 17.7735 18.03 17.83C18.0271 17.8673 18.0329 17.9047 18.0467 17.9393C18.0606 17.974 18.0822 18.005 18.11 18.03C18.1689 18.0868 18.2364 18.1341 18.31 18.1701C18.4005 18.2109 18.4941 18.2444 18.59 18.27C18.7 18.3 18.81 18.34 18.92 18.38C19.03 18.42 19.14 18.47 19.25 18.52C19.3563 18.5715 19.4541 18.6389 19.54 18.72C19.6257 18.806 19.6936 18.9079 19.74 19.02C19.7952 19.1566 19.8224 19.3028 19.82 19.45C19.8236 19.6285 19.7895 19.8057 19.72 19.97C19.654 20.1265 19.559 20.269 19.44 20.3901C19.3113 20.5139 19.1579 20.6093 18.99 20.6701C18.7947 20.7413 18.5878 20.7752 18.38 20.77C18.2522 20.771 18.1248 20.7576 18 20.73C17.8708 20.7027 17.7438 20.6659 17.62 20.62C17.5019 20.5735 17.3881 20.5166 17.28 20.45C17.1766 20.3906 17.0823 20.3165 17 20.23L17.27 19.8C17.2926 19.766 17.3236 19.7385 17.36 19.72C17.3971 19.7007 17.4382 19.6905 17.48 19.69C17.5397 19.694 17.5977 19.711 17.65 19.74C17.71 19.78 17.77 19.81 17.84 19.86C17.9179 19.904 17.998 19.9441 18.08 19.98C18.1821 20.0184 18.291 20.0354 18.4 20.03C18.5386 20.0377 18.6758 19.999 18.79 19.9201C18.8388 19.8765 18.8769 19.8222 18.9012 19.7615C18.9254 19.7008 18.9353 19.6352 18.93 19.57C18.9311 19.4864 18.9028 19.405 18.85 19.34C18.7943 19.2769 18.7262 19.2259 18.65 19.19C18.5595 19.1491 18.4659 19.1157 18.37 19.09C18.26 19.06 18.15 19.03 18.04 18.99C17.93 18.95 17.82 18.91 17.71 18.86C17.6027 18.8108 17.5073 18.7392 17.43 18.65C17.342 18.5583 17.2739 18.4494 17.23 18.33C17.1741 18.1798 17.147 18.0203 17.15 17.86C17.1499 17.7088 17.1805 17.5591 17.24 17.4201C17.3018 17.2756 17.3939 17.146 17.51 17.04C17.6361 16.9251 17.7817 16.8337 17.94 16.77C18.1251 16.6996 18.322 16.6657 18.52 16.6701C18.6406 16.6701 18.761 16.6801 18.88 16.7C18.9916 16.7197 19.1018 16.7464 19.21 16.78C19.3093 16.8173 19.4061 16.8607 19.5 16.91C19.588 16.9585 19.6688 17.0191 19.74 17.09L19.54 17.55Z\" fill=\"#023E5A\"\/>\n    <path d=\"M22.52 17.55C22.4952 17.5877 22.4648 17.6214 22.43 17.65C22.3938 17.6717 22.3521 17.6821 22.31 17.68C22.2606 17.6796 22.2122 17.6658 22.17 17.6401C22.12 17.6101 22.07 17.58 22.01 17.55C21.9416 17.5164 21.8715 17.4864 21.8 17.46C21.7131 17.4306 21.6217 17.4171 21.53 17.4201C21.3912 17.4104 21.2533 17.4493 21.14 17.53C21.0958 17.5659 21.0609 17.6119 21.0383 17.6641C21.0157 17.7164 21.006 17.7733 21.01 17.83C21.0094 17.867 21.0162 17.9037 21.0299 17.9381C21.0436 17.9724 21.0641 18.0037 21.09 18.03C21.149 18.0868 21.2164 18.1341 21.29 18.1701C21.3833 18.2124 21.4804 18.2459 21.58 18.27C21.69 18.3 21.8 18.34 21.91 18.38C22.02 18.42 22.13 18.47 22.24 18.52C22.3463 18.5715 22.4441 18.6389 22.53 18.72C22.6157 18.806 22.6836 18.9079 22.73 19.02C22.7852 19.1566 22.8124 19.3028 22.81 19.45C22.8136 19.6285 22.7795 19.8057 22.71 19.97C22.6477 20.1284 22.5522 20.2716 22.43 20.3901C22.3013 20.5139 22.148 20.6093 21.98 20.6701C21.7847 20.7413 21.5778 20.7752 21.37 20.77C21.2422 20.771 21.1148 20.7576 20.99 20.73C20.8605 20.704 20.7334 20.6672 20.61 20.62C20.491 20.5755 20.377 20.5186 20.27 20.45C20.1666 20.3906 20.0723 20.3165 19.99 20.23L20.26 19.8C20.2826 19.766 20.3136 19.7385 20.35 19.72C20.3871 19.7007 20.4282 19.6905 20.47 19.69C20.5297 19.694 20.5877 19.711 20.64 19.74C20.69 19.78 20.76 19.81 20.83 19.86C20.9079 19.904 20.9881 19.9441 21.07 19.98C21.1721 20.0184 21.2811 20.0354 21.39 20.03C21.5286 20.0377 21.6658 19.999 21.78 19.9201C21.8288 19.8765 21.8669 19.8222 21.8911 19.7615C21.9154 19.7008 21.9253 19.6352 21.92 19.57C21.9211 19.4864 21.8928 19.405 21.84 19.34C21.7842 19.2769 21.7162 19.2259 21.64 19.19C21.5496 19.1491 21.4559 19.1157 21.36 19.09C21.25 19.06 21.14 19.03 21.03 18.99C20.92 18.95 20.81 18.91 20.7 18.86C20.5927 18.8108 20.4973 18.7392 20.42 18.65C20.332 18.5583 20.2639 18.4494 20.22 18.33C20.1641 18.1798 20.137 18.0203 20.14 17.86C20.1399 17.7088 20.1706 17.5591 20.23 17.4201C20.2918 17.2756 20.3839 17.146 20.5 17.04C20.6261 16.9251 20.7717 16.8337 20.93 16.77C21.1151 16.6996 21.312 16.6657 21.51 16.6701C21.6306 16.6701 21.751 16.6801 21.87 16.7C21.9816 16.7197 22.0918 16.7464 22.2 16.78C22.2993 16.8173 22.3961 16.8607 22.49 16.91C22.578 16.9585 22.6588 17.0191 22.73 17.09L22.52 17.55Z\" fill=\"#023E5A\"\/>\n    <path d=\"M26.91 18.7399C26.9134 19.0139 26.8624 19.2858 26.76 19.54C26.6679 19.7782 26.5245 19.9933 26.34 20.17C26.1522 20.355 25.9272 20.4981 25.68 20.5899C25.4085 20.6923 25.1202 20.7432 24.83 20.7399H23.27V16.73H24.83C25.1203 16.7259 25.4087 16.7768 25.68 16.88C25.926 16.9742 26.1505 17.117 26.34 17.2999C26.5202 17.4802 26.6629 17.6943 26.76 17.9299C26.8606 18.1881 26.9115 18.4629 26.91 18.7399ZM25.95 18.7399C25.951 18.5569 25.924 18.3749 25.87 18.2C25.8252 18.0498 25.7504 17.9103 25.65 17.79C25.5519 17.6808 25.4329 17.5924 25.3 17.53C25.1478 17.4676 24.9845 17.437 24.82 17.44H24.2V20.0199H24.82C24.9845 20.0229 25.1478 19.9923 25.3 19.9299C25.4378 19.8761 25.5587 19.7864 25.65 19.67C25.7524 19.551 25.8274 19.411 25.87 19.26C25.9304 19.0935 25.9576 18.9168 25.95 18.7399Z\" fill=\"#023E5A\"\/>\n<\/svg>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-secondary-color has-text-color wp-block-paragraph\" style=\"margin-top:0;margin-bottom:0\"><strong>Hosting bestellen?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"margin-top:0;margin-bottom:0\">Kies voor de snelheid, gebruiksgemak en service van mijn.host.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/mijn.host\/webhosting\/?utm_source=mijn.host&amp;utm_medium=blog&amp;utm_content=cta\" target=\"_blank\" rel=\"noreferrer noopener\">Bestel nu<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>With digitalization increasing by the day, it&#8217;s hard to avoid certain terminology. The news is full of it, and chances are high that in your own social circle, there are various people who work in the IT sector or are interested in it. It&#8217;s becoming more and more [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":937,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"hide_cta_migrate_site":false,"hide_toc_block":false,"footnotes":""},"categories":[228],"tags":[306,366],"class_list":["post-3277","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tips-tricks","tag-html","tag-ssl"],"lang":"en","translations":{"en":3277,"nl":932},"pll_sync_post":{},"_links":{"self":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts\/3277","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/comments?post=3277"}],"version-history":[{"count":1,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts\/3277\/revisions"}],"predecessor-version":[{"id":3386,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/posts\/3277\/revisions\/3386"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/media\/937"}],"wp:attachment":[{"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/media?parent=3277"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/categories?post=3277"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/my.host\/blog\/wp-json\/wp\/v2\/tags?post=3277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}