12 |
- "use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[5700],{5700:(t,n,e)=>{e.r(n),e.d(n,{default:()=>o});const o='<!DOCTYPE HTML>\n\x3c!--Example of comments in HTML--\x3e\n<html>\n<head>\n\t\x3c!--This is the head section--\x3e\n\t<title>HTML Sample</title>\n\t<meta charset="utf-8">\n\n\t\x3c!--This is the style tag to set style on elements--\x3e\n\t<style type="text/css">\n\t\th1\n\t\t{\n\t\t\tfont-family: Tahoma;\n\t\t\tfont-size: 40px;\n\t\t\tfont-weight: normal;\n\t\t\tmargin: 50px;\n\t\t\tcolor: #a0a0a0;\n\t\t}\n\n\t\th2\n\t\t{\n\t\t\tfont-family: Tahoma;\n\t\t\tfont-size: 30px;\n\t\t\tfont-weight: normal;\n\t\t\tmargin: 50px;\n\t\t\tcolor: #fff;\n\t\t}\n\n\t\tp\n\t\t{\n\t\t\tfont-family: Tahoma;\n\t\t\tfont-size: 17px;\n\t\t\tfont-weight: normal;\n\t\t\tmargin: 0px 200px;\n\t\t\tcolor: #fff;\n\t\t}\n\n\t\tdiv.Center\n\t\t{\n\t\t\ttext-align: center;\n\t\t}\n\n\t\tdiv.Blue\n\t\t{\n\t\t\tpadding: 50px;\n\t\t\tbackground-color: #7bd2ff;\n\t\t}\n\n\t\tbutton.Gray\n\t\t{\n\t\t\tfont-family: Tahoma;\n\t\t\tfont-size: 17px;\n\t\t\tfont-weight: normal;\n\t\t\tmargin-top: 100px;\n\t\t\tpadding: 10px 50px;\n\t\t\tbackground-color: #727272;\n\t\t\tcolor: #fff;\n\t\t\toutline: 0;\n \t\t\tborder: none;\n \t\t\tcursor: pointer;\n\t\t}\n\n\t\tbutton.Gray:hover\n\t\t{\n\t\t\tbackground-color: #898888;\n\t\t}\n\n\t\tbutton.Gray:active\n\t\t{\n\t\t\tbackground-color: #636161;\n\t\t}\n\n\t</style>\n\n\t\x3c!--This is the script tag--\x3e\n\t<script type="text/javascript">\n\t\tfunction ButtonClick(){\n\t\t\t// Example of comments in JavaScript\n\t\t\twindow.alert("I\'m an alert sample!");\n\t\t}\n\t<\/script>\n</head>\n<body>\n\t\x3c!--This is the body section--\x3e\n\t<div class="Center">\n\t\t<h1>NAME OF SITE</h1>\n\t</div>\n\t<div class="Center Blue">\n\t\t\t<h2>I\'m h2 Header! Edit me in <h2></h2>\n\t\t\t<p>\n\t\t\t\tI\'m a paragraph! Edit me in <p>\n\t\t\t\tto add your own content and make changes to the style and font.\n\t\t\t\tIt\'s easy! Just change the text between <p> ... </p> and change the style in <style>.\n\t\t\t\tYou can make it as long as you wish. The browser will automatically wrap the lines to accommodate the\n\t\t\t\tsize of the browser window.\n\t\t\t</p>\n\t\t\t<button class="Gray" onclick="ButtonClick()">Click Me!</button>\n\t</div>\n</body>\n</html>\n'}}]);
- //# sourceMappingURL=5700.js.map
|