learn html programs(16 program)start and stop marquee

preview_player
Показать описание
#html #coding #css #marquee #getelementbyid
The new thing in this program is how to start and stop marquee.Remaining output is in next video.

DESCRIPTION OF TAGS:-
HTML -Tag tells browser that it is html document.
HEAD - Tag is used to define the head portion of the document which contain information related to the document.
TITLE -Tag is used to give title of the program.
BODY - Tag defines main content of HTML .
MARQUEE- Tag defines a scrolling text area in the Html document and will scroll content from right to left.
DOCUMENT.GETELEMENTBYID-Tag returns an element object representing the element whose id property matches the specified string.
Рекомендации по теме