index.html

Following is the index.html file. We are using standard HTML tags here, so the code of the web page should be easy to follow:

<!doctype html><html lang="en"/><head>    <meta charset="utf-8"/>    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>    <title>Universal Translator</title>    <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">    <link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-blue-grey.css">    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"></head><body class="w3-theme-14">    <div style="min-width:400px">        <div class="w3-bar w3-large w3-theme-d4">            <span class="w3-bar-item">Universal Translator</span>        </div> ... ...

Get Hands-On Artificial Intelligence on Amazon Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.