<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d3405287824565768519\x26blogName\x3dOpen+Portal+Solution\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://openportalsolution.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://openportalsolution.blogspot.com/\x26vt\x3d-4971362900976040918', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Open Portal Solution

joomla | open solution | open source | mySQL | mambo | phpnuke |

      How to repair your PC at ZERO COST! | Get a FREE NEWSLETTER!   Click Here!

First step towards html.

Saturday, December 22, 2007

  1. We will use notepad as our first step of making webpage.

  2. Open a notepad file and save as test.html in desktop.

  3. Click right mouse to edit this html files.

  4. Insert html open and close tag i.e. <html> </html>.

  5. In the html tag we need to make head tag and body tag.

  6. Head tag <head> </head>.

  7. Body tag <body></body>.

  8. In the header tag we will put title tag.

  9. Title tag <title></title>.

  10. In the body we will put any thing that we want to put i.e. table, picture, video, music, and many more.

This is the html coding that we can use for our studies:

<html>


<head>

<title>Testing html</title>

</head>


<body>

Put anything you want here.

</body>


</html>


Just copy and paste this coding to make the test.html file.

posted by Syahidi, 4:47 PM

0 Comments:

Add a comment