/html_basic

Basic trip management website using HTML and CSS. It is build for those who are learning how to integrate HTML, CSS and JavaScript for the first time.

Primary LanguageHTML

Basic HTML Website: Trip Management

This repository is a part of my blog I wrote on learning HTML and CSS from scratch. I have implemented basic HTML and used Bootstrap for CSS. Javascript has been used to take inputs and handle the basic forms.

Folder Structure

|-images        
    |-background        -> backgrounds that are used on pages
    |-icons             -> icons 
|-views                 -> different html pages
|-index.html            -> main HTML file

The repository contains an underlying exercise where the user can connect form using Javascript and display the inputs given by user.

If you wish to complete it, feel free to fork this repository and send a PR.