My html editor places this at the beginning of every thing I create:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
and this at the end:
</body>
</html>
Sometimes I add multiple elements on a page.
1)I am fairly certain that this code should only appear once on a page. Am I right?
2)Does BV automatically add this coding and therefore I should removed all instances of it that my editor inserts?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
and this at the end:
</body>
</html>
Sometimes I add multiple elements on a page.
1)I am fairly certain that this code should only appear once on a page. Am I right?
2)Does BV automatically add this coding and therefore I should removed all instances of it that my editor inserts?
Comment