How to write website posts?
Once you have done your keyword research and have decided on the heading of your article, you may start writing the content of that article.
Read MoreOnce you have done your keyword research and have decided on the heading of your article, you may start writing the content of that article.
Read MoreSo, you have done thorough keyword research, wrote an article keeping in mind all the on-page SEO parameters, and published your post/page for the world to see.
Read MoreOn-page SEO is one of the essential aspects of SEO exercise that website owners do to rank on search engines like Google, Bing, etc.
Read MoreIn this article, we will have a look at some of the most common ways to create a blog or website, even if you are not a coding expert or very tech-savvy.
Read MoreWe can target HTML element(s) in three ways: Using Type Selector Using Class Selector – it’s more precise than type selector Using ID Selector – it’s even more precise than class selector Using Type Selector We select all the HTML elements of a certain kind using this.
Read MoreCSS (Cascading Style Sheets) - It’s a presentation language. So, while HTML provides meaning to the content. CSS styles the appearance of content.
Read MoreGoogle Analytics is the first service that comes to our mind when it comes to site monitoring. Whether you want to monitor the growth of the traffic to your website, further optimize your site or improve your lead generation, Google Analytics is the most dependable service.
Read MoreGoogle Tag Manager (GTM) is a Tag Management System. It allows us to add (and manage) tags to our website, without editing the code of our website.
Read MoreGoogle Search Console (earlier called Google Webmaster) is a web service provided by Google itself. It helps webmasters to measure site’s performance in Google Search results and optimize their sites, e.
Read MoreIn this article we will learn how to add Google Tag Manager code to HUGO site, even if the theme that you use do not have pre-settings to allow that.
Read MoreHow CSS styles will be rendered depends on two factors: Placement of the style in CSS cascade Selector’s specificity weight
Read MoreIn this article, we are going to learn how to embed images in a HTML document. Table of Contents Embedding Image in HTML page Attributes Figure Caption To add images to a page - we use <img> inline element It is an empty element - it doesn’t wrap any other content and exists as a single tag.
Read MoreSo, you have decided to run your own blog or website. You already did all the setup, either in Wordpress, HUGO or anywhere else.
Read MoreIn the previous article we learnt how to get various kinds of keywords and make a keyword list. In this article, we will study how to shortlist the best keywords from our list.
Read MoreIn this article, we are going to present to you the very basics of HTML. Table of Contents Introduction to HTML em, i, strong, b Nesting ins, u, del, s, mark Introduction to HTML It’s a Markup language for creating webpages - It describes the structure of a web page.
Read MoreIn this article, we are going to learn about Typography in HTML. Table of Contents Headings and Paragraphs em, i, strong, b Nesting ins, u, del, s, mark Headings and Paragraphs There are a number of different elements for displaying text on a web page.
Read MoreIn this article, we are going to learn about Static Site Generators (SSG). Table of Contents What is a Static Site Generator (SSG)?
Read MoreIn this article, we are going to learn about Hyperlinks in HTML. Table of Contents Hyperlink Relative and Absolute Paths Linking to parts of the same page Attributes of Hyperlink element Hyperlink - provides the ability to link from one web page or resource to another.
Read MoreIn this article, we are going to learn about HUGO static website generator. Table of Contents What is HUGO? How to install HUGO?
Read More