https://github.com/przbadu/webtech-lab
Collection of small example projects for html, css and javascript
https://github.com/przbadu/webtech-lab
css html5 javascript webtechnology
Last synced: about 1 month ago
JSON representation
Collection of small example projects for html, css and javascript
- Host: GitHub
- URL: https://github.com/przbadu/webtech-lab
- Owner: przbadu
- License: mit
- Created: 2017-03-27T13:57:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T13:58:28.000Z (about 8 years ago)
- Last Synced: 2025-02-14T22:47:40.960Z (3 months ago)
- Topics: css, html5, javascript, webtechnology
- Language: HTML
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Technology Lab works
These projects are intended for students of DEC (Dhangadhi Engineering College)
BCA Vth semester.You can find exercises for html, css and javascript in this repository.
## How to download these exercises?
To download all the available files along with this master repository:
* Click on the Green button that is on the top right side of this page labelled
(Clone or download).
* Once you clicked it, you should see "Download Zip" link
* Click on that link and it will download all available exercise files
* Extract the downloaded file and run html files to see the output in your
favorite browser.## How to view source code?
To view source code, don't double click on the `index.html` file:
* Right click on the `index.html` or `.html` file
* click on `open with`
* and then select your favorite editor to open it.*Alternative*
You can open `index.html` file directly from your Editor either by draging it
and droping it in your editor or by going to the File -> Open and then select
the html file you want to edit or view source code of.Thanks