January 2019
Intermediate to advanced
490 pages
15h 37m
English
The index.html file should have the following contents:
Start defining the HTML file with a DOCTYPE declaration and the <html> tag:
<!DOCTYPE html><html>
The <head> section of the HTML file should have contents as follows:
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>QNA Time</title> <script src="https://apis.google.com/js/platform.js" async defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/aws-sdk/2.390.0/aws-sdk.min.js"></script> <meta name="google-signin-client_id" content="1056864857699-i6ami0u5oevpn9bro2k3r095jtqohdi7.apps.googleusercontent.com" /></head>
Start defining a <script> section with the following variables:
<script type="text/javascript"> ...
Read now
Unlock full access