Some unique, uncommon but very useful HTML elements (tags)

In this article we will explore some of the unique and quite useful html tags where are ignored or less common among the web designers or developers. However, they put extra effort to achieve same results in web though they have already available elements. 1. Address (<address>) Almost every website is using some kind address in their pages where they display business or author address with … Continue reading Some unique, uncommon but very useful HTML elements (tags)

Implement Most Popular AdminLTE Bootstrap Theme in Angular 11

When we start the development of any application, the first thing is implementing a theme for the solution. As per current industries trends, it is seen that developers try to use one of available popular theme or framework. AdminLTE is one of the most popular and open source specifically for admin dashboard, however we can use this theme for several other type of applications. In … Continue reading Implement Most Popular AdminLTE Bootstrap Theme in Angular 11

Print the Content of Div or Element

There are several ways to print the div or section, however I found this is easiest way and it works fine. Code Sample Let me a bit explanation of the code. First we are selecting the contents of div as well as full body. Before print call, we are assigning the div contents to body and doing print. Finally, we are restoring the original body … Continue reading Print the Content of Div or Element