You are on page 1of 11

LEARN:

1).
<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
</head>
<body>
<h1 style="color:#356ecc;">Pink Frag Event Organizer</h1>
<hr>
<h2 style="color:#f9b222;">Service Description</h2>
<p style="color:#356ecc;">We are indulged in offering a Promotional Event
Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2 style="color:#f9b222;"> Features</h2>
<h5 style="color:#356ecc;">Customized services</h5>
<h5 style="color:#356ecc;">On-time completion</h5>
<h5 style="color:#356ecc;">Execution in tandem with clients demand</h5>
<hr>
<h2 style="color:#f9b222;">About Us</h2>
<p style="color:#356ecc;"> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers desires.<br />
We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<hr>
<h2 style="color:#f9b222;">Contact Us</h2>
<h3 style="color:#356ecc;">Address</h3>
<p style="color:#356ecc;">14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3 style="color:#356ecc;">Mobile</h3>
<p style="color:#356ecc;">Manager-9596645125</p>
<h3 style="color:#356ecc;">Landline</h3>
<p style="color:#356ecc;">0422-2727272</p>
<h3 style="color:#356ecc;">EMail</h3>
<p style="color:#356ecc;">pinkfragevent123@gmail.com
pinkfragOfficial@gmail.com
</p>
</body>
</html>
===================================================================================
=========================
2).
<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color:#ffb6c1">

<h1 style="color:blue">Pink Frag Event Organizer</h1>


<hr>
<h2 style="color:blue">Service Description</h2>
<p style="color:blue">We are indulged in offering a Promotional Event
Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2 style="color:blue"> Features</h2>
<h5 style="color:blue">Customized services</h5>
<h5 style="color:blue">On-time completion</h5>
<h5 style="color:blue">Execution in tandem with clients demand</h5>
<hr>
<h2 style="color:blue">About Us</h2>
<p style="color:blue"> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers’ preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers’ desires. We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<hr>
<h2 style="color:blue">Contact Us</h2>
<h3 style="color:blue">Address</h3>
<p style="color:blue">14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3 style="color:blue">Mobile</h3>
<p style="color:blue">Manager-9596645125</p>
<h3 style="color:blue">Landline</h3>
<p style="color:blue">0422-2727272</p>
<h3 style="color:blue">EMail</h3>
<p style="color:blue">pinkfragevent123@gmail.com
pinkfragOfficial@gmail.com
</p>
</body>
</html>
===================================================================================
=======================
DESIGN:
1).<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
<style>
h2{
font-size:18px;
}
h3{
font-size:16px;
}
h5{
font-size:14px;
}
p{
font-size:10px;
}
</style>
</head>
<body>
<h1>Pink Frag Event Organizer</h1>
<hr>
<h2>Service Description</h2>
<p>We are indulged in offering a Promotional Event Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2> Features</h2>
<h5>Customized services</h5>
<h5>On-time completion</h5>
<h5>Execution in tandem with clients demand</h5>
<hr>
<h2>About Us</h2>
<p> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers’ preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers’ desires. </p><br /><p>
We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<h3></h3><hr> <br /> <br /> <br /> <br />
<h2>Contact Us</h2>
<h3>Address</h3>
<p>14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3>Mobile</h3>
<p>Manager-9596645125</p>
<h3>Landline</h3>
<p>0422-2727272</p>
<h3>EMail</h3>
<p>pinkfragevent123@gmail.com pinkfragOfficial@gmail.com
</p>
</body>
</html>
===================================================================================
==============
2).
<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Pink Frag Event Organizer</h1>
<hr>
<h2>Service Description</h2>
<p>We are indulged in offering a Promotional Event Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2> Features</h2>
<h5>Customized services</h5>
<h5>On-time completion</h5>
<h5>Execution in tandem with clients demand</h5>
<hr>
<h2>About Us</h2>
<p> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers’ preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers’ desires. <br /><br/>
We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<hr>
<div style="background-color:#bbf4b6; color:#0c0068">
<h2 style="color:#de9707">Contact Us</h2>
<h3>Address</h3>
<p>14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3>Mobile</h3>
<p>Manager-9596645125</p>
<h3>Landline</h3>
<p>0422-2727272</p>
<h3>EMail</h3>
<p>pinkfragevent123@gmail.com pinkfragOfficial@gmail.com
</p></div>
</body>
</html>
===================================================================================
===========================================
3).
<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#h1Tag{
color:#F835C0;
}
#h2Tag{
color:#ff0000;
}
#h3Tag{
color:#15D365;
}
#h5Tag{
color:#9F41F5;
}
</style>
</head>
<body>

<h1 id="h1Tag">Pink Frag Event Organizer</h1>


