What do you need to create a web page
What do you need to create a web page
Language- html
Text editor- note pad
Browsers – Internet explorer
Publisher- ISP. Front page
What You Need To Know
HTML tags that are directions within brackets anything within the racket will not show. Text outside the bracket will show on the screen.
You can use either uppercase or lowercase but be consistent.
Many tags come in pairs (an open and closing tag) start the directions and end the directions.
Some tags that are not in pair:
 
You need to plan your layout before you begin so you have a visual concept of how you want that page
Space out your work so it looks attractive: Use the
and and  
Starting tags=
You do not start to add anything that you want to appear on your website until after the opening body tag. Everything you add must be above the closing
tag
You can put a name between the title tags but it will only appear on the very small bar at the top of the screen. H1 tags or center tags within the title tags or head tags are meaningless.