What are HTML elements?

Questions by blenda   answers by blenda

Showing Answers 1 - 9 of 9 Answers

Sujatars

  • Jul 30th, 2007
 

HTML documents are text files made up of HTML elements and HTML elements are defined using html tags.

<body> This is my first homepage. <b>This text is bold</b> </body>


The HTML element starts with a start tag, <body>
then the content of the HTML element This is my first homepage
& lastly HTML element ends with an end tag: </body>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions