What is input tag in HTML The HTML input tag is used to collect the user’s data. That is why it is most important form element (because in the form we are collecting user’s input). The HTML <input> tag is used to create various types of form controls such as text fields, checkboxes, radio buttons, […]
Basics of HTML | Web Development – crus4
Basics of HTML. HTML is a language which is used for creating web pages. A web page may contain a set of images, videos, paragraphs, data tables and more.
History of HTML | Boilerplate Explained – crus4
In 1989, an English Computer Scientist, Sir Tim Berners Lee invented the world wide web ( WWW) and in 1991 Tim Berners Lee wrote the first version of HTML. Since then, there have been numerous different versions of HTML. The first version of HTML was HTML 1.0 and it was officially released in 1993 for the purpose to share information that can be accessed via web browser. Then
Introduction to HTML, CSS & JS | How Website Works
Introduction to HTML, CSS & JS | How Website Works Introduction to HTML, CSS & JS As you may know that HTML is very important for creating any website, because it is a structure of every web page, and here we can establish the main content of our website. We can’t create any website without […]