Product Landing Page - Build a Product Landing Page

Tell us what’s happening:
Describe your issue in detail here.

hello. can anybody tell me how to add icon in img? or just tell me which website to use or anything.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Movie Theatre</title>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <section>
      <header id="header">
        <img src="">
      </header>
    </section>
    <section></section>
    <section></section>
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.115

Challenge: Product Landing Page - Build a Product Landing Page

Link to the challenge:

Check these websites.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.