Posts

Automatic Text Typewriter Animation Effect in PHP

Automatic Text Typewriter Animation Effect in PHP Below is the code index.php <?php ?>        <html>        <body>         <center>          <br>          <br>          <br>          <br>          <br>          <br>          <br>          <br>          <br>          <br>          <br>       <h5><b><!-- typewriter2 start -->   <h1><a href="" class="typewrite" data-period="1000" data-type='["Like Share and SUBSCRIBE my Channel..", "Automatic Text Type Writer.."]'>   ...

How to create a Responsive website in Visual Studio using C# - Bootstrap - CSS. 100% Mobile Compatible.

Hello Evey, one Well come to Programing Experts Today we are going to see -----  How to create a Responsive website in Visual Studio using C# - Bootstrap - CSS. 100% Mobile Compatible. To implement the same design as we are seen in the video --- just follow this Algorithm.                                                                           PART: 1  welcomepage.aspx Algorithm  : Step 1 : Just copy and paste this below  Bootstrap code above the closing of  head tag </head> in the .aspx form example (welcomepage.aspx) to make your website responsive as mobile compatible.     <link rel="stylesheet" href="css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> ...