A quick HTML tutorial for beginners

HTML (Hyper Text Markup Language) is the language used for creating webpages. Every internet user is html user. HTML tells web browser how to display text. The idea of this tutorial is to introduce the concept of html.

The simple exercise will help learn html.

  • Copy code below and paste it in a notepad.

<html><head><title>Webpage Title</title></head><body>My first Webpage. <b>bold text</b> <i>italic text</i></body></html>

  • Save the file as myfirstwebsite.html.
  • Open Web browser, Goto File -> Open -> Browse and select myfirstwebsite.html

What you see is a webpage, you just created

Here are key points about html

  • HTML file is nothing but a text file containing Markup tags.
  • These tags tell web browser how to display webpage. For examples. Tags <b> and </b> tells web browser to display the text in bold. Text between <head> and </head> is not displayed in webbrowser. Text between <body> and </body> is displayed in webbrowser.

Related Posts

Post a comment or leave a trackback: Trackback URL.

One Comment

  1. Timmie Hernandez
    Posted November 12, 2008 at 8:17 pm | Permalink

    cem7l56j7w5d60so

Post a Comment

Your email will not be published. Required fields are marked *

*
*