코드펜

hee_hee_·2022년 10월 6일
0

공부노트

목록 보기
6/35

무언가를 테스트하고 싶을 때 새로운 프로젝트를 다시 만들어서 테스트하기는 너무 번거로우니 그때 사용할 수 있는것이 바로 코드펜이다.

https://codepen.io/


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

html의 윗부분은 작성할 필요 없이 바로 body부분을 작성하면 된다

가입하면 테스트한 코드 저장도 가능함.

profile
딩코딩코딩

0개의 댓글