In this article, we will see how we can create a horizontal scrollable section using CSS. HTML code is used to create the basic structure… Read More
Tag Archives: HTML-Tags
In this article, we will learn how to find all elements on the page that are disabled using jQuery. Approach: The :disabled selector can be… Read More
The label tag in HTML allows us to click on the label, which will in turn be treated like clicking on the corresponding input type.… Read More
The HTML <keygen> form attribute is used to specify one or more forms that the <keygen> element belongs to. Syntax: <keygen form="form_id"> Attribute Values: It… Read More
Introduction – Technical documentation is any document that explains the features of the respective product. In this project, we are going to create a technical… Read More
What is HTML? HTML (Hypertext Markup Language) is used to design the structure of a web page and its content. HTML is actually not technically… Read More
In this article, we will cover how to display the title in the Bootstrap-Select without any empty element in the select dropdown menu. Bootstrap Select… Read More
A music website is basically a webpage where one can play/pause music. It has other options like the home section, music section, about section, contact… Read More
A tribute page is basically an overview of someone whom we admire in our life. In this article, we are creating a tribute webpage of… Read More
HTML frames are used to divide the browser window into multiple sections where each section loads a separate HTML document. In this project we are… Read More
jQuery is a feature-rich JavaScript library. It is a fast and most used JavaScript library. Before using jQuery you must have a basic knowledge of… Read More
The <keygen> tag in HTML is used to specify a key-pair generator field in a form. The purpose of this element is to provide a… Read More
In HTML, <button> tag is used to create a clickable button on your webpage. It also has a closing tag written as </button>. You can… Read More
The <a> (anchor tag) in HTML is used to create a hyperlink on the webpage. This hyperlink is used to link the webpage to other… Read More
In this article, we will learn how to hide elements defined as variables in jQuery. These can be done using two approaches. Approach 1: In… Read More
Courses