Showing posts with label Semantic IMDb. Show all posts
Showing posts with label Semantic IMDb. Show all posts

Thursday, November 3, 2022

Semantic IMDb

 Semantic IMDb

Create a simple HTML document. It should consist of your favorite movie, should have actors of the movie, and some quotes from the movie that you liked. Style your page as you like.



<html>
    <body>
        <header>End Game</header>
        <nav >
            <a href="#actor" id="nav-actor">Actors</a>
        
         
            <a href="#quote"  id="nav-quote">Quotes</a>
        </nav>
        <details>
  <summary>Epcot Center</summary>
  <p>Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.</p>
</details>
<section id="actor">
  <h2>The Night Watch</h2>
  <p>
    The Night Watch (Dutch: De Nachtwacht), is a 1642 
    painting by Rembrandt van Rijn. It is in the collection 
    of the Amsterdam Museum but is prominently displayed 
    in the Rijksmuseum (State Museum) as the best-known 
    painting in its collection. The Night Watch is 
    the most famous Dutch Golden Age painting.
  </p>
</section>
<section id="quote">
  <h2>The Night Watch</h2>
  <p>
    The Night Watch (Dutch: De Nachtwacht), is a 1642 
    painting by Rembrandt van Rijn. It is in the collection 
    of the Amsterdam Museum but is prominently displayed 
    in the Rijksmuseum (State Museum) as the best-known 
    painting in its collection. The Night Watch is 
    the most famous Dutch Golden Age painting.
  </p>
</section>
<aside>
<h4>IMDB rating 5<h4>
<p>Release Date: 02/02/2022</p>
</aside>
<footer>Produced by: Sajid</footer>
    </body>
</html>

ads vert

Basic HTML Tables - Layout, HTML Tables, Attributes, Aside, Footer, Tr tag, Td tag, Th tag, Tbody

  Basic HTML Tables - Layout, HTML Tables, Attributes, Aside, Footer, Tr tag, Td tag, Th tag, Tbody < table >      < thead >    ...