HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. B

    How to add video on HTMP page?

    Thanks. It works. :)
  2. B

    How to add video on HTMP page?

    I tried to use this code. It displays only a picture of part of the video, but there is no play button. <video width="320" height="240" autoplay> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video>
  3. B

    How to add video on HTMP page?

    Hello. Can someone explain me how to add videos on HTML page? I will use this code to add images: </div> <div class="Gallery-Content--mediaContainer"><a name="NAME_OF_IMAGE.JPG"></a> <div class="Gallery-Content--media"> <div class="imageContainer">...
  4. B

    How to remove containers from HTML web page?

    Thanks a lot! I replaced "<div class="BlackBox">" with "<class="BlackBox">", i removed only "div", and now it works perfectly. Thanks a lot. By closing tags you mean to keep "<", right?
  5. B

    How to remove containers from HTML web page?

    Hello, everyone. I'm trying to make web page by using HTMl file, but it seems i have some problems. A person allowed me to download, edit, and use his own HTML file, so i can create my own web page. I dont have programming abilities, but i still can understand some parts of the code. I started...
Back
Top