Examples of Z-index and Float Properties

In this article, I will provide some examples of Z-index and Float Properties. In order to specify the stacking order of an element, we use the z-index property. On the other hand, if we need to place an element besides the container we can use the float property. In other words, the element can float left or right of its […]

Understanding Grids in Bootstrap

In this article on Understanding Grids in Bootstrap, I will explain how the grid system of bootstrap works. Basically, the grid system represents a 12 column layout. It is fully responsive. Furthermore, the grid system makes use of the flexbox. Hence, with the bootstrap grid system, you can design your web page using any layout. Either you can use all […]

Container Class in Bootstrap

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 list describes these classes. .container. […]

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 can have these values for […]

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, we can use border property […]

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 from these properties, we can […]

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 Understanding the Outline Property Basically, […]

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. Margin Padding Border Content Since, […]

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 be seen in the above […]

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 large number of applications in […]