Saturday, August 17, 2013

free web sites design

There are many free web design sites which provide webdesign free of cost. Now I will mention some of this website name which offer free webdesign.... You can make your own website from there.

01.WIX
02. WEEBLY
03.WEBS
04.WEBNODE
05.JIMDO
06.SPROUT BUILDER
07.VIVITI
AND
08.SYNTHASITE

Thanks

HTML HEAD TAG

Today I am going to Introduce you with web design .

If you are new to web design it for you.
Web design depends on HTML,CSS,Javasript,Jquery. Though today many of us use different content management system or CMS like wordpress,joomla etc. No more talk about it. Now come to the point.
I will discuss today about HTML head tag. Html tag is;

<head>
</head>

Head tag located between <html> and <body> tag. more tag take place within head tag, such as meta tag, title, css attachment, javasript code.

Head tag mainly provide the header of the web page. Such as. If you write WELCOME in head tag than webpage will show WELCOME in the browser.
Ex..
Open a notepade or dreamweaver and write
<head>
WELCOME
</head>
save name as index.html in a file. Then open the file from the location where you saved it. You will see.

WELCOME

Friday, June 14, 2013

Html body background

Now I will discuss about html body background. From this tutorial you will be able to know how to create body background. So don't be late, The tag we will work with is body .In opening body tag we will add like this < body bgcolor="color name">. If you want to add a image as your background then you have to use this way- <body background="location of the image">. So I think you will work with this and get result.
Thanks

HTML BASIC


HTML Basic

Today I am discussing about basic html and in a continual process I will discuss about total html project. So don't waste time. Lets move to the tutorial. First we can know the formal format of html. <> this is called opening tag and </> is called closing tag. such as is body opening tag and is body closing tag.So here is the basic 8 tag in html tag for a mandatory webpage.
<html>
<title>This is a title</title>
<head>
</head>
<body>
This is a body
</body>
</html>


  This is a title This is a body Just copy the tag in a notepad and save in a pre-created new folder as index.html. Then Open the file from the folder and see the majic. Your first web page.

Next I will discuss about the function of the tags in web page. So stay here and thanks for staying till now. Inform your problem about the tutorial.

Monday, October 1, 2012

Way to find .edu and .gov site easily

.edu and .gov site

Link building is an important work for search engine optimization and link from .edu and .gov site is very useful for a site.
Now I am going to share a code by which you can find the .edu site easily. You have to just copy and paste the code to browser and search. The code is given below,
For .edu site,
inurl:.edu inurl:blog"powered by wordpress"
For .gov site
inurl:.gov inurl:blog"powered by wordpress"
Thanks
Shakil Shael