You may hear web designers and developers say that they specialize in either the frontend or backend of website creation. I, personally specializes in frontend of website creation. This whole lessons focuses primarily on frontend web design.
“Frontend” refers to any aspect of the design process that appears in or relates directly to the browser. The following tasks are commonly considered to be frontend tasks:
“Backend” refers to the programs and scripts that work on the server behind the scenes to make web pages dynamic and interactive. In general, backend web development falls in the hands of experienced programmers, but it is good for all web designers to be familiar with backend functionality. The following tasks take place on the backend:
HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages.
Before we begin, to be writing out HTML documents by hand, so the first thing we need to do is launch a text editor. I will recommend VS code editor. That's what I use in writing my codes. You'll definitely love it.
In this section, I'll show how to open new documents in VS code. There is a video below that shows how to setup VS code.