Id and Classes in HTML | Web Development
In the previous article, we have learned about forms in which we have used id for some elements. You might have some doubts that what is an id? or why…
In the previous article, we have learned about forms in which we have used id for some elements. You might have some doubts that what is an id? or why…
In the previous article, we learned about the basic structure of HTML form and also discovered the input element's text type. In this article, we will learn about some more…
In this article, we will learn about forms. Form in HTML is used to collect data from the user and later store it on the databases. <form> tag is used…
In HTML, there are various types of elements that possess various types of properties. Among all those properties, we will discuss the display property of elements in this article that…
Table in HTML: the <table> tag is used to display the given data in tabular form. So that the data can be stored in an organized manner and also becomes…
The list in HTML is used to present the given information in a well and systematic manner. Some most widely used lists in HTML are:-- Unordered list An unordered list…
In this article, we will learn about some more Tags in HTML specifically about some media tag in HTML. Image tag : An image tag is used to insert an…
In the previous article, we have learned some of the basic HTML tags (like heading and paragraph tag) which will be the most used tags in websites. let's see some…
HTML tags are the basics of web development. Consider the website as a house, then each HTML tag is like a brick giving shape to the website. Let's take an…
HTML represents HyperText Markup Language and is used to design websites (as well as web pages). HTML is a combination of Hypertext and Markup language in which Hypertext defines the…