Skip to content

Commit 12458e9

Browse files
authored
동영상 추가, 댓글 추가
1 parent 53134e7 commit 12458e9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: 1.html

+25
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,37 @@ <h1><a href="index.html">WEB</a></h1>
1414
</ol>
1515

1616
<h2>HTML</h2>
17+
<p>
18+
<iframe width="560" height="315" src="https://www.youtube.com/embed/jSJM9iOiQ1g" frameborder="0" allowfullscreen></iframe>
19+
</p>
1720
<p>
1821
<a href="https://www.w3.org/TR/html5/" target="_blank" title="html5 specification">Hypertext Markup Language (HTML)</a> is the standard markup language for <strong>creating <u>web</u> pages</strong> and web applications.Web browsers receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
1922
<img src="https://s3-ap-northeast-2.amazonaws.com/opentutorials-user-file/module/3135/7648.png" width="50%">
2023
</p>
2124
<p style="margin-top:45px;">
2225
HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive forms, may be embedded into the rendered page. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets.
2326
</p>
27+
28+
<p>
29+
<div id="disqus_thread"></div>
30+
<script>
31+
/**
32+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
33+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
34+
/*
35+
var disqus_config = function () {
36+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
37+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
38+
};
39+
*/
40+
(function() { // DON'T EDIT BELOW THIS LINE
41+
var d = document, s = d.createElement('script');
42+
s.src = 'https://web-html-test.disqus.com/embed.js';
43+
s.setAttribute('data-timestamp', +new Date());
44+
(d.head || d.body).appendChild(s);
45+
})();
46+
</script>
47+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
48+
</p>
2449
</body>
2550
</html>

0 commit comments

Comments
 (0)