HTML

animate css

How to Create Image Border using CSS

In this article, we will explain How to Create Image Border using CSS.because sometimes we need a border with an image.

Example:-

<html>
<head>
<title>Image Border using CSS</title>
<style> 
#borderimg { 
  border: 10px solid transparent;
  padding: 15px;
  border-image: 
cover image

How to create an object-fit property using CSS

In this article, you will learn How to create an object-fit property using CSS.

Example:-

<html>
<head>
<title>Object fit property</title>
<style>
.fill{
object-fit: fill;
}
.contain{
object-fit: contain;
}
.cover{
object-fit: cover;
}
.scale-down{
object-fit: scale-down;
}
.none{
object-fit: 
how to connect database in php

How to Make ID Card Using PHP Mysql and HTML

In this article, you will learn How to Make an ID Card Using PHP Mysql and HTML. This project is a web-based system. In this Project having some files

How to Make an ID Card Using PHP Mysql and

form validation using jquery

How to Create HTML5 Form Validations

In this article, you will learn How to Create HTML5 Form Validations.HTML5 Form validation is client-side validation . With the help of the HTML5, we can validate the form with the pattern.

Types of Different