타닥타닥 개발자의 일상

Html / Css / Java Script 사용시 유용한 사이트들 본문

코딩 기록/Information

Html / Css / Java Script 사용시 유용한 사이트들

NomadHaven 2021. 12. 6. 18:41

1. 부트스트랩

 미리 만들어 놓은  Css 적용 및 미리보기 가능

https://getbootstrap.com/

 

Bootstrap

The most popular HTML, CSS, and JS library in the world.

getbootstrap.com

 

2. 마터리얼라이즈

부트 스트랩과 마찬가지로 다양한  CSS 참고 가능

https://materializecss.com/

 

Documentation - Materialize

 

materializecss.com

 

3. 시멘틱 Sementic 

역시 다양한  CSS 참고 가능

https://semantic-ui.com/

 

Semantic UI

Shipping Choose your shipping options

semantic-ui.com

 

4. CODEPEN 

다양한 CSS, 온라인 에디터 사용 가능

https://codepen.io/

 

CodePen

An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications.

codepen.io

 

5.  W3 School 

다양한 제이쿼리 효과 및 강좌, 직접 구현해보기 가능

https://www.w3schools.com/jquery/default.asp

 

jQuery Tutorial

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

 

 

6. Netlify 

본인이 만든 페이지를 무료로 deploy 해주는 사이트

 

https://www.netlify.com/

 

Netlify: Develop & deploy the best web experiences in record time

A powerful serverless platform with an intuitive git-based workflow. Automated deployments, shareable previews, and much more. Get started for free!

www.netlify.com

 

7. Freenom  

무료로 사용할수 있는 도메인 제공해주는 사이트

https://www.freenom.com/en/index.html?lang=en 

 

Freenom - A Name for Everyone

Cost Price Free Special

www.freenom.com

 

 

8.xml-sitemaps

크롤러들에게 사이트맵 제공하도록 사이트맵 만들어주는 사이트

https://www.xml-sitemaps.com/

 

Create your Google Sitemap Online - XML Sitemaps Generator

Installable version We offer a server-side script written in PHP language that you can install on your server and create sitemap for your website. The script doesn't have the limit on number of pages included in sitemap, although server resources required

www.xml-sitemaps.com

 

9.네이버 웹마스터 도구

검색 최적화 도와주며 네이버에 본인 사이트 검색 되게 설정 가능. robot.txt문 생성 기능

 

https://searchadvisor.naver.com/

 

네이버 서치어드바이저

네이버 서치어드바이저와 함께 당신의 웹사이트를 성장시켜보세요

searchadvisor.naver.com

 

10. Codecademy

무료지만 단계적, 효과적을 HTML 학습 도와주는 사이트

https://www.codecademy.com/learn/learn-html

 

HTML Tutorial: Learn HTML For Free | Codecademy

Learn basic HTML, including how to place text on a page, add images & videos, and share data in HTML tables. This is the first step in creating web pages to help you tweak your website and more.

www.codecademy.com

 

Comments