생활코딩으로 배우면서 html로 웹사이트 태그 만드는 뉴비인데
<iframe src>태그랑 댓글창만드는 태그 복붙했는데 첫번째만든 파일에선 잘 구현되던데 두번째로만든파일에다 첫번째파일에서 만든 태그 복붙하니깐 구현이 안되던데 왜그러는거야? 프로그램은 atom쓰는중 두번째파일의 <iframe>태그랑 <div id="disqus_thread">태그만 안됨 걍 복붙만해서 똑같은건데 왜 안되는 걸까?
첫번째파일 코드
<!doctype html>
<html>
<head>
<title>각 대륙의 요리 유래</title>
</head>
<meta charset="utf-8">
<body>
<h1><a href="index.html">요리</a></h1>
<ol>
<li><a href="1.html">유럽 요리</a></li>
<li><a href="2.html">아시아 요리</a></li>
<li><a href="3.html">남미의 요리</a></li>
</ol>
<ul>https://namu.wiki/w/%EC%B9%B4%EB%A5%B4%EB%B3%B4%EB%82%98%EB%9D%BC" target="_blank" title="까르보나라 나무위키">까르보나라 파스타</a></li>
<li>샌드위치</li>
<li>햄버거</li>
</ul>
<h2>유럽 요리의 유래 </h2>
<p>첫번째</p>https://i.ytimg.com/vi/qv271Z0Yih0/maxresdefault.jpg" width="20%">
<br><strong>까르보나라 파스타</strong></br>
원산지는 <u>이탈리아</u>
이탈리아어로 까르보나라는 석탄이라는 뜻이다 석탄과 파스타가 어째서 같이 붙었을까
그 이유는 바로 <br><iframe width="400" height="300" src="https://youtu.be/FMvJPaeaOx4"
frameborder="0" allowfullscreen></iframe>
<iframe width="400" height="300" src="//players.brightcove.net/1033249144001/HyUr5pA17_default/index.html?videoId=1628923193001" allowfullscreen frameborder=0></iframe></br>
</body>
<p>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://narayori1.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</p>
두번째파일 코드
<!doctype html>
<html>
<head>
<title>각 대륙의 요리 유래</title>
</head>
<meta charset="utf-8">
<body>
<h1><a href="index.html">요리</a></h1>
<ol>
<li><a href="1.html">유럽 요리</a></li>
<li><a href="2.html">아시아 요리</a></li>
<li><a href="3.html">남미의 요리</a></li>
</ol>
<ul>https://namu.wiki/w/%EC%B9%B4%EB%A5%B4%EB%B3%B4%EB%82%98%EB%9D%BC" target="_blank" title="까르보나라 나무위키">까르보나라 파스타</a></li>
<li>샌드위치</li>
<li>햄버거</li>
</ul>
<h2>아시아 요리의 유래 </h2>
<p>첫번째</p>https://i.ytimg.com/vi/qv271Z0Yih0/maxresdefault.jpg" width="50%">
<br><strong>까르보나라 파스타</strong></br>
원산지는 <u>이탈리아</u>
이탈리아어로 까르보나라는 석탄이라는 뜻이다 석탄과 파스타가 어째서 같이 붙었을까
그 이유는 바로 <br><iframe width="400" height="300" src="https://youtu.be/FMvJPaeaOx4"
frameborder="0" allowfullscreen></iframe></br>
</body>
<p>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://jjangjjangman.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</p>
코드 없으면 답도 못하것다