URL – URL stands for uniform resource locator and every website has one. It is the global address of documents and other resources on the web.
DNS – This stands for domain name server. Domain name server is technology for controlling the names of web sites and other internet domains. The technology in a DNS allows you to type into your web browser for example; ‘endclothing.com’ and your computer will automatically find the address on the internet.
HTML – HTML is the language for describing the structure of web pages. Below is a simple anatomy of html.
<DOCTYPEHTML>
<html>
<head>
<title> untitled document </title>
You must always close the tags always for this coding to work properly.
<body>
CONTENT
</body>
(I have changed the colour of the dash to blue to show where it needs to go in order finish the body content)