Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

iframe-imbed-3-videos.html
please help with links for src attribute

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>

<body>
<main> 
<h1>Front-End Web Development</h1>
<p>Front-End Web Development involves designing and building user interfaces of websites using HTML, CSS, and JavaScript. It focuses on creating visually appealing, interactive, and user-friendly websites. Front-end developers ensure accessibility, performance optimization, and adherence to web standards, blending creativity with technical expertise.</p>

<section>
    <h2>HTML</h2>
    <p>HTML, or HyperText Markup Language, forms the backbone of web pages by defining their basic structure and layout. It uses a series of elements to display text, images, lists, tables, and other static content on a web page</p>
  <iframe ><iframe>  
</section>

</main>
</body>

</html>

Your browser information:

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

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-video-compilation-page/669e81368e52b3a5c35a2dc5.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @siboniso,

Attributes, like src, always go in the opening tag of an HTML element.

You can review this theory lecture to see some examples:
Working with the iframe Element - How Do You Embed Videos onto Your Page Using the iframe Element? | Learn | freeCodeCamp.org

Update: You can look up some of your favorite topics on YouTube to get the video links to use.

Happy coding