Hi ! friends, I'm Deepak

Saturday, 31 August 2019

How to make application form using HTML.

Hi, friends!


This is Deepak Sharma, today I have learned about the application form in HTML.The code is easy to understand but
lengthy to write.
It is very useful in many fields as you know about that.

Let's see what the code is,

<html Lang="fr">
   <head>
      <title>Application form</title>
   </head>
<body>
<h1><font face="Algerian" color="black">
         <center>Application form</center>
         </font>
</h1>
<form method="post">
<p><b>first name</b>
       <input type="text" name="first name"/>
</p>
<br>
<p><b>last name</b>
      <input type="text" name="last name"/>
</p>
<br>
<p><b>Email address</b>
      <input type="text" name="Email 
         address"/>
</p>
<br>
<p><b>Sex</b>
       <input type="radio" name="Sex"
          value="Male"/>Male
   <input type="radio" name="Sex" value="Female"/>Female
</p>
<br>
<p><b>Hobbies</b>
   <input type="checkbox" name="Hobbies" value="Painting"/>Painting
   <input type="checkbox" name="Hobbies" value="Reading"/>Reading
</p>
<br>
<p><select name="Jobs">
   <option value="Software engineering">
     Software engineering
   </option>
   <option value="Data entry">Data entry   </option>
   <option value="Doctor">Doctor</option>
   </select>
</p>
<br>
<p><b>Introduction</b>
       <textarea rows="6" cols="50"  name=         "Introduction">Write your text
      </textarea>
</p>
<br>

<input type="submit" value="Send the information"/>
<br><br>
<input type="reset" value="Clear the information"/>
</form>
</body>
</html>

The output is,

You can try it yourself,and checkout the output of the code.

Friday, 30 August 2019

Some tags of HTML.

Hello! friends,


There also some other tags in which you can try in your HTML code.
let's see what is the code,

<html>  
    <head>  
         <title>This is used to put links of other files or website.</title>
    </head>  
    <body>  
        <b>This is bold tag.</b>
        
        <br> 
        
        <i>This is italic tag,which is a text tag.</i>
        <br>
        <u>This is under line tag.</u>
        <br>
        
        <hr> 
        
        <h4>Display of href attribute.</h4>  
        <p>Below is the link of anchor tag, click the link and see the next page</p>  
        <a href="https://www.nasa.gov">This is a link</a>  
    </body>  
</html>  

here,<a> tag is used to put links.
And some other tags are also is used in this code like,
<br>=for line break in HTML.
<hr>=for horizontal line in HTML.

    You can try it of yourself, checkout the output of the code. 

First HTML code.

Hi! friends,


Today, I have learned about HTML code.
The few things were explained to me.
Let's see what was this , here is the code of 
HTML,


<html>
      <head>
             <title>The basic building blocks of                               HTML.
            </title>
      </head>
<body>

<h1>The building blocks.</h1>
<p>This is a paragraph tag.</p>
<p style='color:red'>The style is attribute of paragraph.</p>
<span>This is span.</span>

</body>
</html>

This is the code, which you can try it yourself.And checkout the output.

Thursday, 29 August 2019

About Me#

Good evening!friends,


Well ,my self  Deepak Sharma,I'm from Sangam Vihar,New Delhi, India.
But,I born in Bihar, India.

As I  have discussed about my present
condition to all of you, so you have 
lumb-sumb idea about me.

And there is so much things to share with you guys.

So now I'm 18,mostly interested in knowledgefull things to know. I also have interest in musics mostly of "Post Malone",
who is my favourite singer. But I listen music on my mind's mood so, sometimes I love those songs that is not in my dictionary of musics.

Besides the course which I'm doing,I am also doing my BSC program from IGNOU.

I love mathematics because there's nothing to learn about something,you have to just follow the pattern and logics.




Wednesday, 28 August 2019

My first post.

Hi,friends.


This is my first post on my blog.
I have recently passed 12th class from RPVV,lajpat nagar.

I had science stream,which was so knowledgefull to me.

Now,I'm pursuing my carrier as a software engineer.I'm a student of IICS,lajpat nagar.

In few months,I have learned IT tools which includes Ms-word,Ms-excel,Ms-powerpoint and Ms-access.

And now I am learning to code in HTML.