registration form html css

Registration form HTML CSS

Today we will make a registration form using css and bootstrap. Folder Structure assetsbootstrapcssbootstrap.min.cssjsbootstrap.min.jscssstyles.cssimgmeeting-photo.jpgjsjquery.min.js index.html index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <title>Registration-Form-with-Photo</title> <link rel="stylesheet"…
login form html css

Login form HTML CSS

Today we will create a html login form using css. Login form html css is prity simple just copy the source and paste it. Folder Structure assetsbootstrapcssbootstrap.min.cssjsbootstrap.min.jscssstyles.cssjsjquery.min.jsfontsionicons.min.cssindex.html index.html <!DOCTYPE html>…
How to handle IOException in Java

How to handle IOException in Java

IOException In Java, IOException is one of the most common Exceptions when the program operates between input and output.IOException is used for input and output-related operations. Sometimes it’s called Input-Output Exception. Whatever the reason…
PHP Conditional Statements

PHP Conditional Statements

In this example, we will discuss php conditional statements. PHP supports the following conditional statements. if conditional statementif.....else conditional statementif....elseif.....else conditional statementswitch.....case conditional statement The if Statement This is used to executed…