Rangirroa / JavaScript-From-Zero-to-One

0 stars 0 forks source link

Hey! Ho! #1

Closed yarkoyarok closed 2 years ago

yarkoyarok commented 2 years ago

Create file index.html and get exactly same render at your browser:

image
yarkoyarok commented 2 years ago

Some part of information you’ll need can be found here: https://w3schoolsua.github.io/html/html_intro.html

But it’s not covering everything: some parts of information are expected to be found by yourself!

yarkoyarok commented 2 years ago

That’s completely ok to use unicode, as you’ve done! But it could be simpler to use such way to add abstract symbols.

Tip: if you need to display more than one space in a row you need to use   special symbol: that’s simplest way to do that inside regular text. You can try it

<div>It will show here ->       <- only single space</div>