Basic structure of HTML
The basic structure of HTML looks like or contain:
< !DOCTYPE >
< html >
< head >
< title >
< body >
where <!DOCTYPE html> Tell the version of HTML .
< HEAD >: This contains the information about the HTML document.
< BODY >: This contains everyt...
frontendblogs.hashnode.dev1 min read