create a html marquee tag
O The title of the page should be 'My favourite Author'. The background color of the page should be aqua. Insert an appropriate text as a marquee before the heading. Use the heading level 1 for the name of the author. It should be underlined and in color red with font face as 'Comic Sans'. The content of the web page must include - About the author in a paragraph. Picture of the author with width and height as 100 x 100. An ordered list of the author's books name. The content should appear in font color black, size 4 and font face 'Arial or 'Courgette' on the web page. Insert a horizontal line between the heading and the content. The line should be of color blue, thickness 5 and width being 500. Take the screenshots of the notepad and the webpage in the browser and use 'add work' to attach the final work in the project assignment.
Answers
Answered by
1
Answer:
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. Do not use this element, instead you can use JavaScript and CSS to create such effects
Answered by
1
Answer:
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. Do not use this element, instead you can use JavaScript and CSS to create such effects.
Similar questions