<script src="https://maps.googleapis.com/maps/api/js?key=KEY"></script>declare var google;This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Ordena JSON</title> | |
| <meta name="description" content="Ordenar un JSON en Javascript"> | |
| <meta name="author" content="Fernando Magrosoto V."> | |
| <style> | |
| body { | |
| background-color: white; |
| @media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ } | |
| @media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ } | |
| @media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ } | |
| @media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ } | |
| @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ } | |
| @media (min-width:1281px) { /* hi-res laptops and desktops */ } |