Coding plays a pivotal role in the industry of [Digital Marketing](https://www.decodedigitalmarket.com/what-is-digital-marketing/) and for some reason, [HTML](https://en.wikipedia.org/wiki/HTML) or any coding scares the bejesus out of Digital Marketers. Why? Simply because Digital Marketers predicate their entire careers upon the foundation of Marketing, Entrepreneurship, Creativity, Problem-Solving & Analytical Skills and now you’re telling them that they need to know to code too? Are you kidding me?? I mean sure, there are Web Developers to prevent digital marketers from getting involved into the process of Coding, HTML, CSS, JavaScript & the likes, but having some knowledge about coding will only come in handy so that when your beloved web developer goes on leave, you can take care of meager stuff on your own. **Let’s take a look at the amount of coding Internet Marketers should know of** ## 1. Title Tag & Header Tags If you’re an SEO or are aspiring to be one, then knowing Tags like Title Tag & Header tags are very important, you can’t simply ignore that. If you don’t know what Title tag & Header tag is or how it’s coded then something is definitely wrong. Title Tag is what appears written in the tab, more often than not title tag wouldn’t be visible in the web page itself. It appears as **Your webpage title** Header tags are heading tags, there are heading tags segregated according to preference, like there’s H1, H2, H3, H4, H5 heading tags which you assign according to the preference you want to give. As a rule of thumb in SEO, there should only be one H1 tag on a web page, there can be more H2, H3, H4, H5, H6 tags on a web page.  The first heading in the web page will obviously be enclosed in the H2 tag, for example, if there’s an article titled “X Best Laptops in 2019 & Beyond” then H2 tag will enclose headlines like Best Laptops under 50K, Laptop names, H3 Tag will enclose headlines like conclusion and the likes.  It matters what you enclose in header tags because when GoogleBot comes to crawl, it ranks content according to the preference, the heading tags should carry important headlines containing focus keyphrase. Header tag appears as **

Your headline

** ## 2. Image Description Setting image description that image alt tag is easily taken care of from front end using CMS like WordPress, but if you’re doing a competitor research to find out what image description for similar images your competitors are using then you are gonna have right click on image to inspect the element and find the image description for the image and when you do it will show inspected element something similar to this. This is an ImageAdding Image Alt tag is very important if you want to nail the Image SEO ## 3. Paragraphs and spacing This is what a Paragraph looks like **

this is what a paragraph looks like

** Usually, a paragraph has 1.5 line spacing before and after each block of text, to get more spacing to use the break rule  **

this is what a paragraph looks like .
** **The text is right below the paragraph

** ## 4. Lists There are basically 2 kinds of lists, ordered list and unordered list. An ordered list is numeric that is following a numeric sequence, and then there’s unordered list bullets or alphabets. Ordered lists have coding like this **
    ** **
  1. list item
  2. ** Unordered list looks like this **