Skip to main content

Featured

Some another html tags.

HTML tags are literally soul of a website and in this webpage i am going to show you some another html tags with their preview.

First of all i am going to show you all those tags which i will explain you in throughout this webpage


    <Input>
     <Footer>
     <Image>
     

So let's get started…


  1. Input tag.

Input tag is used to create a input area for which you can add input area where you can take input from user and then you can use backend to process user input.


Code

    <Input type="number">

Preview


      2.footer

Footer tag is used to create a footer part where you can add copyright and can add some another parts. you should add this tag in the last of your webpage.


    <Footer style="background-color:Blue;">&copy; arrange the future.blogspot.com</footer>

Preview

©arrangethefuture.blogspot.com


       3.image

Image tag is used to add a image in your website. You can see a example and then you can add in your webpage but first save a image where you will save your file of html. Or you can add path of image in source section.

Code 

    <img sec="image.jpg"/>

Preview


Comments

Popular Posts