HTML what if we had straight lines HR heading H1 and paragraphs p what if we can bind them all together into a book!? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

HTML what if we had straight lines HR heading H1 and paragraphs p what if we can bind them all together into a book!?

23rd Dec 2022, 5:45 PM
Michelle Long
2 ответов
+ 2
We can create anything with html, and style it with css. So we can make book like webpage, even add functionality to change pages (using java script)
23rd Dec 2022, 5:53 PM
PanicS
PanicS - avatar
0
<h1><hr><p>Hello World!</p><hr></h1>
23rd Dec 2022, 5:56 PM
Knight
Knight - avatar