You are on page 1of 4

CMS

TASK 1

E - S K I L L S
Lore Triest 2IBM02

Table of contents

TABLE OF CONTENTS ...................................................................................................................... 2
INTRODUCTION .............................................................................................................................. 2
TASK ............................................................................................................................................... 2
HTML .................................................................................................................................................. 2
HTML5 ................................................................................................................................................ 2
XML .................................................................................................................................................... 3
JAVASCRIPT ............................................................................................ ERROR! BOOKMARK NOT DEFINED.
CSS ..................................................................................................................................................... 3
CSS 3 ................................................................................................................................................... 3
CONCLUSION .................................................................................................................................. 3
REFERENCES ................................................................................................................................... 4
BIBLIOGRAPHY ....................................................................................................................................... 4


Introduction

For this assignment I need to look up and find out what html, html5, xml, JavaScript, CSS
and css3 mean. This task is related to CMS (content management systems).


Task
HTML

HTML is a markup language for describing web documents and web pages. HTML is designed
to display data. The abbreviation HTML stands for Hyper Text Markup Language, and this
language is made out of markup tags and each tag describes a different document content.
So basically every website is build out of different html-codes and by using html you can
build/customize websites. The purpose of a web browser (Chrome, IE, Firefox, Safari) is to
read HTML documents and display them (w3schools, 2015)

HTML5

HTML5 is the newest version of HTML. HTML is a language that keeps evolving and changing
to solve compatibility problems with other versions.

XML

XML stands for Extensible Markup Language, which was designed to store and transport data
and its self-descriptive. However, unlike HTML there are no predefined tags when you use
XML, so the author must both define the tags and the document structure.

XML simplifies data sharing, data transport, platform changes and data availability. Because
XML stores data in plain text format, its compatible with most systems and makes it easier
to upgrade or expand to new operating systems. (w3schools, 2015)

JavaScript

JavaScript is a scripting language that enables web authors to design interactive sites. Unlike
Java it was developed independently by Netscape. JavaScript can interact with HTML source
code and enables authors to create dynamic content. It is supported by most internet
browsers. (Beal, 2015)

CSS

CSS stands for Cascading Style Sheets and is a style language that is used to define the layout
of html documents. This means that you can use CSS to change fonts, colors, margins from
your html page. Its supported by all browsers. (html.net, 2015)

CSS 3

CSS3 is the newest version of CSS thats available today and it offers even more options to
change the layout of your html page.

Conclusion

There are many systems that work together to create a good looking website. You definitely
need some html coding and CSS to format it. Moreover, if you want an interactive site then
you also need to use JavaScript.

References


Bibliography
Beal, V. (2015). What is javascript. Retrieved October 30, 2015, from Webopedia:
http://www.webopedia.com/TERM/J/JavaScript.html
html.net. (2015). CSS lesson 1. Retrieved from html.net:
http://html.net/tutorials/css/lesson1.php
w3schools. (2015). HTML introduction. Retrieved November 5, 2015, from w3schools:
http://www.w3schools.com/html/html_intro.asp
w3schools. (2015). What is xml. Retrieved 2015, from w3schools:
http://www.w3schools.com/xml/xml_whatis.asp



You might also like