Esboço
Esta página está incompleta.
A Web aberta é criada, utilizando um número de tecnologias que requerem um conhecimento adequado para as poder utilizar. Em baixo, irá encontrar hiperligações para o nosso material de referência para cada uma delas.
Tecnologias da Web
É recomendado que já tenha começado com a Web, contudo não é absolutamente necessário.
- HTML — Estruturando a Web
- The HyperText Markup Language is used to define and describe semantically the content (markup) of a Web page in a well-structured format.
HTML provides a means to create structured documents, made up of blocks called HTML elements that are delineated by tags, written using angle brackets: some introduce content into the page directly, others provide information about document text and may include other tags as sub-elements. Obviously, browsers do not display them, since they are used to interpret the content of the page.
Introdução ao HTML | Aprender HTML | HTML5 | Guia de Desenvolvimento | Referência de elemento | Referência - CSS — styling the Web
- The Cascading Style Sheets are used to describe the appearance of Web content.
Introdução ao CSS | Aprender CSS | CSS3 | Guia de Programador | Perguntas comuns sobre CSS | Referência - JavaScript — Dynamic client-side scripting
- The JavaScript programming language is used to add interactivity and other dynamic features to web sites.
- Aprender JavaScript | Guia do Programador | Referência

