Star

Created With

linkContent Styling/Formatting -- "The where" A.K.A Cascading Style Sheets

bootstrap

linkCSS Frameworks allow us to build applications in a more rapid fashion. They take away a lot of the gruntwork involved with creating the UI/UX for your website.

1link<\button

2link type="button"

3link data-item-id="{{task.id}}"

4link data-toggle="modal"

5link data-target="#deleteModal"

6link class="btn btn-danger"

7link onclick="{setDeleteId(this)}"

8link >

9link Delete

10link<\button>

11link

linkAlternative CSS Frameworks You Might Consider

Content Styling/Formatting -- "The where" A.K.A Cascading Style SheetsHere we leverage the bootstrap CSS framework.. It is an extremely popular set of pre made css elements that originally was produced by Twitter for their applications.CSS Frameworks allow us to build applications in a more rapid fashion. They take away a lot of the gruntwork involved with creating the UI/UX for your website.Alternative CSS Frameworks You Might Consider

Home Stack Breakdown HTML Overview CSS Overview Business Logic Database WEB IO App Server Web Server Hosting