Lab #8
Brandon Wilson
Lab #8 Flash Talk Page
In this lab we were to make a flash talk about a topic of our choosing having to do with either net neutrality, internet censorship and/or various hacks. for my flash talk I chose to do DNS vulnerabilities and hacks. The main aspect of this web-page was inserting our flash talk video into it. This was done using a <video> tag as well as other parameters. An example of the code is shown below.
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
</video>
To insert my video I replaced "movie.pm4" with my own video which was in the same folder so all I had to type was the name of my video file.
A web designer would need to know how to insert videos into a web-page in case they want to add a video to their websites. This is a useful skill to know because it would further enhance your web designing arsenal as well as allow for more creativity.
Lab #8 Flash Talk Page
In this lab we were to make a flash talk about a topic of our choosing having to do with either net neutrality, internet censorship and/or various hacks. for my flash talk I chose to do DNS vulnerabilities and hacks. The main aspect of this web-page was inserting our flash talk video into it. This was done using a <video> tag as well as other parameters. An example of the code is shown below.
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
</video>
To insert my video I replaced "movie.pm4" with my own video which was in the same folder so all I had to type was the name of my video file.
A web designer would need to know how to insert videos into a web-page in case they want to add a video to their websites. This is a useful skill to know because it would further enhance your web designing arsenal as well as allow for more creativity.
Comments
Post a Comment