Giter VIP home page Giter VIP logo

psingh12354 / html5-final-project Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 3.0 96 KB

Coursera HTML5 Final Project This is the code that I have written to pass the Final Project Exam for the Coursera HTML5 Course Attachments: finalproject.html ProjectDescription.png The ProjectDesciption is what you need to replicate using your code except the highlighted yellow content

HTML 100.00%
coursera html5 final project solutions working

html5-final-project's Introduction

HTML5-Final-Project

Coursera HTML5 Final Project

This is the code that I have written to pass the Final Project Exam for the Coursera HTML5 Course

Attachments:

  • finalproject.html
  • ProjectDescription.png The ProjectDesciption is what you need to replicate using your code except the highlighted yellow content

Source Code

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Final Project</title>
</head>
<body>
<header>
    <h1>Priyanshu Singh</h1>
    <nav>
        <a href="www.google.co.in">One</a>
        <a href="https://www.youtube.com/">Two</a>
        <a href="https://in.yahoo.com/">Three</a>
        <a href="https://github.com/">Github</a>
    </nav>
</header>
<section>
    <h2>Favourite Food</h2>
    <ul>
        <li> Chole Bhature</li>
        <li> Ice Cream</li>
        <li> Parathe</li>
        <li> Gulab Jamun</li>
    </ul>
</section>
<section>
    <h2>Achievements</h2>
    Progress in this course (100%)
    <progress value="100" max="100"></progress>
    <br>
    Progress in the Specialization capstone (50%)
    <progress value="50" max="100"></progress>
    <br>
    Progress in life goals (75%)
    <progress value="75" max="100"></progress>

</section>
<section>
    <h2>More About Me</h2>
    <details>
        <summary>My Childhood</summary>I grew up in Mumbai.I lived in a small house and I really miss the fun which I had back then.
    </details>
</section>
<footer>
    <img src="http://www.intro-webdesign.com/images/newlogo.png" alt="WebDesign">
    this page was created by Priyanshu Singh & Colleen can Lent
    To learn more about web design, visit
    <a href="http://www.intro-webdesign.com/">Intro to Web Design</a>
</footer>
    
</body>
</html>

Output

Image

html5-final-project's People

Contributors

psingh12354 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.