-
Ep.013 Block vs Inline Elements – Learn HTML and HTML5 – Free HTML Course
The block or block-level elements/tags are those HTML tags that 1) cover the 100% available width on the screen and 2) always start from a new line. The inline elements/tags…
-
Ep.012 – iFrame – Learn HTML and HTML5 – Free HTML Course
The iFrame tag tag is used to show other websites on your own website in a frame. The other website can only be shown on your website if that website…
-
Ep. 011 – Meta Tags – Learn HTML and HTML5 – Free Course
In the previous post, we have presented an exercise to validate the knowledge learned in the previous course episodes/posts. In this post, we will learn about Meta Tags and why/how…
-
Ep. 007 Recap and Review Questions – Learn WordPress – Free Course
In the previous post, we have learned how to set up a new WordPress project in the localhost Wamp Server. This post is the last post of the current module…
-
Ep. 010 – Exercise – Learn HTML and HTML5 – Free Course
In the previous post, we have learned the difference between the class and id attributes and why/when we use them. In this post, we will do an exercise utilizing the…
-
Ep. 009 – Class and ID Attributes – Learn HTML and HTML5
In the previous post, we have learned how to use the style tag, link tag, and script tag. In this post, we will learn how and why we use the…
-
Ep. 008 – Style, Link, and Script Tags – Learn HTML and HTML5
In the previous post, we have learned how to add a line break, strong and italicized text, div and span tags, and style attributes. In this post, we will learn…
-
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. 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,…
-
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. 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. 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…