Search This Blog
Html tutorial, css tutorial, js tutorial, website creating tutorial, android app development tutorial, java tutorial, xml tutorial, programming tutorial
Featured
- Get link
- X
- Other Apps
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…
- 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;">© arrange the future.blogspot.com</footer>
Preview
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
- Get link
- X
- Other Apps
Popular Posts
Java tutorial. How to start with java. Tutorial
- Get link
- X
- Other Apps
Comments