how to add link in website with html (ON WEB PAGE)
Hy Guys
Today In This Video I Am Going To Show You Hou You Can Put Links On Your Websites
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>How To Put Links In Our Web Page</title>
</head>
<body>
<a href="http://google.com">Go To Google</a>
<a href="http://fivver.com">Go To Fivver</a>
</body>
</html>
Comments
Post a Comment