Sunday, 2 August 2020

The Elementary template of web page


<!DOCTYPE html>
<html>
   <head>      <title>Page Title</title>
        <style>
           h1 {color: blue;
text-align:center ;
    border-right:10px solid red;
    border-left:10px solid green;
}
h1.dkt {color: green;
text-align:center ;
    border-right:10px solid #00f;
    border-left:10px solid #f00;
}
           
        </style>
    </head>
    <body>
   
   
   
   
   
   
        <h1 class="dkt"> Dushyant Kumar Tyagi</h1>
<script>
   
document.write("<h1>The map()function</h1>")
var as=[1, 2, 3, 4, 5, 6