You Are Here:

Community: Wiki

This page was last modified on 31 October 2009, at 11:55.

Mobile Web Template

From Forum Nokia Wiki


Contents

Introduction

A Web Template is a ready-made website that will allow you to create high-quality websites in a fraction of the time. Why web templates make sense in web design:

  • Speed.
  • Cost.

A web template turns a complex process into something simple:
1. The client selects the style they want from a collection of web templates.
2. Once the client makes their choice, any half competent web designer can easily customize the template to the client’s needs. There are many factors that you need to consider when it comes to choosing the right website template. The end product would mostly depend upon your ability to decide which type of these templates suit your purpose best. Your decision, in turn would be influenced by what type of audience you intend to attract.

Thus in this Wiki article we will try to collect various web templates.

Types

Html Website Templates
Flash Website Templates
PSD website templates

Most Popular Categories

Here are few examples of most common web template.

File:News.PNG

File:Html.png
Header Section

Title of web page enclosed in <title> tag.
This section can have a javascript section enclosed in Example:<script type="text/javascript">
This section also refer to the css file of the project. Example:<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />

Body Section

This section is the important part of the HTML page. In this example Body has List layout ul (Unordered List) and class="list" refers to the CSS object in CSS file.

File:Css_file.png
CSS defines HOW HTML elements are to be displayed.

Styles are normally saved in external .css files. Example:
body {
font-size: 100%;
color: #333333;
font-weight: normal;
font-family: sans-serif;
}
Syntax
selector {property:value}
For More Detail just refer to the .css section of the project

File:Btn_download_now.gif
Mobile Web Templates

Entertainment Websites Templates

My_Music_Band.com Personal Music band template were fans could easily access information about there stars,tours,albums etc.

File:MyMusic_Band.PNG

File:Html.png
Header Section

Title of web page enclosed in <title> tag.
This section can have a javascript section enclosed in Example:<script type="text/javascript">
This section also refer to the css file of the project. Example:<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />

Body Section

This section is the important part of the HTML page. In this example Body has List layout ul and class="grid" refers to the CSS object in CSS file.
<MARQUEE> My Scrolling Text </MARQUEE>

Footer Example:

© 2009 Forum Nokia

For more details refer to the source code.

File:Css_file.png
CSS defines HOW HTML elements are to be displayed.

Styles are normally saved in external .css files. Example:
body {
font-size: 100%;
color: #333333;
font-weight: normal;
font-family: sans-serif;
}
Syntax
selector {property:value}
For More Detail just refer to the .css section of the project


File:Btn_download_now.gif
File:Music Band Web Template.zip

Shopping Websites Templates

My_Mobile_Store.com Place were i can check out latest mobiles,reviews and everythings about mobiles.

File:Store.PNG

File:Html.png
Header Section

Title of web page enclosed in <title> tag.
This section can have a javascript section enclosed in Example:<script type="text/javascript">
This section also refer to the css file of the project. Example:<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />

Body Section

This section is the important part of the HTML page. In this example Body has List layout ul and class="list" refers to the CSS object in CSS file.

Footer Example:

© 2009 Forum Nokia

For more details refer to the source code.

File:Css_file.png
CSS defines HOW HTML elements are to be displayed.

Styles are normally saved in external .css files. Example:
body {
font-size: 100%;
color: #333333;
font-weight: normal;
font-family: sans-serif;
}
Syntax
selector {property:value}
For More Detail just refer to the .css section of the project

File:Btn_download_now.gif
File:Store Web Template.zip


My_Movie_Store.com One stop for movies were i can checkout the latest ones.

File:My_Movie_Store.PNG

File:Html.png
Header Section

Title of web page enclosed in <title> tag.
This section can have a javascript section enclosed in Example:<script type="text/javascript">
This section also refer to the css file of the project. Example:<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />

Body Section

This section is the important part of the HTML page. In this example Body has List layout ul and class="list" refers to the CSS object in CSS file.

Footer Example:

© 2009 Forum Nokia

For more details refer to the source code.

File:Css_file.png
CSS defines HOW HTML elements are to be displayed.

Styles are normally saved in external .css files. Example:
body {
font-size: 100%;
color: #333333;
font-weight: normal;
font-family: sans-serif;
}
Syntax
selector {property:value}
For More Detail just refer to the .css section of the project

File:Btn_download_now.gif
File:Rent Buy movies Web Template.zip

Sports Websites Templates

My_Cricket.com Place were we can check out latest cricket news and live score.

File:My_Cricket.PNG

File:Html.png
Header Section

Title of web page enclosed in <title> tag.
This section can have a javascript section enclosed in Example:<script type="text/javascript">
This section also refer to the css file of the project. Example:<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />

Body Section

This section is the important part of the HTML page. In this example Body has List layout ul and class="list" refers to the CSS object in CSS file.

Footer Example:

© 2009 Forum Nokia

For more details refer to the source code.

File:Css_file.png
CSS defines HOW HTML elements are to be displayed.

Styles are normally saved in external .css files. Example:
body {
font-size: 100%;
color: #333333;
font-weight: normal;
font-family: sans-serif;
}
Syntax
selector {property:value}
For More Detail just refer to the .css section of the project

File:Btn_download_now.gif
File:Cricket Web Template.zip

Fashion & Style Websites Templates

Fashion.com Place were we can check out latest fashion.

File:Fashion_Hub.PNG

File:Html.png
Header Section

Title of web page enclosed in <title> tag.
This section can have a javascript section enclosed in Example:<script type="text/javascript">
This section also refer to the css file of the project. Example:<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />

Body Section

This section is the important part of the HTML page. In this example Body has List layout ul and class="grid" refers to the CSS object in CSS file.

Footer Example:

© 2009 Forum Nokia

For more details refer to the source code.

File:Css_file.png
CSS defines HOW HTML elements are to be displayed.

Styles are normally saved in external .css files. Example:
body {
font-size: 100%;
color: #333333;
font-weight: normal;
font-family: sans-serif;
}
Syntax
selector {property:value}
For More Detail just refer to the .css section of the project

File:Btn_download_now.gif
File:Fashion Web Template.zip

Misc Websites Templates

Dog_Care.com One place were which really cares about your dog.

File:My_Dog_Care.PNG

File:Html.png
Header Section

Title of web page enclosed in <title> tag.
This section can have a javascript section enclosed in Example:<script type="text/javascript">
This section also refer to the css file of the project. Example:<link href="resources/styles/baseStyles.css" rel="stylesheet" type="text/css" />

Body Section

This section is the important part of the HTML page. In this example Body has List layout ul and class="grid" refers to the CSS object in CSS file.

Footer Example:

© 2009 Forum Nokia

For more details refer to the source code.

File:Css_file.png
CSS defines HOW HTML elements are to be displayed.

Styles are normally saved in external .css files. Example:
body {
font-size: 100%;
color: #333333;
font-weight: normal;
font-family: sans-serif;
}
Syntax
selector {property:value}
For More Detail just refer to the .css section of the project

File:Btn_download_now.gif
File:Dog Care Web Template.zip

References

File:W3schoolscom_gray.gif
w3schools
Web Hosting
Image:Logo_180x36.jpg
mobiforge
File:Wikipedia.jpg
Website Design Process Steps
List of HTML editors

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
User Rating: qfnZuserE5FratingQNx3E2E0000X