Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natalia-bp/bsyjsvalidation

Validación con JavaScript de un formulario con bootstrap
https://github.com/natalia-bp/bsyjsvalidation

Last synced: 13 days ago
JSON representation

Validación con JavaScript de un formulario con bootstrap

Awesome Lists containing this project

README

        

# ![4Geeks Logo](http://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,16) HTML Hello

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git)

The most basic boilerplate for any 4Geeks Academy Student using the [gitpod.io](gitpod.io) coding editor.

[![How to open html/css preview of my project in gitpod](https://github.com/4GeeksAcademy/Templates-Boilerplates/blob/master/web-docs/static/hello-html-intro.jpg?raw=true)](https://youtu.be/dfbDCMu_p-0)

## What to do next?

Create a `index.html` file with the [basic HTML structure](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) and see it live by running web-server using the following command:

```sh
$ pip3 install flask && python3 server.py
```

- You can create as many HTML files you want
- You can also create CSS files and you can import them onto your website using a `` tag placed between the `` tags, like this:

```html

...

...

```