Articles → HTML → Create Your First HTML Page

Create Your First HTML Page






Web Page





Hyperlink





Hypertext Pages





Markups





What Is HTML?





Software Required




  1. An editor (like notepad)
  2. Browser

Create Your First Web Page




<html>
<head>
    <title>My first page</title>
</head>
<body>
</body>
</html>

Try It



  1. Html → Each HTML document starts with an ‘HTML’ markup (or tags). This tag signifies the start of an HTML document.
  2. Title → This markup sets the title of the web page i.e., the text that you see on the top left-hand side of the web browser (if your browser does not support multi-tab) or else text displayed on the tab.
  3. Head and body → I can explain the head and body section using the output of the preceding code.


Picture showing the output of your first html program
Click to Enlarge




Posted By  -  Karan Gupta
 
Posted On  -  Sunday, October 4, 2015

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250