📜  himym (1)

📅  最后修改于: 2023-12-03 14:41:43.760000             🧑  作者: Mango

HIMYM - How I Met Your Mother

HIMYM

HIMYM stands for How I Met Your Mother, a popular American sitcom that aired from 2005 to 2014. The show revolves around five friends - Ted, Marshall, Lily, Barney, and Robin - and their lives in New York City.

Characters
Ted Mosby

Ted is the main character of the show, and the narrator. He is an architect who is in search of his soulmate.

Marshall Eriksen

Marshall is Ted's best friend and college roommate. He is a lawyer, who is also in a committed relationship with his college sweetheart, Lily.

Lily Aldrin

Lily is Marshall's wife and a kindergarten teacher. She is known for her artistic abilities and her love for painting.

Barney Stinson

Barney is the self-proclaimed womanizer of the group. He is a businessman, who is known for his suits, catchphrases, and elaborate schemes.

Robin Scherbatsky

Robin is a Canadian news anchor who joins the group in the second season. She has an on-and-off relationship with Ted, and is also known for her love for guns.

Themes

The show explores various themes such as love, friendship, family, and career. The show is also known for its use of flashbacks, flashforwards, and nonlinear storytelling.

Technology

The characters in HIMYM use various forms of technology such as smartphones, laptops, and social media. In one episode, Barney creates his own website called "Not A Father" to prove that he is not the father of a child.

Programming References

The show also includes many references to programming and technology. In one episode, Marshall and Lily try to teach Ted how to code, but he struggles with it. In another episode, Barney creates his own video resume using HTML and CSS.

<!DOCTYPE html>
<html>
  <head>
    <title>Barney Stinson Video Resume</title>
    <style>
      body {
        background-color: #000;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
      }
      
      h1 {
        font-size: 3em;
        margin-top: 0;
      }
      
      img {
        border-radius: 50%;
        height: 200px;
        margin-bottom: 20px;
        width: 200px;
      }
      
      p {
        margin-bottom: 20px;
      }
    </style>
  </head>
  <body>
    <img src="https://i.imgur.com/VmFAtvU.jpg" alt="Barney Stinson">
    <h1>Barney Stinson</h1>
    <p>Businessman, suit enthusiast, and legendary bro</p>
    <p><em>"When I get sad, I stop being sad and be awesome instead. True story."</em></p>
  </body>
</html>
Conclusion

HIMYM is a beloved sitcom that has captured the hearts of many viewers. With its relatable characters, witty humor, and programming references, it has become a cultural phenomenon.