Please enable JavaScript.
Coggle requires JavaScript to display documents.
Technical Skills - Coggle Diagram
Technical Skills
-
-
How can I use dynamic methods to successfully insert video, image, and text elements into the website?
I was able to begin answering this question while discussing with a website design expert. From there, I conducted further online research to answer my queries
HTML allows for the direct linking of images using the <img> tag and the linking of YouTube videos using the tag <iframe>
In order to prevent my website from being static, I can use Java Script to add a feature which means that, when opening a web page, the image shown will change every 3 seconds
Adding text content can easily be accomplished through the <p> tag, and I can use Bootstrap to format this text into various layouts
-