whats the html code/ helpp me please need answer noww thankss:)?

HTML is used to define document structure and format, with the help of a single tag or a pair of tags.

A tag is a string in the language surrounded by a less than(<) and a greater than(>) sign.

An opening tag does not begin with a slash(/).

An ending or closing tag is a string that begins with a slash(/)

for ex: <HTML) and ends with (/HTML)
 
Back
Top