How to use the progress bar in HTML
How to use the progress bar in HTML problem You will like to use a progress bar on your web page. For example to show the progress of a process. Instead of showing a percentage, you visually convey the status using a progress bar. SOLUTION In HTML we have the <progress> tag. It has an […]
How to use the header tag in HTML
How to use the header tag in HTML problem In web pages, we often see headlines. That is a one line text in big size that appears as a heading. For example, the title of an article. In this post we will see how to put headers on a web page. SOLUTION Using the headers […]