Преглед изворни кода

Hello world message successfully placed in 4th column

Muhammad Talha Mansoor пре 13 година
родитељ
комит
689b9cd30a
1 измењених фајлова са 10 додато и 1 уклоњено
  1. 10 1
      index.html

+ 10 - 1
index.html

@@ -7,12 +7,21 @@
                 <!--[if lt IE 9]>
                         <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
                 <![endif]-->
-                <link rel="stylesheet" media="all" href=""/>
+                <link rel="stylesheet" media="all" href="lessFramework4.css"/>
+                <link rel="stylesheet" media="all" href="style.css"/>
                 <meta name="viewport" content="width=device-width, initial-scale=1"/>
                 <!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
         </head>
         
         <body lang="en">
+
+        <section id="one">
+        <p>Hello world!</p>
+        </section>
+
+        <section>
+        <p>Hello again</p>
+        </section>
                 
         </body>