https://github.com/irene-frias/markup-language
Markup-Language exercises carried out for the subject of Cross-Platform Application Development (Desarrollo de Aplicaciones Multiplataforma) at I.E.S. Belén (Málaga)
https://github.com/irene-frias/markup-language
cross-platform-application-development css exercises html xml
Last synced: 7 months ago
JSON representation
Markup-Language exercises carried out for the subject of Cross-Platform Application Development (Desarrollo de Aplicaciones Multiplataforma) at I.E.S. Belén (Málaga)
- Host: GitHub
- URL: https://github.com/irene-frias/markup-language
- Owner: Irene-Frias
- Created: 2024-09-23T14:40:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T12:52:41.000Z (7 months ago)
- Last Synced: 2025-03-08T13:34:47.592Z (7 months ago)
- Topics: cross-platform-application-development, css, exercises, html, xml
- Language: HTML
- Homepage:
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markup-Language
Markup-Language exercises carried out for the subject of Cross-Platform Application Development at I.E.S. Belén (Malaga).
Most of the exercises in this repository are taken from the programming manual by the teacher. Also with the help of the notes on this page called consortium [`World Wide Web (W3C)`](https://www.w3.org/) is an international consortium that generates recommendations and standards.To start working it is necessary to have a development site where you can program. In this case I will install the [`Visual Code Studios`](https://code.visualstudio.com/download).
## 📚 Units
The topics covered during the course are listed below in each of the following sections.
### Unit 1 - Basic Concepts XML
- **`XML`** *(Extensible Markup Language)* is a markup language designed to store and transport data in a structured, readable format. Unlike `HTML`, which defines the appearance and structure of a webpage, `XML` focuses solely on data storage and organization, without predefined tags.
### Unit 2 - Concepts HTML and CSS
- **`HTML`** *(Hypertext Markup Language)* provides the structure of a web page by defining elements like text, images, links, tables, and forms. It uses tags to identify different parts of a page.
- **`CSS`** *(Combined Charging System)* is used to control the layout and design of a web page, including colors, fonts, spacing, positioning, and more. It separates content `HTML` from design `CSS`.### Unit 3 - Key Web Development Concepts: JavaScript, DOM, and JSON
- **`JavaScript`** is an event-driven programming language that adds interactivity to web pages, such as handling mouse clicks, animations, and more. It is used to manipulate the `DOM`, respond to user actions, validate forms, make server requests, and more. Together with `HTML` and `CSS`, it forms the foundation of web development.
- **`DOM`** *(Document Object Model)* is a tree-like representation of an `HTML` or `XML` document. It allows developers to manipulate web page elements, enabling JavaScript to dynamically change the content, structure, and style in real time.
- **`JSON`** *(JavaScript Object Notation)* is a lightweight data exchange format that uses a key-value pair structure. It is easy to read and write, commonly used for storing and transferring data between servers and web applications. `JSON` is language-independent and organizes data using objects and arrays.## 📄 Project information
Visit the project [Wiki](https://github.com/Irene-Frias/Markup-Language/wiki) for more information.## 👩💻 Developer
Irene Frias Ramos## 📱 Contact with me
[](https://www.linkedin.com/in/IreneFrías/)
[](mailto:irene15frias@gmail.com)