+ 2
Which HTML elements can be used both as a tag and an attribute ?
...
2 ответов
+ 5
<style>
<p style="">
+ 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"/>