<hr>
<h2 id="h2Tag">Service Description</h2>
<p>We are indulged in offering a Promotional Event Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2 id="h2Tag"> Features</h2>
<h5 id="h5Tag">Customized services</h5>
<h5 id="h5Tag">On-time completion</h5>
<h5 id="h5Tag">Execution in tandem with clients demand</h5>
<hr>
<h2 id="h2Tag">About Us</h2>
<p> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers’ preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers’ desires. We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<hr>
<h2 id="h2Tag">Contact Us</h2>
<h3 id="h3Tag">Address</h3>
<p>14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3 id="h3Tag">Mobile</h3>
<p>Manager-9596645125</p>
<h3 id="h3Tag">Landline</h3>
<p>0422-2727272</p>
<h3 id="h3Tag">EMail</h3>
<p>pinkfragevent123@gmail.com pinkfragOfficial@gmail.com
</p>
</body>
</html>
===================================================================================
=========================================
4).
<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
<style>
.serviceDescription,.aboutUs{
background-color:#81daf5;
color:#df0174;
}
</style>
</head>
<body>
<h1>Pink Frag Event Organizer</h1>
<hr>
<h2>Service Description</h2>
<p class="serviceDescription">We are indulged in offering a Promotional
Event Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2> Features</h2>
<h5>Customized services</h5>
<h5>On-time completion</h5>
<h5>Execution in tandem with clients demand</h5>
<hr>
<h2>About Us</h2>
<p class="aboutUs"> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers desires.
We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<h3></h3><hr>
<h2>Contact Us</h2>
<h3>Address</h3>
<p>14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3>Mobile</h3>
<p>Manager-9596645125</p>
<h3>Landline</h3>
<p>0422-2727272</p>
<h3>EMail</h3>
<p>pinkfragevent123@gmail.com pinkfragOfficial@gmail.com
</p>
</body>
</html>
===================================================================================
========================================
5).<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
font-family:Arial;
}
</style>
</head>
<body>
<h1>Pink Frag Event Organizer</h1>
<hr>
<h2>Service Description</h2>
<p>We are indulged in offering a Promotional Event Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2> Features</h2>
<h5>Customized services</h5>
<h5>On-time completion</h5>
<h5>Execution in tandem with clients demand</h5>
<hr>
<h2>About Us</h2>
<p> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers’ preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers’ desires. <br /><br/>
We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<hr>
<h2>Contact Us</h2>
<h3>Address</h3>
<p>14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3>Mobile</h3>
<p>Manager-9596645125</p>
<h3>Landline</h3>
<p>0422-2727272</p>
<h3>EMail</h3>
<p>pinkfragevent123@gmail.com pinkfragOfficial@gmail.com
</p>
</body>
</html>
===================================================================================
===============================================
6).

<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>Pink Frag Event Organizer</h1>
<div class="wedding" style="text-transform:none">
<h3>Wedding Event</h3>
<p>Our passionate team of wedding experts are meticulous in ensuring that every
aspect of the day is seamlessly stylish, from our delectable menus to glorious
flowers, venue finding and dressing, production and entertainment.</p>
</div>
<div class="conference" style="text-transform:uppercase">
<h3>Conferences</h3>
<p>Our conferences are designed to meet the ever-changing needs of the customer,
with the goal of bringing industry professionals together to share their expertise,
exchange ideas and facilitate business.</p>
</div>
<div class="birthdayParty" style="text-transform:lowercase">
<h3>Birthday Party</h3>
<p>Planning a birthday party? Whether a wild party with friends or a crazy party
for the kids,Most importantly, Purple7 helps you gather that ever important
catering services will be arranged as per your requirements and budget.Engage your
guests in variety of events.Host the party with a lively anchor.</p>
</div>
<div class="liveShows" style="text-transform:capitalize">
<h3>Live Shows</h3>
<p>If you are looking for entertainment any time of the day or night, then you are
at the right place. We bring you the list of all the hot and happening entertaining
events/activities going on or lined up in Coimbatore. You just need to tell us your
mood and taste in entertainment, rest we ensure you get the best time of your
life.</p>
</div>
<div class="photography" style="text-transform:inherit">
<h3>Photography</h3>
<p>We capture your best moments in life and make it an everlasting treasure to
preserve. We are well experienced in events coverage, wedding photography, candid
photography, modelling photography and industrial photography. Make use of our
photography services for a lasting impression.</p>
</div>
</body>
</html>
===================================================================================
===========================================
7).
<html>
<head></head>
<body>
<h1>The caret-color Property</h1>
<input style="caret-color:color:#f44336; color:#f44336;" value="Red Color">
<input style="caret-color:#76c31d; color:#76c31d;" value="Green Color">
<input style="caret-color:#9c27b0; color:#9c27b0;" value="Violet Color">
<input style="caret-color:#ff9800; color:#ff9800;" value="Orange Color">
<input style="caret-color:#9e96d0; color:#9e96d0;" value="Blue Color">
</body>
</html>
===================================================================================
===============================================
8).
<!DOCTYPE html>
<html>
<head>
<style>
#newspaper{
column-count: 3;
}
/* Enter your text here! */

