메타태그와 스크립트는 어떤 파일에 넣어야 하나요?

메타태그와 스크립트는 어떤 파일에 넣어야 하나요?

QA

메타태그와 스크립트는 어떤 파일에 넣어야 하나요?

본문

기존 카페24와 같은 html형식의 홈페이지만 구성해 보아서 php에서는

meta태그와 외부css링크 그리고 body하단의 스크립트등이러한 태그들을 php어떤파일 어디에 넣어야하는지 모르겠습니다

가르쳐주세요~~~~

 

 

<!DOCTYPE html>
</html>
    <head>
  <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
         <title>Parallax Content Slider with CSS3 and jQuery</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Parallax Content Slider with CSS3 and jQuery" />
        <meta name="keywords" content="slider, animations, parallax, delayed, easing, jquery, css3, kendo UI" />
        <meta name="author" content="Codrops" />
        <link rel="shortcut icon" href="../favicon.ico">
        <link rel="stylesheet" type="text/css" href="css/demo.css" />
        <link rel="stylesheet" type="text/css" href="css/style2.css" />
  <script type="text/javascript" src="js/modernizr.custom.28468.js"></script>
  <link href='http://fonts.googleapis.com/css?family=Economica:700,400italic' rel='stylesheet' type='text/css'>
  <noscript>
   <link rel="stylesheet" type="text/css" href="css/nojs.css" />
  </noscript>
    </head>
    <body>
        <div class="container">
   <!-- Codrops top bar -->
          
   
   <div id="da-slider" class="da-slider">
    <div class="da-slide">
     <h2>컬러프린터</h2>
     <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
     <a href="#" class="da-link">Read more</a>
     <div class="da-img"><img src="images/2.png" alt="image01" /></div>
    </div>
    <div class="da-slide">
     <h2>흑백프린터</h2>
     <p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
     <a href="#" class="da-link">Read more</a>
     <div class="da-img"><img src="images/3.png" alt="image01" /></div>
    </div>
    <div class="da-slide">
     <h2>컬러복합기</h2>
     <p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.</p>
     <a href="#" class="da-link">Read more</a>
     <div class="da-img"><img src="images/1.png" alt="image01" /></div>
    </div>
    <div class="da-slide">
     <h2>흑백복합기</h2>
     <p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
     <a href="#" class="da-link">Read more</a>
     <div class="da-img"><img src="images/4.png" alt="image01" /></div>
    </div>
    <nav class="da-arrows">
     <span class="da-arrows-prev"></span>
     <span class="da-arrows-next"></span>
    </nav>
   </div>
        </div>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  <script type="text/javascript" src="js/jquery.cslider.js"></script>
  <script type="text/javascript">
   $(function() {
   
    $('#da-slider').cslider({
     autoplay : true,
     bgincrement : 450
    });
   
   });
  </script>
    </body>
</html>​

 

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
전체 16
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT