Check project status.

In this course:

In this course we will discuss the basics of the technologies that power the modern web. We will cover the basics of HTML and Typescript.
6 Lessons|12 Minute Read
Engineering
Course:
Coding the Web - The Basics

Lessons:

What is HTML

In this lesson we will cover what HTML is and what we use it for.
You will use HTML to establish the structure of your page. Most modern frameworks wrap HTML in something like JSX, which is just nice to use HTML.
HTML is a specification that tells a computer what certain data means. For example, if a browser sees
image of a girl
image of a girl
It knows that the tag <img /> is telling the browser that img_girl.jpg is a JPEG image and it should render the image as such.
When a browser receives HTML from a server, it will first read the text and construct a tree of all the elements specified in the HTML file.
The following HTML will be interpreted by the browser
HTML
HTML
And the browser will construct a tree of the elements
DOM nodes
DOM nodes
If you right-click and click inspect on this screen
inspect element
inspect element
You will see the DOM for this page
DOM of current page
DOM of current page
Then you click the element selector and see the different containers (nodes) that make up the screen.
Select element
Select element
Div element in the dom
Div element in the dom
Interested in learning more about design?
The Lab

Our Library

Raidon
433 Broadway Suite 404 New York, NY 10012
+1 (332) 333-2855
© 2024 Raidon.