Computer Science, asked by sneha2006, 1 year ago

what is syntaxin computrrs
write the syntax for <a >and marquee

Answers

Answered by rounakaizen
1
WebKit . marque-[direction] [increment][repeatation][style][speed]
Answered by nhkmk786
1
Syntax refers to the spelling and grammar of a programming language. Computers are inflexible machines that understand what you type only if you type it in the exact form that the computerexpects. The expected form is called the syntax.

Defines name-id as a syntax class, which encapsulates one or moresingle-term patterns. A syntax class may have formal parameters, in which case they are bound as variables in the body. Syntax classes support optional arguments and keyword arguments using the same syntax as lambda.

An HTML marquee is a scrolling piece of text displayed either horizontally across or vertically down your webpage depending on the settings. This is created by using HTML <marquees> tag. Note − The <marquee> tag deprecated in HTML5.
HTML <marquee> Tag. The <marquee> is a non-standard HTML tag which was used to create a scrolling text or an image. It was used to make the text/image scroll horizontally across or vertically down the web page.

rounakaizen: yes
Similar questions