Simple List

Developer
Size
1,675 Kb
Views
28,336

How do I make an simple list?

This is a demo of a simple list using the ChocolateChip-UI framework. This is the Android theme so it requires either Google Chrome or an Android device running 4.x. This will not display properly in other browsers.. What is a simple list? How do you make a simple list? This script and codes were developed by Robert Biggs on 24 August 2022, Wednesday.

Simple List Previews

Simple List - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple List</title> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-tap-highlight" content="no"> <link rel='stylesheet prefetch' href='https://s3-us-west-2.amazonaws.com/s.cdpn.io/77047/chui.android-3.0.4.min.css'>
</head>
<body> <nav> <h1>Fruits</h1>
</nav>
<article id="fruits" class="current"> <section> <ul class="list"> <li> <h3>Apples</h3> </li> <li> <h3>Oranges</h3> </li> <li> <h3>Bananas</h3> </li> <li> <h3>Mangos</h3> </li> <li> <h3>Avocados</h3> </li> </ul> </section>
</article> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/77047/chui-3.0.4.min.js'></script>
</body>
</html>
Simple List - Script Codes
Simple List - Script Codes
Home Page Home
Developer Robert Biggs
Username rbiggs
Uploaded August 24, 2022
Rating 3
Size 1,675 Kb
Views 28,336
Do you need developer help for Simple List?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Robert Biggs (rbiggs) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!