본문 바로가기

WEB/HTML CSS JS

bootstrap5 공부해서 웹페이지 만들기 1

반응형

CentOS Linux 7 : OS

Visual Code : editor

HTML, CSS3, javascript : lang

bootstrap5 : framework

 

vncviewer를 이용해 리눅스에서 진행할 생각이다.

editor는 비주얼 코드를 사용한다.

 

비주얼 코드 설치

비주얼코드 홈페이지에서 rpm 파일을 설치 후 yum으로 install 해준다.

 

터미널에서 code를 쳐보면 비주얼코드가 실행된다.

확장에서 한글을 설치하고 /var/www/html 폴더를 열었다.

 

공부는 bootstrap5 튜토리얼로 하면된다.

https://www.w3schools.com/bootstrap5/index.php

 

Bootstrap 5 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

앞으로 사용할 html 파일 기본틀

html:5로 자동완성에 bootScript5 CDN를 추가해놓았다.

반응형