How to recreate the home page similar of Wikipedia | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to recreate the home page similar of Wikipedia

28th Jun 2020, 11:51 AM
Lucky Khobragade
Lucky Khobragade - avatar
19 Answers
+ 3
Wikipedia is made using Python + Django. Type this in your Linux console: curl https://www.wikipedia.org/ You made Wikipedia, congratulations
28th Jun 2020, 12:31 PM
⚡🔥 😎 Baby Hater 🔥⚡
⚡🔥 😎 Baby Hater 🔥⚡ - avatar
+ 2
Can you pls show your attempt?
28th Jun 2020, 11:54 AM
Nilesh
+ 2
Wikipedia's home page design is simple actually. All you need is HTML & CSS.
29th Jun 2020, 9:47 AM
Ore
Ore - avatar
+ 2
If you are not satisfied with the answers,i think you should research on it bcoz there are a lot of client-side Lang u can use out there. That's my little advice for you
30th Jun 2020, 12:43 PM
SNO-Coder ♨️
SNO-Coder  ♨️ - avatar
+ 1
So first pls try to complete your HTML, CSS and JS course then only you could get some idea
28th Jun 2020, 11:56 AM
Nilesh
+ 1
Ok ty
28th Jun 2020, 11:56 AM
Lucky Khobragade
Lucky Khobragade - avatar
+ 1
U know java
28th Jun 2020, 11:56 AM
Lucky Khobragade
Lucky Khobragade - avatar
+ 1
Yes Now don't move in java. Want to make a webpage, do consider HTML and CSS
28th Jun 2020, 11:59 AM
Nilesh
+ 1
Ok
28th Jun 2020, 12:00 PM
Lucky Khobragade
Lucky Khobragade - avatar
+ 1
⚡🔥 😎 Baby Hater 🔥⚡ Wrong. Wikipedia uses MediaWiki, which is open source and uses PHP You also can't make a page by just simply visiting it, Some websites are not freely licensed
30th Jun 2020, 1:54 AM
Medcl3
+ 1
If you want to create a homepage similar to Wikipedia u have to use html and css but if you want to create a full clone of Wikipedia you need to have knowledge of javascript and css. So best of luck on your "recreation"🤗
30th Jun 2020, 12:37 PM
SNO-Coder ♨️
SNO-Coder  ♨️ - avatar
+ 1
And you can also embed Wikipedia using the "src" attribute
30th Jun 2020, 12:39 PM
SNO-Coder ♨️
SNO-Coder  ♨️ - avatar
0
I want Idea
28th Jun 2020, 11:54 AM
Lucky Khobragade
Lucky Khobragade - avatar
0
Because I don't know from whew I have to start
28th Jun 2020, 11:55 AM
Lucky Khobragade
Lucky Khobragade - avatar
0
Just use <iframe src=“https://www.wikipedia.org” style=“width:400px;height:600px”>
29th Jun 2020, 3:13 PM
Sali65
Sali65 - avatar
0
SNO-CODER I feel like he needss a script libary like jquery.
30th Jun 2020, 12:39 PM
Sali65
Sali65 - avatar
0
SNO-Coder ♨️ JavaScript is optional in Wikipedia though, since the website works fine without javascript
30th Jun 2020, 12:42 PM
Medcl3
- 1
Sir I have to made just web page
28th Jun 2020, 12:32 PM
Lucky Khobragade
Lucky Khobragade - avatar