+ 5

What is the difference between HTML elements and tags?

....

14th Apr 2018, 10:21 AM
dieserrapha
dieserrapha - avatar
3 ответов
+ 4
Tags are the actual tags, like <aside> and <p> and <div>, etc. Elements are tags when they're used, like <aside id="aside-1">Hello, world!</aside> or <img src="./image.png" alt="An image.">.
14th Apr 2018, 12:04 PM
LunarCoffee
LunarCoffee - avatar
+ 4
Tags means HTML Tags. But HTML elements means everything between Tags, including Tags.
14th Apr 2018, 12:57 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
0
Html element consist of all other tags and operation taking place between the html opening tag and closing tag... Html tags are <hmtl></html>
22nd Apr 2018, 8:44 AM
Shokunbi Abdulfatah Ayodele