Wikipedia Viewer

Developer
Size
1,964 Kb
Views
44,528

How do I make an wikipedia viewer?

What is a wikipedia viewer? How do you make a wikipedia viewer? This script and codes were developed by Joe Warren on 16 August 2022, Tuesday.

Wikipedia Viewer Previews

Wikipedia Viewer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Wikipedia Viewer</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html> <head> <title>Wiki Viewer</title> <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet"> </head>
<body> <h1>Wikipedia Viewer</h1> <p class ="wikiDesc">Welcome to my Wikipedia search tool. You can search Wikipedia entries in a search box and see the resulting Wikipedia entries.</p> <hr> <form> Wikipedia: <br> <input type="search" name="wikisearch" placeholder="Search" id="mySearch"> <button onclick="searchWiki()">Search</button>
</form>
</body>
</html> <script src="js/index.js"></script>
</body>
</html>

Wikipedia Viewer - Script Codes CSS Codes

body { width: 70%; margin: 0 auto; background-color: #44a1ed;
}
h1 { font-family: 'Lobster', cursive; text-align: center; font-size: 40px
}
p { font-family: arial;
}
.wikiDesc { text-align: center;
}
form { margin-top: 50px; text-align: center; font-size: 30px;
}
button { font-weight: bold;
}

Wikipedia Viewer - Script Codes JS Codes

function searchWiki() { var inputText = document.getElementById('mySearch').value; fetch("url").then(function(response) { return response.data(); });
}
Wikipedia Viewer - Script Codes
Wikipedia Viewer - Script Codes
Home Page Home
Developer Joe Warren
Username MightyJoeW
Uploaded August 16, 2022
Rating 3
Size 1,964 Kb
Views 44,528
Do you need developer help for Wikipedia Viewer?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Joe Warren (MightyJoeW) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!