Monday, April 13, 2020

HOW TO CREATE UNORDERED LIST IN HTML ?

<!DOCTYPE html>

<html>
    <head>
        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
        <title>Hello, World!</title>
    </head>
    <body>
        <h1>
            Hello, World!
        </h1>
        <ul style="type:square">
        <li >FORTRAN</li>   
            
            <li>C</li>
            <li>C++</li>
            <li>HTML 5</li>
            <li>VB 6</li>
            <li>SQL</li>
            <li>VB.NET</li>
            <li>ASP.NET</li>
            <li>JAVA 2</li>
            <li>PHP 7</li>
            
            
        </ul>
        
    </body>
</html>

OUTPUT : 


HOW TO CREATE AN ORDERED LIST IN HTML ?

<!DOCTYPE html>

<html>
    <head><script>
        
        
        
       alert ("hi");
    </script>
        
        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
        <title>Hello, World!</title>
    </head>
    <body>
        <h1>
            Hello, World!
        </h1>
        <p align="center">Welcome to my website.This site shows tutorials for html.</p>
    <p align="right">Welcome to my website.This site shows tutorials for html.</p>
    <p align="left">Welcome to my website.This site shows tutorials for html.</p>
     <hr color="red">
        
        </body>
</html>

OUTPUT : 

HOW TO CREATE AND ALIGN PARAGRAPHS IN HTML ?

<!DOCTYPE html>

<html>
    <head><script>
        
        
        
       alert ("hi");
    </script>
        
        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
        <title>Hello, World!</title>
    </head>
    <body>
        <h1>
            Hello, World!
        </h1>
        <p align="center">Welcome to my website.This site shows tutorials for html.</p>
    <p align="right">Welcome to my website.This site shows tutorials for html.</p>
    <p align="left">Welcome to my website.This site shows tutorials for html.</p>
     <hr color="red">
        
        </body>
</html>

OUTPUT : 

HOW TO CREATE HEADINGS IN HTML ?

<!DOCTYPE html>

<html>
    <head>
        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
        <title>Hello, World!</title>
    </head>
    <body>
        
        Heading (H1 to H6) tags are used for displaying different size of headings.
        They are of six types from H1 to H2.
        H1 is largest and H6 is smallest in size.
        
        <h1>
            Hello, World!
        </h1>
        
        <h2>
            Hello, World!
        </h2>
        
        <h3>
            Hello, World!
        </h3>
        
        <h4>
            Hello, World!
        </h4>
        
        <h5>
            Hello, World!
        </h5>
        
        <h6>
            Hello, World!
        </h6>
        
        
        
        
        
        
        
        
        
        
        
    </body>
</html>

Saturday, April 11, 2020

My Quotes New Tab

My Quotes New Tab: Quotes can be inspirational and motivational. Enjoy a wallpaper image of a new inspirational quote with every new tab.

Tuesday, April 7, 2020

FATHER OF COMPUTERS


FATHER OF COMPUTERS



CHARLES BABBAGE 



COMPUTER MEMORY TABLE

COMPUTER MEMORY TABLE :
  1. 1 Bit= 1 Binary Digit
  2. 1 Nibble= 4 Bits 
  3. 1 Byte= 8 Bits
  4. 1 Kilobyte= 1024 Byte
  5. 1 Megabyte=  1024 Kilobyte
  6. 1 Gigabyte= 1024 Megabyte
  7. 1 Terabyte=1024 Gigabyte
  8. 1 Petabyte=1024 Terabyte
  9. 1 Exabyte=1024 Petabyte
  10. 1 Zeetabyte=1024 Exabyte
  11. 1 Yontobyte= 1024 Zettabyte
  12. 1 Brontobyte= 1024 Yontobyte
  13. 1 Geopbyte= 1024 Brontobyte





MY MARS DREAM 2021