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

Опубликовано: 09 Апрель 2026
на канале: CS Tutorials
4,141
88

In this video we go over two important tags in html.

Like our facebook page:   / cs-tutorials-104880874646043  

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.
https://cstutorials1.blogspot.com/202...

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.
https://cstutorials1.blogspot.com/202...

HTML Beginners Guide: https://amzn.to/2IjnMXR
Check out our HTML Tutorials playlist:    • HTML Tutorial for Beginners in Hindi  

Subscribe our channel:    / @cstutorials16  

#imgtaginhtml #CSTutorials