Describe a minimum of 3 differant website technologies:
HTML - (Hypertext markup language) Is essentially the main language format used for the building up a website and comunicates with your web browser, you can use this code with many programs which can be as simple as notepad or something more complex such as Adobe Dreamweaver. There are differant versions of the coding with the latest being HTML 5 but they all still work on the same programs. The code itself uses tags rather than long continuing scripts for example to make a header in HTML you use a simple tag such as <h1> then right your header and close with </h1>.
Java Script - Java Script is an addition to HTML to add dynamics and more enhanced user interfaces, the code is put directly into HTML and is used as a client side script (which means that you need this in page to take the input from your side, exmaples buttons or videos). However being an Internet code doesn't just mean it can be used on the sites, you can use Java Script on offline in PDF files or desktop widgets. Java Script is also an implication of another form of code known as ECMA and you must know that JAVA is different from Java Script.
FLV - Flash video is used with HTML to contain a video and then deliver it over the internet using Adobe Flash Player, where as HTML can be seen straight from the browser without anything added you much download a plugin to see these videos. FLV is usually the default video script used in the internet today, for example hundreds of video sites will use it including: Youtube, Metacafe and Vevo.
No comments:
Post a Comment