<h1>Some basic terms in web development</h1>
<dl>
<dt>Backend</dt>
<dd>
It is everything that the users don't see and contains behind-the-scenes activities that occur when performing any action on a website. It focuses primarily on databases, backend logic, APIs, and Servers
</dd>
<dt>Frontend</dt>
<dd>
The graphical user interface of a website, through the use of HTML, CSS, and JavaScript, so that users can view and interact with that website.
</dd>
<dt>Domain</dt>
<dd>
A domain is the name of a website, a URL is how to find a website and a website is what people see and interact with when they get there. In other words, when you buy a domain you have purchased the name for your site, but you still need to build the website itself.
</dd>
<dt>Hosting</dt>
<dd>
Web hosting is a service that allows organizations and individuals to post a website or web page onto the Internet. ... Their computer will then connect to your server and your webpages will be delivered to them through the browser. Most hosting companies require that you own your domain in order to host with them.
</dd>
</dl>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.