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
7
Answer:
<!doctype htlm>
Explanation:
This will be suitable because most of the modern browsers use HTML5 only.
Answered by
4
Answer:
<!DOCTYPE html>
Explanation:
Similar questions