![]() |
IT-Interview.com:Open Database for IT Professionals to share interview questions, answers and knowledge. |
![]() |
IT-Interview.com:Open Database for IT Professionals to share interview questions, answers and knowledge. |

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