See the Pen aTag href by taewok (@taewok) on CodePen.
See the Pen aTag E-mail by taewok (@taewok) on CodePen.
혹시 잘못된 정보나 궁금하신 게 있다면 편하게 댓글 달아주세요. 지적이나 피드백은 언제나 환영입니다.
에러 발생 index.html 파일을 Open In Default Browser(Alt+B)로 실행하니 index.js를 불러오려고 하는 부분에서 위와 같은 Error가 발생했다. 해결방법 1. http-server가 설치돼 있지 않다면 npm install http-server -g 2. http-server 실행 npx http-...
localStorage란 HTML5에서 브라우저에 추가된 저장소 이 저장소에 특정 데이터를 저장,수정,삭제가 가능하다. 브라우저 탭이나 창을 종료해도 값이 삭제되지 않는다(직접 지우거나 삭제 코드로). 저장하기 localStorage.key = value; localStorage["key"] = value; localStorage....
문제 문자열 변수에 줄바꿈 적용을 위해 2가지 방법을 사용했는데 되지 않았다. 1 2 3 4 5 6 7 8 9 10 11 12 // \n 사용 const App = () => { const text = "this is\n apple"; return ( <div> <p>{text}</p&...
[TypeScript] React,TypeScript 프로젝트 생성&초기세팅
[React] Outlet을 이용해 자손 컴포넌트에 props 전달하기
A new version of content is available.