Save Time: Generate 15 HTML Files at Once with These Easy Steps

Опубликовано: 23 Февраль 2026
на канале: Cool Coding Tamil
94
7

Hellow,
Copy this code and paste it on the powershell space...
1..15 | ForEach-Object {New-Item -ItemType File -Name "file$_.html" -Value ""}

1) Mention the Number of files
2) Edit the file name as your preference like file$.css
3) $ symbol is used to create a series of numbers from 1 - 15
4) In value write your desired value to print in all the 15 files
Link to the editor: https://katacoda.com/

Shorts Series
Learn Coding by creating some responsive web pages. The source code for this web page is posted on my website and the codepen link. The links are listed below.

Editors Used
The code editor used in this website is https://katacoda.com
The video editor used to edit this video is https://canva.com
Design with Canva: https://www.canva.com/join/ryn-tzz-bjb

Useful Links
Website Link: https://coolcodingtamil.netlify.app/
Codepen Link: https://codepen.io/coolcodingtamil

#coolcodingtamil #html


Subscribe for more videos: https://bit.ly/3kImiqV
Follow me on Twitter:   / coolcodingtamil  
Follow me on Github: https://github.com/Giridharan07