Simple Project with HTML Basics

Simple Project with HTML Basics

I completed HTML Basics so I decided to create a project using HTML.

Concepts used- comments, attributes, entities, emmet and shortcuts, Parent-child and Grouping, some basic elements, (some cheats using chatbot named ChatGPT), etc.

I will be posting my project below-

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>JK: An Old style Blog</title>
</head>

<style>
    body {
      background-color: #3d3d3d;
      color: #faf9f9;}
    p {
    font-size: 20px;}
  </style>


<body>
    <div style="text-align:centre;">
        <h1><center>JUJUTSU KAISEN</center></h1>
    </div>

    <div style="text-align:center;">
        <img src="1141137.jpg" alt="ufeelme" height="500" width="850" title="Yuji Itadori">
    </div>

    <p> <i>Jujutsu Kaisen</i> (呪術廻戦, "Sorcery Fight") is a <u>Japanese manga series</u> written and illustrated by <i>Gege Akutami</i>.
    </p>

    <p>It follows the story of <i>Yuji Itadori</i>, a high school student who becomes involved in the world of jujutsu (a form of sorcery) after swallowing a <i>cursed object</i> in order to save his friends from a curse. He is then taken under the wing of <i>Satoru Gojo</i>, a <abbr title="skilled individuals who specialize in exorcising curses and protecting humanity from evil spirits using jujutsu">jujutsu sorcerer</abbr>, and enrolled in a special school for <abbr title="skilled individuals who specialize in exorcising curses and protecting humanity from evil spirits using jujutsu">jujutsu sorcerers</abbr>.</p>

    <p>The series explores themes of friendship, trust, and the struggle between good and evil as Yuji and his friends battle against curses and their users.</p>
    <br><br>


    <h2>Manga </h2>

    <div>
        <img src="gojo.jpg" alt="Satoru Gojo" title="Satoru Gojo" height="300" breadth="500" style="float:right;margin-left:10px;">

        <p>The chapters are collected and published by <u>Shueisha</u> into individual tankōbon volumes. The <i>first volume</i> was published on July 4, 2018. <i>Twenty-two volumes</i> have been released as of March 3, 2023. A nine-page one-shot chapter, following the daily lives of Yuta and the other first-year students, was included in <i>"Jujutsu Kaisen #0.5 Tokyo Prefectural Jujutsu High School"</i> booklet, released in December 2021, to promote the film adaptation of Jujutsu Kaisen 0.</p>
    </div>

    <h3>Awards</h3>
    <ul>
        <li>Jujutsu Kaisen won the <i>3rd annual Tsutaya Comic Award</i> in 2019. </li>
        <li>It ranked <i>first</i> on the <i>"Nationwide Bookstore Employees' Recommended Comics"</i> by the Honya Club website in 2019.</li>
        <li>Jujutsu Kaisen won the <i>Mandō Kobayashi Manga Grand Prix 2020</i>, created by comedian and manga enthusiast Kendo Kobayashi, in which each year's winner is decided based on his personal taste.</li>
        <li>and many more</li>
    </ul><br>



    <h2>Anime</h2>

    <div>
        <img src="Nobara Kugisaki.jpg" alt="Nobara Kugisaki" title="Nobara Kugisaki" height="300" breadth="450" style="float:right; margin: left 10px;">

        <p>Jujutsu Kaisen is an <i>anime television series</i> based on the manga series of the same name by <i>Gege Akutami</i>. The series adaptation was announced in the 52nd issue of Weekly Shōnen Jump published on November 25, 2019. The story follows high school student Yuji Itadori as he joins a secret organization of Jujutsu Sorcerers in order to kill a powerful Curse named <i>Ryomen Sukuna</i>, of whom Yuji becomes the host.</p>
    </div>

    <h3>Series Overview</h3>

    <ol>
        <li type="i">Season 1: 24 episodes(2020-2021)</li>
        <li type="i">Season 2: - (Expected in 2023)</li>
    </ol>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>

    <p>"I would like to acknowledge the following sources for their valuable contributions in creating this HTML page: <br> Wikipedia for providing comprehensive information on the topic. <br> ChatGPT for answering my questions and providing helpful guidance. <br> Google for facilitating my research and providing images."</p>

    <a href="https://en.wikipedia.org/wiki/Jujutsu_Kaisen" target="_blank">Wikipedia</a>
    <a href="https://chat.openai.com/chat" target="_blank">ChatGPT</a>
    <a href="https://www.google.com" target="_blank">Google</a>


</body>
</html>

Images Used-

Hope you will like it. Feel free to comment any suggestions, i would love to hear them.