Welcome to The Origins Trilogy! The beginning of your web development journey. 🌋
The language we are learning is HTML, or HyperText Markup Language. It was created by a developer named Tim Berners-Lee in 1991.
Today, every website in the world uses HTML!
As the name suggests, HTML is a markup language; it marks up every piece of content on a web page and defines its type. Pretty simple and perfect for beginners!
However, HTML is just one piece used to build a web page. Most web pages use:
HTML: Create the website skeleton.
CSS: Modify the website appearance.
JavaScript: Make it interactive.
This course will focus on HTML to build a strong foundation.
The programs we write will be files with the extension .html.
Ah one more thing, you need a code editor! A code editor is a text editor that can write and run code.
And we have one here. Let's test it out!
A shooting star is falling on the horizon — make a wish! 💫
Type these two lines of code onto line 3:
<h2>Write the date</h2>
<p>Write your wish</p>
Write the date
with today's date.Write your wish
with a wish.And then press the "Run" button.
You just created your first web page with HTML!
Press "Complete" and then "Next" to continue.
Happy coding! (ノ ◕ ヮ ◕)ノ*:・゚ ✧
Want the solution? Try completing the lesson first!
01. Shooting Star
02. Elemental
03. Newspaper
04. Corporate Talk
05. Sous-Chef
06. Lost Pet
07. Favorite Band
01. Shooting Star
10 XP