-
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.014 – Form, Input, Placeholder – Learn HTML and HTML5 – Free Course
In the previous post, we have learned about the difference between block and inline elements. In this post, we will learn about the form and input tags as well as…
-
Ep.015 – Name Attribute, Form Action and Method Attributes – Learn HTML and HTML5 – Free Course
In the previous post, we have learned about the form, input, label tags, and the placeholder attribute. In this post, we will learn about the name attribute, form action, and…
-
What is Freelancing?
In this post, we have discussed about freelancing, advantages and disadvantages of freelancing, some popular freelance categories and platforms etc.
-
SCEditor Remove iFrame Tag
If you are using SCEditor as a rich text editor in your Angular/React application and you are trying are seeing that the iFrame tag is removed from the editor then…
-
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. 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. 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. 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…