Welcome to my HTML page


This is my first paragraph

Bold Text
Strong Text
Italic Text
Emphasised Text
      HTML is the standard markup language for creating
          web pages and web applications.

      HTML 5.1 2nd Edition by  w3 

         
#include<stdio.h>
int main()
{
   printf("Spoken Tutorial \n");
   return 0;
}