Skip to main content

My new Desert Vehicle

Basic Carousel Slideshow using Javascript and HTML


A very basic carousel slideshow using HTML and Javascript. The video shows how you can create the most basic slideshow. Has not been styled very much and can be added to heavily with CSS,



This shows the javscript used. This could be placed in the HTML  but usually at the bottom of the page. The slides will be linked to HTML div section named slides and the carousel is the speed of the change. 4000 indicating 4 seconds. This can be changed easily.




Comments

Popular posts from this blog

Cyberpunk 2077_ go to red dirt in the evening

Rumble link

Using bravenet site builder 2020

Using the free bravenet site builder which is on some hosting sites. Bravenet allows free hosting with a subdomain like wordpress and own domain with premium account. Bravenet site builder has several themes. In the video I am trying one of the themes and showing how you can edit and build a site with the site builder.

Install Pyautogui and Pip in Python

Install Pyautogui in Python The video above shows how you can easily download and install pyautogui into Python. Pyautogui is a Python library. For any python library to be installed you need to have Pip installed. Watch the video below to see how this is done. Install Pip in Python