August 27, 2021

video downloader UI using html || codeaj

 







Source code

<!DOCTYPE html>

<html>

    <head>

    <title>Youtube Downloader</title>

        <style>

            body{

                padding:20px

            }

            form{

                border-style:inset;

                text-align: center;

                background-color:lightgray;

                border-radius: 10px

                

                

            }    

            p{

                font-family: sans-serif

            }

            h1{

                font-family: monospace;

                color: brown

            }

        </style>

    </head>

    <body bgcolor="Darkgray">

        <spam><img src="logo.png" alt="Logo" width="50" height="50"></spam>

        <font size=40 color="brown">Utoob</font>

        <p>utoob is most powerful tool to download youtube videos and also there is option to download videos in different qualities .<br>

        if you are talking about or server then its is the one of the most faster server entire the world.

        and also you an download mp3 files of the these videos . me and my teams are continuesly working to improver our website and make it more faster.

        </p>

        

        <form>

        <h1>Youtube Downloader </h1>

        <img src="logo.png" alt="Logo" width="150" height="150">

        <h3><u>Paste Youtube link</u></h3>

        

        <input type="text" autofocus>

            <button type="reset">Clear</button>

            <br><br>

        

            <button type="button">convert</button>

            <br><br>

        </form><br>

        <form>

            <p><b>Speed Test App using kivy,kivymd(python) || codeaj</b> <p>

            

            <p><b>Rating : </b>4.5</p>

            <p><b>Views : </b>16734</p>

            

            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPcwB1TdEz36vXYsTgI7GyfudEiSTQQAZTm5SZ_jKOEbycvuo3eTS1hs3H97orDoRNt-QDWm3DaM4tnVLqJD4ygiPsKvgD5GDM-U-NHOWAHEoitRrlN7cp0cd8RuOKL2Dr6Ph5qSMXDIl-/s1920/shapeeee.png" alt="thembnel_image" width="200" >

            

            <p><u><b>select video quality</b></u></p>

        <input type=radio name="quality">Mp3 

        <input type=radio name="quality">3gp

        <input type=radio name="quality">360p

            

        <input type=radio name="quality">720p

            

        <input type=radio name="quality">1080p

        <br><br>

            <button type="button" onclick="downloaded">download</button><br><br>


        </form>

        

        <p>

        If you have created original content for your website, copyright &copy; law can protect it. Every website should include a brief statement identifying the copyright&copy; owner. Providing such a statement gives notice to visitors that your website belongs to you and that they cannot copy the content without your permission.

        </p>

        

        

        

    </body>

</html>

find the cube of the range given digits. || codeAj

Find the cube of the range given Digits. Source Code r= int ( input ( "enter the range of digit : " )) def number_conter (n): ...