Starting With Html.
HTML stands for Hypertext Markup Language. This is used to create a skeleton of a webpage. It has an opening and closing tag such as <tag> </tag>. Some of them are self-closing tags i.e <br/>, <img/> and more.
A basic website can be built through HTM...
devbytes.hashnode.dev2 min read