HTML one shot (revision)
*Basics of HTML:
<!DOCTYPE html> : The doctype tells the browser to use standards mode, if not it uses older methods(quirk).
<html> : root, consists of <head> and <body>
<html lang = "ISO code"> : helps browser to know the content language.
*Hea...
madmecodes.hashnode.dev12 min read