Basic Hello World function in HTML.

Why HTML is very important for programming study?

  1. Create good website.
  2. Become a professional website developer.
  3. Undrestand other website functions.
  4. HTML is basic for undertand other programming languages.

Now we are checking Hello World program using HTML.


<html>
 <head>
  <title>Coding Request</title>
 </head>
 <body>
  <h1>HTML Coding</h1>
  <p>Hello World!</p>
 </body>
</html>

Coding view in Notepad++

Noteped++ Download link here https://notepad-plus-plus.org/downloads/


Image 1

Some coding meaning here

  • <title>..............</title> - Your title place
  • <h1>................</h1> - Heading place
  • <p>..................</p> - Paragraph place

Result view in browser


Image 2

C:/Users/MUNZIR/Document/new.html  this is our programme file path. You need more information check the practical video.

Practical video


Video 1

Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.