Computer Science, asked by ngayatri2000, 15 days ago

Select the Doctype that should be specified at the top of all HTML5 documents.
Select one:
O <!doctype html5>
O <!doctype html>
O <!DOCTYPE5 html PUBLIC "-//W3C//DTD HTML 5.0 Transitional//EN">
O <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 5.0 Transitional//EN">​

Answers

Answered by bryanchristy2016
7

Answer:

<!doctype htlm>

Explanation:

This will be suitable because most of the modern browsers use HTML5 only.

Answered by unknowntitle000
4

Answer:

<!DOCTYPE html>

Explanation:

Similar questions