Pages

Showing posts with label Web developing. Show all posts
Showing posts with label Web developing. Show all posts

How To Increase and Check Webpage Speed

Why Website Speed Matter?

Your website Speed Matters If your website speed is slow User may Spend very short time on your website otherwise if your website speed is good and fast then user can spent more time and he will feel user friendly interface which you are providing him. Your website Page views will be more if your website speed is excellent and you are providing A Good Source of Data To Your Visitor.



Check Website Speed

It Is Most important question how to check your website speed and how to optimize it. So user may use the 3G or Wi-fi internet for browsing webpages fast and quickly.So They Need Is To Check How Much Your Website Is Fast and How To check It. Google Provide The Free Tools To web designers and developers
You Can Check It By Clicking On the Button Given Below With Following Methods.

After Clicking it Paste Your Website URL Or Web address to text area box provided in page insights page 


After pasting URL cLick on analyze button The following page appears whic show us speed on mobile phone and also on desktop as on laptop or PC.

How To Boost Up You Web Speed?

If you want to increase or boost up your webpage speed you have to use embed codes of videos instead of uploading them on the web hosting this will effect your web speed. 

Some websites uses the database. It also Effect the web speed

I frames are also cause of slow speed of your web because in i frame a whole website loads within a webpage it means if u put one i frame on web page it is not only one webpage that is loading at a time it means that two separate websites are loading at a time.

Java script also slows down your web speed. the better way you have less number of java script you have to choose the template which is simply a combination of HTML and CSS only. Because when you putt Adds On your website its whole effect is very bad as a result your webpage needs more time to load .

  • If you follow the above tips like remove java script and i frames to your web page and use embed codes the you can got a high and optimized speed of your webpage.

How To Create Webpages With Html


Hello Friends! today i m going to tell u the simplest method of making webpages with the help of Mother language HTML which is the abbreviation of Hyper Text Markup Language.It is the main and fundamental basic language used for making webpages easily.This is a Base of a website act as scatch which is made for a building before construction.It is the base of a website.

How To Generate Code For HTML Page?
First Of All You Should Have A Plate Form For Typing The Code Which is Present in Your Computer Called "Notepad". You can open it to click on the start button and search notepad on search box and then open it. After opening it u have to type a programe in it. and the you have to save it by giving the Extension of  .Html When you save it as it is then you can open it on a browser.after it you have to purchase a domain and hosting to globalize it.
The Basic Tags For Html Page:-
<html>
<head>
<title>
My First web page
</title>
</head>
<body>
<h1>
This is my first <b>heading</b>
</h1>
<p>
This is My first <b>Paragraph</b>
</p>
</body>
</html>
The Above Program is consist of many tags which are opened and closed in the Basic <HTML>
Tag and Closed in the Closing Tag </HTML>
CAUTIONS
All the Tags should be Opened As Opening Tag < > and Closed As closing tag </>
All the tags should be closed before opening another tag
The body Contents should be in <body> tag
Title of the page Is written in <head> tag 
And so on................
Your Suggestions are very necessary for amendments and changing Thanks
 
Designed by