Horje

When the input button is clicked, the popover element will show - HTML popovertargetaction Attribute

The input popovertargetaction Attribute. Click the button and it will show the popover element.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The input popovertargetaction Attribute</h1>

<h1 popover id="myheader">Hello</h1>

<input type="button" popovertarget="myheader" popovertargetaction="show" value="Show popover">

<p>Click the button and it will show the popover element.</p>

</body>
</html>

Output should be:

When the input button is clicked, the popover element will show - HTML popovertargetaction Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin