What is HTML?
HTML Stands for Hyper Text Markup Language, it is the computer language that structures all the webpages on the internet.
HTML code tells web browsers how to display content like images, links, and text on a webpage.
#100DaysOfCode - Day 1
#FrontEndDevelopment#HTML#CSS#Javascript
Today i spent the day reading and understanding how the web works before i actually dive into learning HTML.
Read the thread to see my notes from todays lesson🧵👇
• Your computer contacts a network of servers called DNS servers. They tell your computer the ip address associated with the requested domain name.
• Every device on the web has a unique ip address.
• A web server is what sends web pages to users.
• The website your visiting can be anywhere in the world. It's the DNS servers that tell your browser how to find the website.
• You connect to the web via Internet Service Provider. You type a domain name or web address into your browser to visit a site.