Git Product home page Git Product logo

Comments (2)

pr410 avatar pr410 commented on July 19, 2024
<script type="text/javascript" src="lightbox/jquery-1.12.1.min.js"></script> <title>London travel guide</title> <script type="text/javascript" src="script.js"></script>
<body id="gradient" onload="myfunction();">
    <div id="container">
        <div id="header">
            <header id="list" class="nav">
                <h1>London</h1>
                <nav>
                    <ul>
                        <li><a href="index.html">Home</a></li>
                        <li><a href="things-to-do.html">Things-to-do</a></li>
                        <li><a href="museums.html">Museums</a></li>
                        <li><a href="image-Gallery.html">Image-Gallery</a></li>
                        <li><a href="location.html">location</a></li>
                        <li><a href="travel-guide.html">Travel-Guide</a></li>
                        <li><a href ="contact-Us.html">Contact-Us</a></li>
                    </ul>
                </nav>
            </header>
        </div>
        <div id="content">
            <article class="london-city">
                <section>
                    <h2>London the city of joy</h2>
                    <p>I have been living in London since 2008 and it's a best city that I have ever lived in my entire life. The best time to visit London is the month of <em>June</em> when days are very long and weather is very pleasent.</p>
                </section>
                <aside id="sidebar">
                    <p> London weather is very windy and full of rain, so don't forget to carry your umbrellas and jackets.</p>
                </aside>
                <video src="vi.mp4" controls>
                your browser does not support the video format.
                </video>
            </article>
        </div>
        <!--Displaying interactive message to the user-->
        <div class ="h3">
            <button onclick="myFunction()">Click Me</button>
            <p id="great"></p>
        </div>
        <!-------------------------------------------------------------------------->
         <div class="h5">
              <!--Comment box for useer to add commnets on the page-->
             <form id="myform">
                <h3>Please leave a comment:</h3>
                Name:<input id="username " type="text" name="username" placeholder="name">
                Email: <input id="email " type="email" name="email" required placeholder="email">
                Comments:<textarea id="comment" rows="10" cols="35" placeholder="Comments"></textarea>
                 <div class="button">
                     <button onclick='return addUser();' type="submit">Submit </button>
                </div>
            </form>
             <div class="h3">
                 <h2>Visitors:</h2>
                 <ul id="users">
                    
                 </ul>
             </div>
        </div>
       <div id="footer">
            <footer>
                <p>Website-Created by: <strong>Rana</strong></p>
                <address>
                    For more information please contact me at <a href="mailto:[email protected]">[email protected]</a>
                </address>
            </footer>
        </div>
    </div>
</body>

from freecodecamp.

pr410 avatar pr410 commented on July 19, 2024

Something along these lines.

from freecodecamp.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.