Open Question
What are HTML elements?
  (Time Left: 0 days 0 hours)
  asked by: uglywoman  on: Jul 10, 2009  
Answers ( 3 )

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>


  quincedesire   answered on:Jul 11, 2009  0 comments


Open and closed html tags with the content together constitute an HTML Element

  introvert_guy   answered on:Jul 13, 2009  0 comments


HTML elements are nothing but HTML tags. eg: html head title meta body table h1 h2 h3 font p marquee etc

  michaelong78   answered on:Jul 15, 2009  0 comments

 
Answer this Question:  Maximum Lenght of Answer:10000

 

Hot Questions

Contact Us - IT-Interview