Skip to content

Tag Archives: HTML-Tags

In this article, we will see how to use the <img>, <object>, or <embed>  tags with  SVG files, along with understanding the basic syntax for… Read More
In this article, we’ll see the difference between the <object> and  <embed> tags. Both <embed> and <object> tags are used to embed multimedia content like… Read More
Users can choose items from a list using dropdown menus, a common web development component. With ReactJS, we can easily design dropdown menus and manage… Read More
Independence Day is celebrated annually on the 15th of August as a National Holiday. On 15th August 2022, we will celebrate the 75th Anniversary of… Read More
In this article, we will see what are the different video formats that are supported by the browser, along with understanding their implementation. Browsers support… Read More
Nowadays, every website contains pricing tables, such as e-commerce, e-tech, and even tourism websites also have pricing tables as they contain their plans, cost of… Read More
In this article, we will discuss an image map in  HTML, along with understanding its implementation through the examples. An Image Map refers to the… Read More
In this article, we are going to learn about the semantic elements in HTML5. Semantic elements are the elements that describe their meaning to both… Read More
One of the main component of the web is Forms. It would be very hard to collect data without them. And to make a good… Read More
What is HTML ? HTML(HyperText Markup Language) is the most basic building block of all web pages. It provides structure to the content appearing on… Read More
In this article, we will learn how to embed PDF files in HTML documents, along with knowing their implementation through examples. Sometimes, you may want… Read More
In this article, we will learn how to find all selected options of the HTML <select> tag. This might be needed in cases where you… Read More
In this article, we are going to explain how to create a cv using HTML & CSS, and after that, we host it on GitHub… Read More
The viewport is the content area on the web page that is visible to the user or the page visitor. The viewport does not have… Read More