HTML Programming
HTML 02: HTML Tags, Elements and Attributes in an easy way
This article focuses on HTML Tags, Elements, and the various attributes associated with them. An HTML document is nothing without the 3 of them.
This article focuses on HTML Tags, Elements, and the various attributes associated with them. An HTML document is nothing without the 3 of them.
To Create a webpage well, you must understand the structure behind it. The main job of HTML is to structure your webpage. This job is done by three main tags: html, head and the body tag. Any website you surf is surely made up of these 3 basic tags.