Skip to main content

How to create html Page

Hi,
here we are going to see how to create html page.

the steps are as below.

01.open notepad and type below html code

 <html>  
  <head>  
  <title>  
  Hello World  
  </title>  
  </head>  
  <body>  
  Hello World.  
  </body>  
 </html>  
02,now save this file as "index.html".
03.now open this file with any browser. you will see how the page looks like.

good day,

Comments

Popular posts from this blog

PHPMOTION JW Player SD/HD Integration.

jw player is really a great video player.it contains great features like it allows users to choose from SD/HD video. so user may play video as per his/her internet speed. in this post i am going to show how its possible to integrate jw player with its SD/HD options with phpmotion video script.

PHPMOTION VIDEOJS PLAYER INTEGRATION

videojs is the open source HTML5 video player. today we are going to see how videojs player can be integrated with phpmotion video script. some popular sites using videojs are  http://twitpic.com/  ,  http://telly.com/  ,  http://vine.co/  ,  http://www.theonion.com/  , http://web.mit.edu/   ,  https://www.airbnb.com/?cdn_locale_redirect=1

PHPMOTION JW Player Integration

phpmotion  is a popular video script.by default phpmotion uses flash player to show/play videos at home page as well as video play page.The JW Player is the Internet's most advanced and flexible media player. in this tutorial I am going to show how it is really easy to do phpmotion jw player integration.