Latest Posts

Tuesday 28 December 2021

Aditya Patel

 CSS  BASIC TUTORIAL 


<!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>css tutorial</title>

</head>
<link rel="stylesheet" href="tut10.css">
<style>

    p{
        color:green; background-color: yellow;
    }
</style>
<body>
</h4>css tutorial</h4>
    <!-- <p style ="color:red;background:black" > this is the great tutorial for absolute beginners -->
     <!-- who wants to learn  </p> -->
<p>this is the html tutorial for absolute beginners </p>
</body>
</html>
Aditya Patel

 HTML ENTITIES


<!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>Html entities</title>

</head>
<body>
    <h3>Html entities</h3>
    <p>this is my paragraph</p>
    <p>this is another &nbsp; pargraph &lt;p&gt;</p>
    <p>dollar is written as &dollar;</p>
    <p>this is &copy;</p>
    <p>yen is writen like this &yen;</p>
    <p>rupee is writen like this &rupay;</p>
</body>
</html>
Aditya Patel

 HOW to make forms with the help of code in 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>form </title>
</head>
<body>
    <h3>This is HTML form tutorial</h3>
    <form action="backend.css"></form>
    <div>
       
        Name: <input type="text">
    </div>
    <br>
    <div>
   Address:<input type="text">
    </div>
    <br>
   <div>
   Gender:<input type="text">
    </div>
    <br>
    <br>
    Date:<input type="date" name="date" id="">
    <br>
    <br>
    Bonus:<input type="number" name="Number" id="">
    <br>
<label for="Are you eligible?">Are you eligible?</label>
     <input type="checkbox" name = "my eligibility"id ="Are you eligible?" >
    <br>
    <br>

    <div>
    Gender : Male <input type="radio" name = "my gender">
    Female: <input type="radio" name = "my gender">
    other<input type="radio" name = "my gender">
</div>
<div>
    <label for="car">Car</label>
    <select name="mycar" id="car">
    <option value="Bmw">BMW</option>
    <option value="ferrari">Ferrari</option>
    <option value="forza" selected> Forza</option>
</select>
   
</div>
   
<div>
write about yourself <br><textarea name="mytext" id="" cols="60" rows="10"></textarea><br>



</div>
<br>
<div>

<input type="submit" value="Submit Now">
<input type="Reset" value="Reset Now">
<div>
   
</body>
</html>
Aditya Patel

Tables in 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>table</title>

</head>
<style>table,th,td {border:1px solid rgba(0, 0, 0, 0.582);}</style>
<body>
    <table>
        <tr>
            <th bgcolor="red">sr no.</th>
            <th bgcolor ="green">roll no.</th>
            <th bgcolor="blue">name</th>
            <th bgcolor ="pink">team</th>
        </tr>
        <tr>
            <td bgcolor ="orange">1</td>
            <td bgcolor ="skyblue">72</td>
            <td bgcolor="yellow"  bgcolor="">aditya</td>
            <td bgcolor="orange"> uk organisation </td>
        </tr>
        <tr>
            <th bgcolor ="blue">maths </th>
            <th bgcolor ="saffron">physics </th>
            <th bgcolor="saffron">chemistry </th>
       
        </tr>
        <tr>
            <td bgcolor="saffron">100</td>
            <td bgcolor="orange">23</td>
            <td bgcolor="green">67</td>

        </tr>

    </table>
</body>
</html>
 

Aditya Patel

Code for making lists and tables in HTML

this is just an example



<!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>lists and tables</title>

</head>
<body>
   
    <strong>test marks</strong>
<ul type="circle">
     <br> <l1>mathematics</l1>
     <br> <l1>chemistry</l1>
     <ul>aditya</ul>
     <ul>saurabh</ul>
     <ul>ayush</ul>
     <br> <l1>physics</l1>
       
</ul>

<b>chai sutta bar </b>


<ol type ="a">
<br><l1>aditya </l1>
<br><l1>saurabh</l1>
<br><l1>ayush</l1>

</ol>



</body>
</html>


 

Aditya Patel

 How to add links in HTML

code for HTML link adding

this is just an example 



<!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>links and images</title>
</head>
<body>
    <a href="https:instagram.com/adityaveerpatel"target="_blank">go to instagram page of aditya</a><br>
    <a href="https:facebook.com/adityaveerpatel"target="_blank">go to facebook</a><br>
    <a href="https:instagram.com"target="_blank">go to instagram </a><br>
    <a href="https:twitter.com/adityaveerpatel"target="_blank">go to twitter"</a><br>
    <a href="/tut1.html"target="blank"> tut 1</a><br>
    <a href="/aditya.css"target="blank">aditay css</a><br>
    <a href="/aditya.html"target="_blank">aditya html</a>
    <img src="https://images.unsplash.com/photo-1640510519286-69fcfc58ac98?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxNXx8fGVufDB8fHx8&auto=format&fit=crop&w=200&q=60" alt="eror">

</body>
</html>

Friday 29 October 2021

How to make calculator by Python Code

Aditya Patel

                      How to make calculator via python

             


1.For the sum of two numbers

step1 print ("enter your first  numbers")
step2 n1 = input ()
step3 print ("enter your second number")
step4 n2 = input ()
step5 print ("sum of these two numbers is",int(n1)+int(n2)


2.For the subtraction of two numbers

step1 print ("enter your first number"
step2 n1= input ()
step 3 print ("enter your second number")
step4 n2 = input ()
step5 print ("subtraction of these two numbers is",int(n1)-int(n2)

3.For multiplication of two numbers

step1 print ("enter your first number"
step2 n1= input ()
step 3 print ("enter your second number")
step4 n2 = input ()
step5 print ("multiplication of these two numbers is",int(n1)*int(n2)

4.For division of two numbers

step1 print ("enter your first number"
step2 n1= input ()
step 3 print ("enter your second number")
step4 n2 = input ()
step5 print ("division of these two numbers is",int(n1)/int(n2)


that's all folks! you can make more than two numbers of the calculator by putting their numbers as n(1), n(2), n(3), n(4).........



               

Help me out there - https://shrinke.me/EPgv8k0H

https://shrinke.me/xptdK

Our Team

  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers