Skip to main content

If you could take the perfect trip, where would you go??? What animals would you see? What food would you eat? Add images to this webpage after each paragraph tag, to share your perfect trip with the world. Apply graphics using HTML CANVAS along with properties and methods.

Tags and attributes used:

  • The HTML5 <video> element specifies a standard way to embed a video in a web page.

  • The <font> tag specifies the font face, font size, and color of text.

  • Setting the style of an HTML element, can be done with the style attribute.


The HTML <canvas> element is used to draw graphics, on the fly, via JavaScript.
  • The <canvas> element is only a container for graphics. You must use JavaScript to actually draw the graphics.

  • The <marquee> tag is a container tag of HTML is implemented for creating scrollable text or images within a web page from either left to right or vice versa, or top to bottom or vice versa.

Screenshots:







Comments