- All HTML file must start with
<!DOCTYPE html>. - The HTML file itself begins with
<html>and ends with</html>. - The visible part of the HTML file is between
<body>and</body>. - Multiple tag must be complete in order.
For an example:
<tr><td>Patel tech code</td></tr>
0 Comments