Activity 4

Create some links to various search engines (google, yahoo, altavista, lycos, etc).

<!DOCTYPE html>

<html>

<head>

    <title>Search Engines</title>

</head>

<body>

    <!– Links to different search engines –>

    <a href=”https://www.google.com”>Google</a><br>

    <a href=”https://www.yahoo.com”>Yahoo</a><br>

    <a href=”https://www.altavista.com”>AltaVista</a><br>

    <a href=”https://www.lycos.com”>Lycos</a>

</body>

</html>

Create links to five different pages on five different websites that should all open in a new window.

<!DOCTYPE html>

<html>

<head>

    <title>New Window Links</title>

</head>

<body>

    <!– Each link opens in a new tab/window –>

    <a href=”https://www.google.com” target=”_blank”>Google</a><br>

    <a href=”https://www.facebook.com” target=”_blank”>Facebook</a><br>

    <a href=”https://www.youtube.com” target=”_blank”>YouTube</a><br>

    <a href=”https://www.wikipedia.org” target=”_blank”>Wikipedia</a><br>

    <a href=”https://www.twitter.com” target=”_blank”>Twitter</a>

</body>

</html>

Create a page with a link at the top of it that when clicked will jump all the way to the bottom of the page.

<!DOCTYPE html>

<html>

<head>

    <title>Jump to Bottom</title>

</head>

<body>

    <!– Link at the top –>

    <a href=”#bottom”>Go to Bottom</a>

    <!– Long content to create space –>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <!– Bottom of the page –>

    <a name=”bottom”></a>

    <p>This is the bottom of the page.</p>

</body>

</html>

Create a page with a link at the bottom of it that when clicked will jump all the way to the top of the page.

<!DOCTYPE html>

<html>

<head>

    <title>Jump to Top</title>

</head>

<body>

    <!– Top of the page –>

    <a name=”top”></a>

    <p>This is the top of the page.</p>

    <!– Long content –>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <!– Link at the bottom –>

    <a href=”#top”>Go to Top</a>

</body>

</html>

Create a page with a link at the top of it that when clicked will jump all the way to the bottom of the page. At the bottom of the page there should be a link to jump back to the top of the page.

<!DOCTYPE html>

<html>

<head>

    <title>Top and Bottom Links</title>

</head>

<body>

    <!– Top anchor –>

    <a id=”top”></a>

    <!– Link at the top –>

    <a href=”#bottom”>Go to Bottom</a>

    <!– Page content –>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <p>This is the first indented paragraph. Dota 2 is a popular online multiplayer game developed by Valve where two teams of five players compete to destroy the enemy’s Ancient. Each player controls a unique hero with special abilities and roles, such as support, carry, or tank. The game requires teamwork, strategy, and quick decision-making to win. Known for its intense matches and competitive esports scene, Dota 2 is enjoyed by millions of players around the world.</p>

    <!– Bottom anchor –>

    <a id=”bottom”></a>

    <p>This is the bottom of the page.</p>

    <!– Link back to the top –>

    <a href=”#top”>Go to Top</a>

</body>

</html>