A collection of articles and books written in plain HTML.
This is the introduction to my library. It is written using only HTML tags. No CSS or JavaScript is used in this project.
"A reader lives a thousand lives before he dies."
HTML is the backbone of every website. It helps structure the content like text, links, images, and tables.
Tag | Usage |
---|---|
<h1> to <h6> | Headings |
<p> | Paragraph |
<a> | Hyperlinks |
We learned how to make a library with plain HTML. This project shows the real power of simple tags.