html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- These apps are available only in Android Devices -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> 15 App - Learn Programming </title>
</head>
<body>
<h2> Click, download and Learn! </h2>
<ul>
<li> <a href="https://play.google.com/store/apps/details?id=com.sololearn"> Sololearn </a> </li>
<li>
<a href="https://play.google.com/store/apps/details?id=com.zenva.codemurai"> Codemurai </a>
</li>
<li> <a href="https://play.google.com/store/apps/details?id=com.udemy.android"> Udemy </a> </li>
<li> <a href="https://play.google.com/store/apps/details?id=org.coursera.android">Coursera </a> </li>
<li> <a href="https://play.google.com/store/apps/details?id=org.edx.mobile"> edX </a> </li>
<li> <a href="https://play.google.com/store/apps/details?id=com.codeavengers.codeavengersandroid"> Code Avengers </a> </li>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
ul { list-style: none; font-size: 1.5em; font-family: "Lucida Sans", "Helvetica", "Helvetica Neue", arial, sans-serif; border: 10px solid #00FF84; text-align: center; padding: 20px; line-height: 50px; }
a { text-decoration: none; color: #000; }
a:hover { color: #00FF84; }
h2 { text-align: center; font-family: "Lucida Sans", "Helvetica", "Helvetica Neue", arial, sans-serif; font-size: 1.5em; color: #555; }
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
8
/******************************************
* *
* Made by: @Maz © 2017 *
* Title: Top 15 Apps *
* Tecnologies: HTML, CSS *
* Sources: Google Play Store *
* *
******************************************/
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run