How to learn basic html quickly
How to learn basic html quickly
HTML is the basic part for designing a web page.So it is only ABCD of web page design.This article is only for learner who want to learn HTML in just 5 minutes.
HTML is acronym for Hypertext Markup Language.
I am discussing how you can quickly make a html web page.
1. Open text editor tool ex:Notepad.
2. Type the following tags:
3.On top menu of text editor select File>>>Save AsHTML is the basic part for designing a web page.So it is only ABCD of web page design.This article is only for learner who want to learn HTML in just 5 minutes.
HTML is acronym for Hypertext Markup Language.
I am discussing how you can quickly make a html web page.
1. Open text editor tool ex:Notepad.
2. Type the following tags:
4.On Save As dialog box Enter your web page name on "File Name" and select All in "Save as Type" and click on Save button.
5.Click on Saved File.
Your first html page is ready.It will open with default web browser.
HTML Tags:
A web page contain HTML in form of tags.A tag is enclosed between < and > symbols.Ex:
Most of the tags have opening and closing.Ex: opening of html tag is and closing is .
A html tag may have few properties,called "Attributes".Ex: if you want to define your html page's width you may use "width" attribute in form of .....
Few of html tags with their functions:
HTML Tag[ ...]:HTML tag is the parent tag and contain head tag and body tag.
Head Tag[...]:Head tag is the child tag of html and contain title,meta and other informative and scripting tags.
BODY Tag[...]:The body tag contain designing elements of web page.Few attributes of body tag is background,bgcolor,style etc.
Heading Tag[h1 to h6]:Heading tag is used for make headings in web page.H1 tag is biggest heading and H6 is the smallest heading among heading tags.Working example of heading tags are bellow:
H1:
How to learn basic html quickly
H2:
How to learn basic html quickly
H3:
How to learn basic html quickly
H4:
How to learn basic html quickly
H5:
How to learn basic html quickly
H6:
How to learn basic html quickly
Anchor Tag[]:Anchor tag is used for linking a html document with another.If you want to link 1st page with 2nd you can use:Click Here for 2nd Page.Href is the attribute of anchor tag.
Working Example of anchor tag is bellow:
How to learn basic html quickly
How to learn basic html quickly
Reviewed by Abdul Moid
on
October 28, 2015
Rating:
