How to Code a Simple HTML Page

Create Html Page

In the previous sessions, we said that the main skeleton of a website and web app is written in HTML and decorated using CSS, then the back end is written using programming languages such as JS. HTML stands for HyperText Markup Language and it is the standard markup language for creating web pages. It can […]