scrimba
Frontend Career Path
Learn UI design
Simple layout
Building a simple layout - intro
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Building a simple layout - intro
AboutCommentsNotes
Building a simple layout - intro
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<p>Today's Article</p>
<h1>A Place in <span>Time</span> and <span>Space</span></h1>
</body>
</html>
Console
/index.html
-1:19