First website
Hi everyone! Today we will explore the structure of websites.
HTML stands for HyperText Markup Language. It is a standard markup language for web page creation.
HTML allows you to create the fundumentals of your website. Try to run index.html
to see what will happend.
Nice! Let's add some style to your page with css.
CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media
Try to insert index.css
instead of style.css
and run your code again!
Swipe to start coding
Play with this code!
Solution
Thanks for your feedback!
index.html
index.js
index.css
test.js
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
First website
Swipe to show menu
Hi everyone! Today we will explore the structure of websites.
HTML stands for HyperText Markup Language. It is a standard markup language for web page creation.
HTML allows you to create the fundumentals of your website. Try to run index.html
to see what will happend.
Nice! Let's add some style to your page with css.
CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media
Try to insert index.css
instead of style.css
and run your code again!
Swipe to start coding
Play with this code!
Solution
Thanks for your feedback!
index.html
index.js
index.css
test.js