</style>
</head>
<body>
<h2>Event Management</h2>
<div id="newspaper">An event, in a computing context, is any identifiable
occurrence that has significance for system hardware or software. User-generated
events include keystrokes and mouse clicks, among a wide variety of other
possibilities. System-generated events include program loading and errors, also
among a wide variety of other possibilities. An event typically represents some
message, token, count, pattern, value, or marker that can be recognized within an
ongoing stream of monitored inputs, such as network traffic, specific error
conditions or signals, thresholds crossed, counts accumulated, and so on.
A wedding planner is a professional who assists with the design,
planning and management of a client's wedding. Weddings are significant events in
people's lives and as such, couples are often willing to spend considerable amount
of money to ensure that their weddings are well-organized. Wedding planners are
often used by couples who work long hours and have little spare time available for
sourcing and managing wedding venues and wedding suppliers.
Professional wedding planners are based worldwide but the industry is
the largest in the USA, India, western Europe and China. Various wedding planning
courses are available to those who wish to pursue the career. Planners generally
charge either a percentage of the total wedding cost, or a flat fee.
Planners are also popular with couples planning a destination wedding,
where the documentation and paperwork can be complicated. Any country where a
wedding is held requires different procedures depending on the nationality of each
the bride and the groom. For instance, US citizens marrying in Italy require a
Nulla Osta (affidavit sworn in front of the US consulate in Italy), plus an Atto
Notorio (sworn in front of the Italian consulate in the US or at a court in Italy),
and legalization of the above. Some countries instead have agreements and the
couple can get their No Impediment forms from their local registrar and have it
translated by the consulate in the country of the wedding. A local wedding planner
can take care of the different procedures.
A corporate event can be defined as a gathering that is sponsored by a
business for its employees, business partners, clients and/or prospective clients.
These events can be for larger audiences such as conventions or smaller events like
conferences, meetings or holiday parties.
Corporate entertainment describes private events held by corporations
or businesses for their staff, clients or stakeholders. These events can be for
large audiences such as conventions and conferences, or smaller events such as
retreats, holiday parties or even private concerts.It is also commonly used to mean
corporate hospitality, the process of entertaining guests at corporate events. The
companies that provides corporate entertainment are called corporate event planners
or corporate booking agencies.
</div>
</body>
</html>
===================================================================================
=============================================
Access:
1).
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>Wedding Event</h1>
<div style="background-color:#40E0D0;">
We intricately craft each and every proceedings of your wedding , be it a Christian
nuptials or a Hindu vivaha or a Muslim nikkah. Our experts have hands on experience
in bringing your dreams to life , right from wedding cards design till the return
gifts to the guests. Wedding is your day to indulge in pure love and
happiness..Don't make it the day for your peak of tensions and hassles. We, as the
leading wedding planners in the town ,listen to and understand your budget and
expectations on your princess's wedding.</div>

<div style="background-color:#40E0D0; white-space:nowrap; overflow:hidden; text-


overflow:ellipsis;">
We intricately craft each and every proceedings of your wedding , be it a Christian
nuptials or a Hindu vivaha or a Muslim nikkah. Our experts have hands on experience
in bringing your dreams to life , right from wedding cards design till the return
gifts to the guests. Wedding is your day to indulge in pure love and
happiness..Don't make it the day for your peak of tensions and hassles. We, as the
leading wedding planners in the town ,listen to and understand your budget and
expectations on your princess's wedding.</div>
</body>
</html>
===================================================================================
======================================================
2).
<!DOCTYPE html>
<html>
<head>
<title>My First Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
background-image:url("bamboo.jpg");
background-repeat: no-repeat;
background-size: 100%auto;
}
</style>
</head>
<body>

<h1>Pink Frag Event Organizer</h1>


<hr>
<h2>Service Description</h2>
<p>We are indulged in offering a Promotional Event Management.
These services are provided by our team of professionals as
per the requirement of the client.
These services are highly praised for their features like
sophisticated technology, effective results and reliability. We offer
these services in a definite time frame and at affordable rates.
</p>
<hr>
<h2> Features</h2>
<h5>Customized services</h5>
<h5>On-time completion</h5>
<h5>Execution in tandem with clients demand</h5>
<hr>
<h2>About Us</h2>
<p> Pink Frag Event is a reputed organization,
which has come into being in 2009, as a Sole Proprietorship
Firm, with a sole aim of achieving the trust and support of
large customers. We have indulged our all endeavors towards
offering trustworthy Wedding Event Management, Promotional
Event Management, Birthday Party Management and many more.
All our services are reliable and offered keeping the exact
customers’ preferences and choice in mind. To offer these
services, we have hired specialized professionals, who are
capable of understanding as well as accomplishing the specific
customers’ desires. We have adopted modern technology,
to cope up with the challenges of industry. We keep all quality
parameters in mind, so that we cannot make any compromise in
terms of the excellence of products. </p>
<hr>
<h2>Contact Us</h2>
<h3>Address</h3>
<p>14/509A,Sterlin Street,Nungambakkam
Chennai - 600034.</p>
<h3>Mobile</h3>
<p>Manager-9596645125</p>
<h3>Landline</h3>
<p>0422-2727272</p>
<h3>EMail</h3>
<p>pinkfragevent123@gmail.com pinkfragOfficial@gmail.com
</p>
</body>
</html>
===================================================================================
============================================

You might also like