Computer Science, asked by aadityavyas6697, 1 month ago

HTML document must always begin with the _tag

Answers

Answered by royarijitaugust2005
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