Grow Horizontal Menu With Nice Font

Saturday, August 18, 2018

HTML Start up

This is for only education purpose .I will not  take any responsibility if you face any problem after apply this code.Make sure that whether it has correct or not...

HTML means Hypertext Markup language .It was developed by Tim Berners Lee.It is not a programming language but rather a markup language.
HTML  Editor
HTML editor allows us to create the HTML.

There are tow types of editor will help you to make HTML.


  1. Graphical interface 
  2. Without graphical interface
1. Graphic interface oriented editors i mean HTML editors like WYSIWYG  .Its full form "what you see is what you get " Example  Microsoft front page and  Adobe Dreamweaver  .
2..Non graphical interface .It you can make Notepad and word pad as usual you write code in notepad and save it with the extension .html

Web Browser: There are widely use more popular browser like Google chrome,Internet Explorer, Mozilla Firefox ,Opera,Maxthon, Netscape, Safari

let s start  our lesson
initially we put some comments  always before start to write contains of websites .we should follow some basic rules

<HTML>  tag after we need some head  then title after body .It has what we need to display on website.


0 comments:

Post a Comment