Difference between self, parent and blank of target attribute in html
Hy Guys:
Today In This Video I Am Going To Show You And I Will Tell You (Difference between self, parent and blank of target attribute in html)
Sourse Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Balank And Self Links In Your Html</title>
</head>
<body>
<a href="http://google.com"target="self">Go To Google</a>
</body>
</html>
Comments
Post a Comment