filmov
tv
Insert image in HTML page | marquee tag in HTML | Hindi

Показать описание
In this video we go over two important tags in html.
html img tag:
img tag is a unpaired tag.
img tag has various attributes like: src, width, height, title, alt, border.
src attribute indicates the source, source image name or full path of the source image is given as a value to src attribute.
width attribute is used to set the width of the image.
height attribute is used to set the height of the image.
title attribute: when we mouse over the image the value given to the title attribute is displayed as a tool tip.
border attribute used to set the border to image.
alt attribute is used to give an alternate name to the image, when source image is not available at specified location then alternate text will get display in place of the image.
marquee tag:
html marquee tag is used to scroll, slide and move content alternatively. We can scroll, slide or alternatively move the content horizontally or vertically.
It has various attributes like behavior, direction, width, height, bgcolor.
bgcolor attribute is used to set the background color to marquee text.
direction attribute is used to set the direction of movement like left, right, up, down.
behavior attribute is used to set marquee text movement behavior like scroll, slide and
alternate. we can used marquee tag to move images or any other content also.
scrollamount attribute:
used to control the speed of movement. It takes value in milliseconds. 1000 milliseconds equal to 1 second.
#imgtaginhtml #CSTutorials
html img tag:
img tag is a unpaired tag.
img tag has various attributes like: src, width, height, title, alt, border.
src attribute indicates the source, source image name or full path of the source image is given as a value to src attribute.
width attribute is used to set the width of the image.
height attribute is used to set the height of the image.
title attribute: when we mouse over the image the value given to the title attribute is displayed as a tool tip.
border attribute used to set the border to image.
alt attribute is used to give an alternate name to the image, when source image is not available at specified location then alternate text will get display in place of the image.
marquee tag:
html marquee tag is used to scroll, slide and move content alternatively. We can scroll, slide or alternatively move the content horizontally or vertically.
It has various attributes like behavior, direction, width, height, bgcolor.
bgcolor attribute is used to set the background color to marquee text.
direction attribute is used to set the direction of movement like left, right, up, down.
behavior attribute is used to set marquee text movement behavior like scroll, slide and
alternate. we can used marquee tag to move images or any other content also.
scrollamount attribute:
used to control the speed of movement. It takes value in milliseconds. 1000 milliseconds equal to 1 second.
#imgtaginhtml #CSTutorials
Комментарии