What is the correct syntax for writing ‘doctype’ in HTML5? Options <!doctype html> <!DOCTYPE html> <!Doctype html> All of the above None of the above code example
Example: doctype html
<!DOCTYPE html>
This tag shows that it is running HTML5
<!DOCTYPE html>
This tag shows that it is running HTML5