Skip to main content

Posts

Showing posts from March, 2021

How to create a beautiful registration form template in HTML

How to create a beautiful registration form template in HTML   In this tutorial, we are demonstrating how to create a beautiful registration form template in HTML. I hope you will learn something in this tutorial and free template download end of the article. registration form templates are used for different processes. one of the places where you use registration forms is on the website for creating an account or signup area and you have one of the members on the website. To easily access that website very easy. <!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet" type="text/css"> <link href="css/bootstrap.min.css" rel="stylesheet" type=...

How to use nested loop in HTML and JavaScript

                 How to use a nested loop in HTML In this tutorial, we are make to demonstrate how to use a nested loop in HTML and Javascript to create a beautiful calendar design. I hope you will learn something from this code. A nested loop is a loop within the loop, the loop is a two-dimension inner loop, and the outer loop .inner loop is nested inside the outer loop.    Read also:   Free Google Tools for SEO Success Ultimate Guide : Google Search Console Dofollow Backlinks: 5 Benefit for you Website SEO Local SEO is important for small Businesses Schema Markup and How can you use schema markup for seo Backlinks is it a Raking factor for SEO How does the loop work?    First, we are initial the value that the value first passes to the outer loop triggers the inner loop which executes the process. and then the second pass of the outer loop triggers the inner loop again and again till the statement to an end....

How to create a simple and Beautiful Html login form design

 How to create a simple and Beautiful Html login form design  Html Design Form:- An HTML  form is the main source of every document that stores information of users on a webserver using to interact controls on the login page and interact fully. Html form contains information like username, password, mobile number, email id, gender...etc., <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <title>form</title> <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/fonts/ionicons.min.css"> <link rel="stylesheet" href="assets/css/Login-Form-Clean.css"> <link rel="stylesheet" href="assets/css/styles.css"> </head> And more elements HTML forms like checkbox, input box, radio ...

How To Create Image Slider Tutorial step by step using Html, CSS and JavaScript

 How To Create  Image Slider Tutorial step by step using Html, CSS and JavaScript In this tutorial, we will be building a slider tutorial with coding and free download code also .  There are a lot of different available JavaScript sliders you can learn a lot by creating your own and in this JavaScript mini or tiny slider tutorial technique and using HTML and CSS and some JavaScript codes. Body Code: <header> <section class="hero-slider"> <div class="single-slider"> <div class="container"> <div class="row "> <div class="col-lg-6 co-12"> <div class="home-slider"> <div class="hero-text"> <span class="small-title wow fadeInUp" data-wow-delay=".3s">Dailyaspirants.com</span> ...

How to create a gallery Image Filter using simple coding Html, CSS and JavaScript

 How to create gallery Image Filter using simple coding                                       This tutorial demonstrate to build an how to create gallery image filter using simple coding using html ,CSS and JavaScript. Here I am using Bootstrap to create a Data Image filter and when the Button is click image loader do the work to filter the data and show on the screen. Bootstrap is the easy to handle and simple to understand the script and components to create a website.  Header tags: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="assets/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="fancybox-mast...