In this article, we will learn how to make a fully responsive webpage for an online food delivery system using HTML and CSS. Files used:… Read More
Tag Archives: HTML-Misc
Making a particular content area scrollable is done by using CSS overflow property. There are different values in overflow property that are listed below. visible:… Read More
We are going to perform the basic arithmetic operations like- addition, subtraction, multiplication, and division using PHP. We are using HTML form to take the… Read More
Given an HTML document containing some document and the task is to remove border from an editable element using CSS. It is a default behavior… Read More
HTML allows playing video in the web browser by using <video> tag. To embed the video in the webpage, we use src element for mentioning… Read More
To set the active class to the navigation menu dynamically by scrolling or clicking on the navigation links, the active class is to be set… Read More
EasyUI is a HTML5 framework for using user interface components based on jQuery, React, Angular and Vue technologies. It helps in building features for interactive… Read More
In jQuery, we can use the .get() method to make a get request and .post() method to make a post request but there is not… Read More
In this article, we will learn how to design navigation panel with ajax loading using jQuery EasyUI Mobile plugin. EasyUI is a HTML5 framework for… Read More
We have given the data in CSV file format and the task is to display the CSV file data into the web browser using PHP.… Read More
EasyUI is an HTML5 framework for using user interface components based on jQuery, React, Angular and Vue technologies. It helps in building features for interactive… Read More
Collapsible button is used to hide or display the list of contents on clicking the button. On clicking collapsible button, it expands and displays list… Read More
jQuery Mobile is a web based technology used to make responsive content that can be accessed on all smartphones, tablets and desktops. In this article,… Read More
EasyUI is a HTML5 framework for using user interface components based on jQuery, React, Angular and Vue technologies. It helps in building features for interactive… Read More
Framework: It is known to be a skeleton where the application defines the content of the operation by filling out the skeleton. For Web development,… Read More