From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
How websites and HTML work for complete beginners
From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment
How websites and HTML work for complete beginners
So how do websites actually work? One of the most important things when it comes to understanding how a website works is rendering. Rendering just means the images that you see that you can interact with. That's the UI. Remember, the user interface. What that means, really, is that when the user visits a web page, the server is going to return an HTML file. Even if it's React, I don't care. even if it's React or React or whatever fancy frameworks you're using, it's still going to return an HTML file to your browser. And that HTML file is going to look like this. It's a file. It's just a document with some code written on it. Now, HTML is a markup language. And it stands for Hypertext Markup Language. Really simply and quickly, because we're not going to get lost in the history of the internet, But HTML is code that's used to create web pages. You have to think of this like the building blocks of a web page. You get these special tags, like a body, so the body of the web page, or divs,…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
Course overview1m 52s
-
What is Next.js and web development basics8m 48s
-
What are the essentials of web development for beginners?6m 26s
-
Quick note on self-learning2m 4s
-
What is React for complete beginners?4m 15s
-
What is Next.js exactly and its usefulness basics?3m 20s
-
(Locked)
How websites and HTML work for complete beginners5m 1s
-
-
-
-
-
-
-
-
-
-
-
-