Old Website

Drag to rearrange sections
Rich Text Content

Week 9:  We learned how to make a multimedia website using the <iframe>, <img src> and <a href=>.

<iframe> is used to allow other websites to be viewed in a website. It is most commonly used for embedding videos into a website from youtube or other video sites. Next is <img src> it is used for taking an online image and adding it to a website, as long as the image doesn't get erased in the original website it came from it will appear in one's own website. One also has to be careful and must make sure that the link is finite and not changing. And Finally we have <a href> it is used to add links to a website. Unlike <iframe> it does not display a website or video, but takes one to the website itself.

Screen Shot 2017-11-03 at 8.29.23 AM.png

We then began to learn Vim a different text editor that despite appearances was actually much better than nano in many ways. for instance dd would delete a line adding a number such as 3dd would delete 3 lines and so on. This is much helpful than backspacing 3 lines. The biggest difference between nano and vim is that everything is color coded which allowed for errors to be found a lot easier. I also forgot to mention we learned how to use Css better to make our websites look at tad nicer than before using <style>. 

Vim .png

 My website can be found hereLinks to an external site..

rich_text    
Drag to rearrange sections
Rich Text Content
rich_text    

Page Comments