Giter VIP home page Giter VIP logo

cursoprogramacionweb's Introduction

CursoProgramacionWeb

These practices are part of the Software Engineering Web Programming course.

Práctica 1

This is a small web page that simulates a previous version of the LOL page. The main purpose of this practice was to build only the HTML page, but it contains some JS functions that add functionality to some buttons.

Práctica 3

The main purpose of this practice was to create new objects (div) in the DOM and be able to modify their properties.

  • You need to select an object to be able to modify its properties.
  • When you select an object...
    • the object's style border has to change to the dotted style.
    • its current properties have to be indicated in the modifiers.

The object's style properties related to color, return their current value in RGB format so it must be converted to hexadecimal format, because the value that you want to specify in inputs (object) must be in hexadecimal format.

function convertirHex(x)
input = it must be in RGB format (rgb(255, 0, 0))
output = it will return in hexadecimal format (#FF0000)

cursoprogramacionweb's People

Contributors

edsonmr98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.