Definition : Marquee is a tag which is meant for moving the content on the page. Not only the text, it will move images and…
Posts published in “Examples”
Definition: These are the tags which are meant for formatting the content on the webpage. Formatting means align how we have to display the content…
Definition : These are the tags which are meant for displaying the content in bigger headings of the page. Program : <html> <body> …
<html> <!—-root tag—-> <head> <!—-child 1 tag—> <title> First title </title> </head> <body bg color=”red”> <!—-child 2 tag—-> vcxxvcxxxsavx </body> </html>