<!DOCTYPE html>
Posted: Fri Mar 22, 2024 12:44 am
All webpage pages need <!DOCTYPE html> tag
As you learned in the last few steps of the Cat Photo App, there is a basic structure needed to start building your web page.
Add the <!DOCTYPE html> tag, and an html element with a lang attribute of en.
As you learned in the last few steps of the Cat Photo App, there is a basic structure needed to start building your web page.
Add the <!DOCTYPE html> tag, and an html element with a lang attribute of en.
<html<!DOCTYPE html><html lang="en"></html>