HTML TUTORIAL 02 >>
Here, i am writing some new tag that can be used in html code file to implement new looks.
Tag Name Meaning closing required
Tag Name Meaning closing required
<table> used to create table in html page yes
<form> used to create forms in html page yes
<frame> used to divide html page into frames yes
<iframe> used to create inline frames in html yes
<b> bold font yes
<br> new line No
<ul> used to create undefined list yes
<dl> used to create undefined list yes
<ol> used to create ordered list yes
<script> used to write script in html page yes
<i> italic font yes
<cite> used to create citation yes
<address> used to address in paragraph yes
<small> small size of letter yes
<a> used to refer another link in html page yes
<h1> to<h6> six heading tags are here to write heading yes
<img> used to embed image into html page Inbuilt closing
<link> used to create link in html (for css generally) No
Note that the above tag(not all tag) can't used individually.Some require other attribute to complete them like <img> require src attribute to complete itself. For example,
<img src="c:\users\dell\well.png" /> this is complete code
Stay connected with me for more. Have a nice day.
<img src="c:\users\dell\well.png" /> this is complete code
Stay connected with me for more. Have a nice day.
No comments:
Post a Comment