Posts

Showing posts from February, 2023

How to About Us Page Section Using HTML & CSS

 How to About Us Page Section Using   HTML & CSS HTML : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://kit.fontawesome.com/2f934aa499.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="style.css"> <title>About Us</title> </head> <body> <div class="section"> <div class="container"> <div class="content-section"> <div class="title"> <h1>About Us</h1> </div> <div class="content"> <h3>The Intelligent ...

HOW TO MAKE CALCULATOR USING HTML CSS JAVASCRIPT ?

Image
 HOW TO MAKE CALCULATOR USING       HTML CSS JAVASCRIPT ? HELLO TODAY I MAKE CALCULATOR  USE TO HTML CSS JAVA SCRIPT LET'S START  HTML CODE <!DOCTYPE html > <html lang = "en" >     <head>         <link rel = "stylesheet" href = "style.css" >         <title> Calculator </title>     </head>     <body>         <div class = "main" >             <input type = "text" id = "res" placeholder = "0" >             <div class = "btn" >                 <input type = "button" value = "C" onclick = " Clear()" >                 <input type = "button" value = "%" onclick = " Solve( '%' )" >                 <in...

make Iron man helmet codinets ankur1 ankur2 ankur3

make Iron man helmet codinets ankur1  ankur2   ankur3  ankur1 :  [[(-40, 120), (-70, 260), (-130, 230), (-170, 200), (-170, 100), (-160, 40), (-170, 10), (-150, -10), (-140, 10),(-40, -20), (0, -20)],  [(0, -20), (40, -20), (140, 10), (150, -10), (170, 10), (160, 40), (170, 100), (170, 200), (130, 230), (70, 260),(40, 120), (0, 120)]] ankur2 : [[(-40, -30), (-50, -40), (-100, -46), (-130, -40), (-176, 0), (-186, -30), (-186, -40), (-120, -170), (-110, -210),(-80, -230), (-64, -210), (0, -210)],  [(0, -210), (64, -210), (80, -230), (110, -210), (120, -170), (186, -40), (186, -30), (176, 0), (130, -40),(100, -46), (50, -40), (40, -30), (0, -30)]] ankur3 : [[(-60, -220), (-80, -240), (-110, -220), (-120, -250), (-90, -280), (-60, -260), (-30, -260), (-20, -250),(0, -250)],  [(0, -250), (20, -250), (30, -260), (60, -260), (90, -280), (120, -250), (110, -220), (80, -240), (60, -220),(0, -220)]] watch full video  link : Click Here Thank you !

How To Make Responsible Website Using HTML, CSS and JAVA script

Image
How To Make Responsible Website Using HTML, CSS and JAVA script  description :  thanks for visit........ fast of all  watch this video : https://youtu.be/vXV11hN6nuI OUTPUT start the coding  HTML <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Website </ title >     < link rel = "stylesheet" href = "style.css" > </ head > < body >     < header >         < h2 class = "logo" > Logo </ h2 >         < nav class = "navigation" >             < a href = "#" > Home </ a >             < a href = "#" > Ab...