In this article, I will explain Container Class in Bootstrap. Basically, we use containers to create the layout of a web page. In Bootstrap, containers are the most fundamental elements for creating layout. While, the containers enclose rows of elements. Further, rows may contain columns. We have different container classes in Bootstrap 4. The following …
Examples of Display and Position Properties in CSS
In this article, I will provide some Examples of Display and Position Properties in CSS. Display Property Basically, the display property determines how the HTML elements will be displayed on a web page. So we can show elements as block-level elements or inline elements using this property. Moreover, it has other values also. According we …
Applying CSS to HTML Tables
In this article, I will demonstrate examples of Applying CSS to HTML Tables. In fact, there are lots of CSS properties that we can use to style tables. Evidently, we can use the following properties to style tables. border. In fact, we can use the border property to display a border around the table. Also, …
Styling Links and Lists
In this article, I will explain Styling Links and Lists. In fact, we can use various CSS properties to style hyperlinks. Hence, we can use font, font-style, font-size, color, background-color, and so on for hyperlinks. The following example demonstrates how to style links on a web page. Examples of Styling Links and Lists Output Apart …
Examples of Outline Properties in CSS
In this article, I will illustrate Examples of Outline Properties in CSS. In fact, the outline is a part of the box model. Furthermore, the outline is a line drawn around the border of the container. The following code shows an example of an outline property. Illustration of Eamples of Outline Properties in CSS Output …
CSS Box Model
In this example, I will explain CSS Box Model. Basically CSS Box Model is an essential element a design. Also, we frequently use it in web page layout. The following figure represents the Box Model. Components of CSS Box Model As can be seen in the above figure, the Box Model comprises of following elements. …
Example of Column Properties in CSS
In this article, I will give an example of Column Properties in CSS. Basically, following properties are there in CSS that allows us to style columns in a web page. columns column-width column-span column-count column-fill column-gap column-rule column-rule-color column-rule-width column-rule-style The following code shows an Example of Column Properties in CSS ColumnProperties.html Output As can …
Text Summarization Techniques
In this article, I will discuss Text Summarization Techniques and python APIs that we can use for this purpose. Basically, text summarization refers to retrieving the most significant and relevant information from a large piece of text. Furthermore, it is done computationally using some of the Machine Learning (ML) approaches. Significantly, text summarization has a …
Creating a Classified Ads Application in PHP
In this article, I will explain Creating a Classified Ads Application in PHP. Basically, this application serves as the final semester project for students at the undergraduate level. A classified ads website is an important application. Since it allows people to post their ads for free thereby increasing the opportunities for higher revenue. Here I …
Essential Elements of Scratch 3.0
In this article on Essential Elements of Scratch 3.0, I will explain some basic concepts for learning Scratch 3.0. The following section describes different types of block commands in Scratch including sequential commands, conditional commands, and looping commands. To begin with, let us see how to create some sequential commands. In order to create a …