HTML document must always begin with the _tag
Answers
Answered by
0
Answer:
HTML document must always begin with <html> tag. </html> is used to mark the end of the document.
e.g.,
<!DOCTYPE html>
<html><head>
<title>Example</title>
<head></html>
Similar questions