HHutchsoninhutch.hashnode.dev·Sep 28, 2023 · 2 min readHTML Document Structure<!DOCTYPE html> <html lan="en"> <head> <meta charset="UTF-8" /> <title>Basic Language of the Web</title> </head> <body> <h1>Welcome to HTML</h1> </body> </html> Headings There are different sizes of headings...00
HHutchsoninhutch.hashnode.dev·Sep 19, 2023 · 2 min readOverview of Web DevelopmentWhen you search for something on a browser, the browser sends a request to the web server and the web server returns the files in the form of a response where the browser then translates the HTML, CSS and JS files into a webpage. The process of writ...00