Articles in this series
How all this began? · The Context 🧭 Before the internet, there was a time when researchers used to write their papers on physical paper. To share those...
Learn, how to create your first html page. · Basically, HTML is a language. A HyperText Markup Language. A language has its own rules on how to use...
Lets write texts in our webpage. · You can display texts on your webpage in various formats using HTML, such as: Headings Paragraphs bold and italic...
Lets make our webpages beautiful and engaging. · Adding images, icons, audio and videos, and other visuals gives the website a nice look and also serves...
Display your data in the form of lists using HTML · There are a lot of real-life examples that need to be presented in a list or tabular form. In this...
Tables are essential when it comes to organize data. · Tables on a webpage can be used to display data in an organized format. In HTML, the fundamental...