|
@@ -5,7 +5,6 @@
|
|
|
<!--This is the head section-->
|
|
|
<title>HTML Sample</title>
|
|
|
<meta charset="utf-8">
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
|
<!--This is the style tag to set style on elements-->
|
|
|
<style type="text/css">
|
|
@@ -89,10 +88,10 @@
|
|
|
<div class="Center Blue">
|
|
|
<h2>I'm h2 Header! Edit me in <h2></h2>
|
|
|
<p>
|
|
|
- I'm a paragraph! Edit me in <p>
|
|
|
- to add your own content and make changes to the style and font.
|
|
|
- It's easy! Just change the text between <p> ... </p> and change the style in <style>.
|
|
|
- You can make it as long as you wish. The browser will automatically wrap the lines to accommodate the
|
|
|
+ I'm a paragraph! Edit me in <p>
|
|
|
+ to add your own content and make changes to the style and font.
|
|
|
+ It's easy! Just change the text between <p> ... </p> and change the style in <style>.
|
|
|
+ You can make it as long as you wish. The browser will automatically wrap the lines to accommodate the
|
|
|
size of the browser window.
|
|
|
</p>
|
|
|
<button class="Gray" onclick="ButtonClick()">Click Me!</button>
|