Disable past date in Contaact Form 7

To Set Current Date as MinDate in the form 7 calendar [date* date-start min:today step:1 class:required] To Set Any specific Date as MinDate in the form 7 calendar [date* date-start min:2020-07-01 step:1 class:required] To Set MinDate after some days or week from current date in the form 7 calendar [date* date-start min:today+10days step:1 class:required] [date* […]

Html Class 1

<!DOCTYPE html>
<html>
<head>
</head>
<body >
<a href="https://www.yahoo.com/">click me this</a>
<div style="background-color:red">sample div area </div>
<div style="background-color:green">sample div area </div>
<div style="background-color:orange">sample div area </div>
<div >sample div area 

<h1 style="color:blue;font-family:courier;font-size:50px" >My First Heading h1</h1>
<h1 style="color:blue;">My second Heading h1</h1>
<h3 style="color:red;">My third Heading h3</h3>
<h4>My Forth Heading h4</h4>

<p>This is paragraph tag</p>
<p>This is paragraph tag</p>


</div>



<img src="C:\Users\admin\Desktop\555\1200.jpg" alt="avcbgbhb" width="700px" height="700px">



</body>
<footer>
</footer>
</html>