BODY ATTRIBUTES / IMAGE HANDLING IN HTML / BACKGROUND IMAGE /MARQUEE
BODY ATTRIBUTES :-
there are some types of attributes used in a body tag.
1.BG color <BODY BGcolor="red">
IMAGE HANDLING IN HTML :-
1.in the concept we have to used image in html page.
2.image is used <IMG>
<IMG SRC="P1.JPG" HEIGHT="200" WIDTH="200" BORDER="5">\
BACKGROUND IMAGE:-
<BODY background="P1.jpg">
MARQUEE :-
this tag is used to move data on computer screen.
marquee height="200" width="500" bgcolor="yellow" direction="up" scrolldelay="1" scrollamount="1"> welcome to my program </marquee>
Comments
Post a Comment