-
Ep. 002 – How to Create a Simple HTML Page – Learn HTML & HTML5
In the previous blog post, we have learned what is HTML and in this blog post, we will learn how to create a simple HTML page from scratch.
-
Ep. 003 – Paragraph, Headings and Anchor Tags – Learn HTML & HTML5
In the previous blog post, we have learned how to create a simple HTML page. In this blog post, we will learn how to add paragraphs, headings, and anchor tags…
-
Ep. 006 – Tables – Learn HTML and HTML5
In the previous post, we have learned how to add images and videos to an HTML page. In this post, we will learn how to add tables with rows and…
-
Ep. 006 – WordPress Project Set-Up – Learn WordPress in Urdu
In the previous post, we have learned how to download and set up localhost using Wamp Server Software. In this post, we have discussed how to set up a new…
-
Ep. 007 – Line Break, Strong and Italic Text, DIV and SPAN tags, Style Attribute – Learn HTML and HTML5
In the previous post, we have learned how to add tables with columns and rows to an HTML page. In this post, we will learn how to add line breaks,…
-
CSS Syntax
The selector are the elements or tags of HTML you want to style using CSS. The declaration block contains one or more declarations separated by semicolons. Each declaration includes a…
-
Ep. 003 – Course Helping Material and Resources – Learn WordPress
In the previous blog post, we have briefly discussed about the course objectives, course requirements, why we are learning WordPress and the course learning outcomes/benefits. In this blog post, we…
-
Ep. 004 – What/Why/How to Set Up Localhost – Learn WordPress Course
In the previous blog posts, we have briefly discussed the course help material and where to ask in case of any questions. In this blog post, we will learn what…
-
Ep. 005 – Wamp Server Set Up – Learn WordPress
In the previous post, we have learned what is localhost? why we use it? and how we can set up localhost on our computer/laptop. We have learned that we can…
-
Ep. 004 – Lists, Quotations, and Comments – Learn HTML and HTML5
In the previous post, we have discussed paragraphs, headings, and anchor tags. In this post, we will learn about how to add ordered lists, unordered lists, quotations (Blockquotes), and HTML…
-
Ep. 005 – Images and Videos – Learn HTML & HTML5
In the previous post, we have learned how to add lists, quotations, and comments to an HTML page. In this post, we will learn how to add images and videos…
-
WordPress Plugin Development Boilerplate
Another contribution to the open-source community. We have developed and released a boilerplate template to develop a new WordPress plugin using Object Oriented Programming (OOP) approach. If you are a…