Latest News

Wednesday, September 24, 2014

HTML Tags part3

HTML Tags part3

here we continue to the third part of HTML tags , if you want to see the part one click here for HTML tags part1 
let start

1: to define a footer for a document or section use 
<footer>
2: to define an HTML form for user input use 
<form>
3: to define HTML heading from big to small
<h1> the big  <h2><h3><h4><h5>  <h6> the small
4: to define a header for a document or section use 
<header>
5: to make a line use
<hr>
6: to define the root of an html document use 
<html>
7: to define an inline frame use 
<iframe>
8:to define an image use
<img>
9: to define an input control
<input>
10: to define a label for an input tag
<label>

No comments:

Post a Comment

Recent Post