Which HTML elements can be used both as a tag and an attribute ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Which HTML elements can be used both as a tag and an attribute ?

...

6th Jul 2019, 8:33 AM
Ruge
Ruge - avatar
2 ответов
+ 5
<style> <p style="">
6th Jul 2019, 9:12 AM
Ginfio
Ginfio - avatar
+ 2
Title Use as tag - <title>webpage Name</title> Use as attribute- The img tag title showing when hover on image < img src="image_path/1.jpeg" title="image1"/>
20th Jul 2019, 6:22 PM
Rishabh jain
Rishabh jain - avatar