SlideShare a Scribd company logo
1 of 16
Download to read offline
Information Technology
Project
HTML & CSS
Submitted By
Harendra Singh Rawat
BCA 3rdYear
Dezyne E´cole College
www.dezyneecole.com
HTML & CSS Assignment
Dezyne E’ cole College
106/10, Civil Lines, Ajmer
Tel: 0145-2624679
www.dezyneecole.com
2015-2016
A WORK REPORT SUBMITTED
IN PARTIAL FULLFILLMENT OF THE REQUIREMENT FOR THE
DEGREE
Bachelor of Computer Application
Acknowledgement
This Web Layout on “HTML Language” was developed at Dezyne E’cole
College.
During the making of this project I have learnt a lot and I thank my mentor
Mr.Tarun Sharmaforhelping us during the making of project.
I thank my college “Dezyne E’cole College” for helping us to bring out our
skill.
With due Regards,
Harendra Singh Rawat
BCA 1st Year
Layout
Layout
<html>
<style>
body{
background:rgba(200,255,255,0.3);}
#contaner_1{ height:50%; width:33%;
background:#fff; position:absolute;
margin:10% 10% 10% 29%;}
#contaner_1 #contaner{ height:94%; width:96%;
background:rgb(50,50,50);
border-radius:3%; margin:3% 2% 3% 2%;
position:absolute;}
Log in form
Log in form
#contaner_1 #contaner #header{ height:12%; width:100%;
color:#fff; font-size:200%; text-
align:center; font-family:Arial;
padding:4% 0px 10px 0;
border-bottom:2px solid #222;}
#a{ color:#fff; font-family:Arial; font-
size:90%;}
table{ padding:2% 0 0 4%;}
input[type=text]{ padding:5px 5px 5px 10px; font-
size:110%; width:95%;
margin-left:5px; border-radius:
20px; border:none; background:-
webkit-linear-gradient
(rgb(195,195,195),rgb(223,223,223),
rgb(217,217,217));}
input[type=email],[type=password]{ padding:5px 5px 5px 10px; font-
size:110%; width:95%;
margin-left:5px; border-radius:20px;
border:none; background:-webkit-
linear-gradient(rgb(195,195,195),
rgb(223,223,223),rgb(217,217,217));
}
#f{ font-family:Arial; color:#fff; font-
size:80%;}
#f font{ color:rgb(124,130,24);}
input[type=submit]{ background:-webkit-linear-
gradient(rgb(118,123,0),rgb
(133,135,2), rgb(148,153,1));
text-align:center;padding:3%;
width:52%; border-radius:20px;
border:none; border-top:2px solid
rgb(148,153,2); font-size:120%;
color:#fff; word-spacing:2px;
margin-left:45%; margin-top:5%;}
Log in form
Log in form
</style>
<body>
<div id="contaner_1">
<div id="contaner">
<div id="header">Create an Account </div>
<form method="post" action="">
<table width="100%" height="50%">
<tr>
<td id="a">Name</td></tr>
<tr>
<td>
<input type="text" name="a"
placeholder="Enter Your Name"/>
</td>
</tr>
<tr>
<td id="a">Phone Number</td>
</tr>
<tr>
<td>
<input type="text" name="a"
placeholder="Enter Your Phone
Number" maxlength="11"/>
</td>
</tr>
<tr>
<td id="a">Email</td>
</tr>
<tr>
<td>
<input type="email" name="a"
placeholder="Enter Your Id"/>
</td>
</tr>
<tr>
<td id="a">Password</td>
Log in form
Log in form
</tr>
<tr>
<td>
<input type="password" name="a"
placeholder="Enter Your Password"/></td>
</tr>
<tr>
<td>
<div id="f"><input type="checkbox" name="j" />I
agree to the <font><u>Terms and Conditions</u>
</font> and <font><u>Privacy Policy</u></font>
</div></td>
</tr>
<tr>
<td>
<input type="submit" value="Create Account" />
</td>
</tr>
</table>
</form>
</div>
</div>
</body>
</html>
Layout
Layout
<html>
<style>
#f{ height:4%; width:100%; background:rgba(143,45,83,0.6);}
table{ font-family:Arial Narrow bold; border:1px solid
rgba(143,45,83,0.6);}
input[type=text]{ width:50%; height:80%;}
#a{ text-align:center;}
#l{ background:rgba(100,100,100,0.4); text-align:center;}
Log in form
Log in form
input[type=submit],[type=reset]{ font-size:110%; color:#fff; background
:rgba(143,45,83,0.4); border:none; border:1px solid rgba(143,45,83,0.6);}
td select{ width:50%; height:80%;}
</style>
<body>
<form method="post" action="">
<table width="80%" height="90%">
<tr>
<td colspan="4" id="f">Emergency Contact Info</td>
</tr>
<tr>
<td id="a">First Name</td>
<td><input type="text" name="a"></td>
<td colspan="2"><u>Emergency Contact Info
</u></td>
</tr>
<tr>
<td id="a">Last Name</td>
<td><input type="text" name="a"></td>
<td id="a">Name</td>
<td><input type="text" name="a"></td>
</tr>
<tr>
<td id="a">Gender</td>
<td>
<select>
<option>Male</option>
<option>Female</option>
</select>
</td>
<td id="a">Relationship</td>
<td><input type="text" name="a" /></td>
</tr>
<tr>
<td id="a">Date of Birth</td>
<td><input type="date" name="a" />[dd-MMM-YYYY]
</td>
Log in form
Log in form
<td id="a">Address</td>
<td><textarea rows="8" cols="15"></textarea></td>
</tr>
<tr>
<td id="a"><u>Medical Information</u></td>
</tr>
<tr>
<td id="a">Hospital<br>Preference</td>
<td><input type="text" name="a" /></td>
<td id="a">City</td><td><input type="text"
name="a"></td>
</tr>
<tr>
<td id="a">Insourance<br>Company</td>
<td><input type="text" name="a"></td>
<td id="a">State</td>
<td>
<select>
<option>-select-</option>
<option>M.P.</option>
<option>U.P.</option>
<option>Rajasthan</option>
<option>Gujrat</option>
</select>
</td>
</tr>
<tr>
<td id="a">Policy<br>Number</td>
<td><input type="text" name="a"></td>
<td id="a">Country</td>
<td>
<select>
<option>-select-</option>
<option>-select-</option>
<option>-select-</option>
<option>-select-</option>
<option>-select-</option>
Log in form
Log in form
</select>
</td>
</tr>
<tr>
<td id="a">Physician's<br>Name</td>
<td><input type="text" name="a" /></td>
<td id="a">Home Phone</td>
<td><input type="text" name="a" /></td>
</tr>
<tr>
<td id="a">Phone Number</td>
<td><input type="text" name="a" /></td>
<td id="a">work Phone</td>
<td><input type="text" name="a" /></td>
</tr>
<tr>
<td id="a">Allergies(if<br>any)</td>
<td><textarea rows="8" cols="30"></textarea></td>
</tr>
<tr>
<td colspan="4" id="l"><input type="submit"
value="Submit" />
<input type="reset" value="Reset" /></td>
</tr>
</table>
</form>
</body>
</html>
Layout
Layout
<html>
<style>
body{ margin:0px;}
#header{ width:100%; height:15%; background:#f00;}
#header #name{ font-size:350%; color:#fff; font-family:Arial;
box-sizing:border-box; padding:6% 0 0 13%; font-weight:bold;}
#header #menu{ width:100%; height:5%; text-align:center;
color:#fff; margin-top:-50px; margin-left:85px;}
#header #menu #menus{ color:#fff; margin-right:5px; font-
family:Arial; margin-left:20px; display:inline-block;}
Log in form
Log in form
#contaner{ background-image:url(./image/Untitle.jpg);
width:100%; height:76%; background-repeat:no-repeat;
background-size:cover;}
#contaner #text{ color:#fff; font-size:300%; padding-top:10%; text-
align:center; font-family:Arial;}
#contaner #text_1{ color:#fff; font-size:150%; padding-top:1%; text-
align:center;font-family:Arial;font-weight:bold;}
#contaner #text span{ font-size:110%;}
#contaner #text p{ font-size:45%; margin-top:-4px;}
#contaner #text font{ font-weight:bold;}
table{ font-family:Arial;}
input[type=email],[type=password]{ padding:10px; width:50%;
margin:10px 0 0 45%; font-size:120%;}
input[type=sumbit]{ width:50%; background:rgb(59,89,151); color:#fff;
padding:10px; font-size:120%; text-align:center;
border:none; margin:10px 0 0 45%;}
#sign{ width:30%; height:9%; background:rgb(29,158,254);
margin:-14% 0 0 56%;}
#play{ width:30%; height:9%; background:rgb(248,194,8);
margin:1% 0 0 56%;}
#sign span{color:#fff; font-size:130%; font-family:Arial; font-weight:bold;
padding-left:34%;}
#play span{color:#fff; font-size:130%; font-family:Arial; font-weight:bold;
padding-left:34%;}
#sign p{ color:#fff; font-size:100%; font-family:Arial; text-align:center;
padding-top:-9px;}
#play p{ color:#fff; font-size:100%; font-family:Arial; text-align:center;
padding-top:-9px;}
hr{ width:1px; height:29%; margin-top:-16%; background:#fff;
border:none;}
#w{ height:10%; width:100%; background:rgb(75,75,75);}
#w #menu_1{ padding:20px 0 0 50px;}
#w #menu_1 #menus_1{ color:#fff; float:left; margin-left:10px;
font-family:Arial;}
</style>
<body>
Log in form
Log in form
<div id="header">
<div id="name">ROBLOX</div>
<div id="menu">
<div id="menus">Home </div>
<div id="menus">Games </div>
<div id="menus">Catalogue </div>
<div id="menus">Build </div>
<div id="menus">Upgrade </div>
<div id="menus">Forum </div>
<div id="menus">More </div>
</div>
</div>
<div id="contaner">
<div id="text">
Welcome to <span>ROBLOX.</span>
<p>The free online building game where user <font>
Asimo3089</font> built <font>The Wind</font></p>
</div>
<div id="text_1">TAKE A TOUR.</div>
<form method="post" action="">
<table width="50%">
<tr>
<td>
<input type="email" name="a"
placeholder="Username"/>
</td>
</tr>
<tr>
<td>
<input type="password" name="a"
placeholder="Password"/>
</td>
</tr>
<tr>
<td>
<input type="sumbit" name="b" value="Login
Log in form
Log in form
with Facebook"/>
</td>
</tr>
</table>
</form>
<hr>
<div id="sign">
<span>Sign Up</span><p>It'll only take a
minute to start playing.</p></div>
<div id="play">
<span>Play Now</span><p>No Signup
Required</p></div>
</div>
<div id="w">
<div id="menu_1">
<div id="menus_1">Priacy Policy |</div>
<div id="menus_1">Advertise with Us |</div>
<div id="menus_1">Press |</div>
<div id="menus_1">Contact Us |</div>
<div id="menus_1">About Us |</div>
<div id="menus_1">Blog |</div>
<div id="menus_1">Jobs |</div>
<div id="menus_1">Parents </div>
</div>
</div>
</body>
</html>
Thank You…
Harendra Singh Rawat
Bachelor of Computer Application
Dezyne E’cole College
106/10, CIVIL LINES
AJMER
RAJASTHAN - 305001 (INDIA)
www.dezyneecole.com

More Related Content

Similar to Harendra Singh,BCA Third Year

BCA 1st year Html/css file
BCA 1st year Html/css fileBCA 1st year Html/css file
BCA 1st year Html/css fileRahul Saini
 
Deepika Mittal , BCA Third Year
Deepika Mittal , BCA Third YearDeepika Mittal , BCA Third Year
Deepika Mittal , BCA Third Yeardezyneecole
 
Deepika Mittal , BCA Third Year
Deepika Mittal , BCA Third YearDeepika Mittal , BCA Third Year
Deepika Mittal , BCA Third Yeardezyneecole
 
Harendra Singh,BCA Third Year
Harendra Singh,BCA Third YearHarendra Singh,BCA Third Year
Harendra Singh,BCA Third Yeardezyneecole
 
Interactive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email developmentInteractive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email developmentMichael Posso
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSSLarry King
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartScott DeLoach
 
CSS For Online Journalism
CSS For Online JournalismCSS For Online Journalism
CSS For Online Journalismamherstwire
 
Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSSColin Loretz
 
How do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML TricksHow do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML TricksCompare Infobase Limited
 
The Ring programming language version 1.10 book - Part 55 of 212
The Ring programming language version 1.10 book - Part 55 of 212The Ring programming language version 1.10 book - Part 55 of 212
The Ring programming language version 1.10 book - Part 55 of 212Mahmoud Samir Fayed
 
Tables and forms with HTML, CSS
Tables and forms with HTML, CSS  Tables and forms with HTML, CSS
Tables and forms with HTML, CSS Yaowaluck Promdee
 

Similar to Harendra Singh,BCA Third Year (20)

BCA 1st year Html/css file
BCA 1st year Html/css fileBCA 1st year Html/css file
BCA 1st year Html/css file
 
Deepika Mittal , BCA Third Year
Deepika Mittal , BCA Third YearDeepika Mittal , BCA Third Year
Deepika Mittal , BCA Third Year
 
Deepika Mittal , BCA Third Year
Deepika Mittal , BCA Third YearDeepika Mittal , BCA Third Year
Deepika Mittal , BCA Third Year
 
Harendra Singh,BCA Third Year
Harendra Singh,BCA Third YearHarendra Singh,BCA Third Year
Harendra Singh,BCA Third Year
 
Interactive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email developmentInteractive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email development
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Bhanu pratap
Bhanu pratapBhanu pratap
Bhanu pratap
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStart
 
Core CSS3
Core CSS3Core CSS3
Core CSS3
 
Css1
Css1Css1
Css1
 
CSS For Online Journalism
CSS For Online JournalismCSS For Online Journalism
CSS For Online Journalism
 
You and Your Stylesheet
You and Your StylesheetYou and Your Stylesheet
You and Your Stylesheet
 
Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSS
 
html
htmlhtml
html
 
Webtech File.docx
Webtech File.docxWebtech File.docx
Webtech File.docx
 
How do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML TricksHow do speed up web pages? CSS & HTML Tricks
How do speed up web pages? CSS & HTML Tricks
 
CSS Font & Text style
CSS Font & Text style CSS Font & Text style
CSS Font & Text style
 
The Ring programming language version 1.10 book - Part 55 of 212
The Ring programming language version 1.10 book - Part 55 of 212The Ring programming language version 1.10 book - Part 55 of 212
The Ring programming language version 1.10 book - Part 55 of 212
 
Tables and forms with HTML, CSS
Tables and forms with HTML, CSS  Tables and forms with HTML, CSS
Tables and forms with HTML, CSS
 
incoming
incomingincoming
incoming
 

More from dezyneecole

Gracika Benjamin , Diploma Fashion Design Second Year
Gracika Benjamin , Diploma Fashion Design Second YearGracika Benjamin , Diploma Fashion Design Second Year
Gracika Benjamin , Diploma Fashion Design Second Yeardezyneecole
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second YearSheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second Yeardezyneecole
 
Harsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second YearHarsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second Yeardezyneecole
 
Harsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second YearHarsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second Yeardezyneecole
 
Harsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second YearHarsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second Yeardezyneecole
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second YearSheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second Yeardezyneecole
 
Sushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second YearSushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second Yeardezyneecole
 
Sushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second YearSushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second Yeardezyneecole
 
Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...
Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...
Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...dezyneecole
 
Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...
Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...
Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...dezyneecole
 
Gitesh Chhatwani , BCA -3 Year
Gitesh Chhatwani , BCA -3 YearGitesh Chhatwani , BCA -3 Year
Gitesh Chhatwani , BCA -3 Yeardezyneecole
 
Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)
Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)
Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)dezyneecole
 
Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)
Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)
Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)dezyneecole
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...dezyneecole
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)dezyneecole
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)dezyneecole
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)dezyneecole
 
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...dezyneecole
 
Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)
Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)
Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)dezyneecole
 
Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)
Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)
Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)dezyneecole
 

More from dezyneecole (20)

Gracika Benjamin , Diploma Fashion Design Second Year
Gracika Benjamin , Diploma Fashion Design Second YearGracika Benjamin , Diploma Fashion Design Second Year
Gracika Benjamin , Diploma Fashion Design Second Year
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second YearSheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year
 
Harsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second YearHarsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second Year
 
Harsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second YearHarsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second Year
 
Harsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second YearHarsha Chhaparwal, Diploma Fashion Design Second Year
Harsha Chhaparwal, Diploma Fashion Design Second Year
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second YearSheikh Anjum Firdoush , Diploma Fashion Design Second Year
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year
 
Sushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second YearSushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second Year
 
Sushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second YearSushmita Bhati, Diploma Fashion Design Second Year
Sushmita Bhati, Diploma Fashion Design Second Year
 
Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...
Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...
Sushmita Bhati, Diploma Fashion Design Second Year, (How to Design for Fashio...
 
Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...
Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...
Somya Jain, Diploma Fashion Design Second Year, (How to Design for Fashion In...
 
Gitesh Chhatwani , BCA -3 Year
Gitesh Chhatwani , BCA -3 YearGitesh Chhatwani , BCA -3 Year
Gitesh Chhatwani , BCA -3 Year
 
Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)
Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)
Anurag Yadav , B.Voc Interior Design 1st Year ( Residential Portfolio)
 
Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)
Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)
Namita Bakoliya, Diploma Fashion Design First Year, (Corel Draw Project)
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Pattern Engineer...
 
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)
Sheikh Anjum Firdoush , Diploma Fashion Design Second Year, (Draping Project)
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
Gouri Ramchandani, Diploma Fashion Design First Year, (Embroidery Project)
 
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
Gouri Ramchandani, Diploma Fashion Design First Year, (Corel DrawProject)
 
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
Dimple Mordani, Diploma Fashion Design First Year, (illustration for Fashion ...
 
Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)
Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)
Dimple Mordani, Diploma Fashion Design First Year, (Design Basics Project)
 
Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)
Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)
Dimple Mordani, Diploma Fashion Design First Year, (Corel Draw Project)
 

Recently uploaded

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 

Recently uploaded (20)

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

Harendra Singh,BCA Third Year

  • 1. Information Technology Project HTML & CSS Submitted By Harendra Singh Rawat BCA 3rdYear Dezyne E´cole College www.dezyneecole.com
  • 2. HTML & CSS Assignment Dezyne E’ cole College 106/10, Civil Lines, Ajmer Tel: 0145-2624679 www.dezyneecole.com 2015-2016 A WORK REPORT SUBMITTED IN PARTIAL FULLFILLMENT OF THE REQUIREMENT FOR THE DEGREE Bachelor of Computer Application
  • 3. Acknowledgement This Web Layout on “HTML Language” was developed at Dezyne E’cole College. During the making of this project I have learnt a lot and I thank my mentor Mr.Tarun Sharmaforhelping us during the making of project. I thank my college “Dezyne E’cole College” for helping us to bring out our skill. With due Regards, Harendra Singh Rawat BCA 1st Year
  • 4. Layout Layout <html> <style> body{ background:rgba(200,255,255,0.3);} #contaner_1{ height:50%; width:33%; background:#fff; position:absolute; margin:10% 10% 10% 29%;} #contaner_1 #contaner{ height:94%; width:96%; background:rgb(50,50,50); border-radius:3%; margin:3% 2% 3% 2%; position:absolute;}
  • 5. Log in form Log in form #contaner_1 #contaner #header{ height:12%; width:100%; color:#fff; font-size:200%; text- align:center; font-family:Arial; padding:4% 0px 10px 0; border-bottom:2px solid #222;} #a{ color:#fff; font-family:Arial; font- size:90%;} table{ padding:2% 0 0 4%;} input[type=text]{ padding:5px 5px 5px 10px; font- size:110%; width:95%; margin-left:5px; border-radius: 20px; border:none; background:- webkit-linear-gradient (rgb(195,195,195),rgb(223,223,223), rgb(217,217,217));} input[type=email],[type=password]{ padding:5px 5px 5px 10px; font- size:110%; width:95%; margin-left:5px; border-radius:20px; border:none; background:-webkit- linear-gradient(rgb(195,195,195), rgb(223,223,223),rgb(217,217,217)); } #f{ font-family:Arial; color:#fff; font- size:80%;} #f font{ color:rgb(124,130,24);} input[type=submit]{ background:-webkit-linear- gradient(rgb(118,123,0),rgb (133,135,2), rgb(148,153,1)); text-align:center;padding:3%; width:52%; border-radius:20px; border:none; border-top:2px solid rgb(148,153,2); font-size:120%; color:#fff; word-spacing:2px; margin-left:45%; margin-top:5%;}
  • 6. Log in form Log in form </style> <body> <div id="contaner_1"> <div id="contaner"> <div id="header">Create an Account </div> <form method="post" action=""> <table width="100%" height="50%"> <tr> <td id="a">Name</td></tr> <tr> <td> <input type="text" name="a" placeholder="Enter Your Name"/> </td> </tr> <tr> <td id="a">Phone Number</td> </tr> <tr> <td> <input type="text" name="a" placeholder="Enter Your Phone Number" maxlength="11"/> </td> </tr> <tr> <td id="a">Email</td> </tr> <tr> <td> <input type="email" name="a" placeholder="Enter Your Id"/> </td> </tr> <tr> <td id="a">Password</td>
  • 7. Log in form Log in form </tr> <tr> <td> <input type="password" name="a" placeholder="Enter Your Password"/></td> </tr> <tr> <td> <div id="f"><input type="checkbox" name="j" />I agree to the <font><u>Terms and Conditions</u> </font> and <font><u>Privacy Policy</u></font> </div></td> </tr> <tr> <td> <input type="submit" value="Create Account" /> </td> </tr> </table> </form> </div> </div> </body> </html>
  • 8. Layout Layout <html> <style> #f{ height:4%; width:100%; background:rgba(143,45,83,0.6);} table{ font-family:Arial Narrow bold; border:1px solid rgba(143,45,83,0.6);} input[type=text]{ width:50%; height:80%;} #a{ text-align:center;} #l{ background:rgba(100,100,100,0.4); text-align:center;}
  • 9. Log in form Log in form input[type=submit],[type=reset]{ font-size:110%; color:#fff; background :rgba(143,45,83,0.4); border:none; border:1px solid rgba(143,45,83,0.6);} td select{ width:50%; height:80%;} </style> <body> <form method="post" action=""> <table width="80%" height="90%"> <tr> <td colspan="4" id="f">Emergency Contact Info</td> </tr> <tr> <td id="a">First Name</td> <td><input type="text" name="a"></td> <td colspan="2"><u>Emergency Contact Info </u></td> </tr> <tr> <td id="a">Last Name</td> <td><input type="text" name="a"></td> <td id="a">Name</td> <td><input type="text" name="a"></td> </tr> <tr> <td id="a">Gender</td> <td> <select> <option>Male</option> <option>Female</option> </select> </td> <td id="a">Relationship</td> <td><input type="text" name="a" /></td> </tr> <tr> <td id="a">Date of Birth</td> <td><input type="date" name="a" />[dd-MMM-YYYY] </td>
  • 10. Log in form Log in form <td id="a">Address</td> <td><textarea rows="8" cols="15"></textarea></td> </tr> <tr> <td id="a"><u>Medical Information</u></td> </tr> <tr> <td id="a">Hospital<br>Preference</td> <td><input type="text" name="a" /></td> <td id="a">City</td><td><input type="text" name="a"></td> </tr> <tr> <td id="a">Insourance<br>Company</td> <td><input type="text" name="a"></td> <td id="a">State</td> <td> <select> <option>-select-</option> <option>M.P.</option> <option>U.P.</option> <option>Rajasthan</option> <option>Gujrat</option> </select> </td> </tr> <tr> <td id="a">Policy<br>Number</td> <td><input type="text" name="a"></td> <td id="a">Country</td> <td> <select> <option>-select-</option> <option>-select-</option> <option>-select-</option> <option>-select-</option> <option>-select-</option>
  • 11. Log in form Log in form </select> </td> </tr> <tr> <td id="a">Physician's<br>Name</td> <td><input type="text" name="a" /></td> <td id="a">Home Phone</td> <td><input type="text" name="a" /></td> </tr> <tr> <td id="a">Phone Number</td> <td><input type="text" name="a" /></td> <td id="a">work Phone</td> <td><input type="text" name="a" /></td> </tr> <tr> <td id="a">Allergies(if<br>any)</td> <td><textarea rows="8" cols="30"></textarea></td> </tr> <tr> <td colspan="4" id="l"><input type="submit" value="Submit" /> <input type="reset" value="Reset" /></td> </tr> </table> </form> </body> </html>
  • 12. Layout Layout <html> <style> body{ margin:0px;} #header{ width:100%; height:15%; background:#f00;} #header #name{ font-size:350%; color:#fff; font-family:Arial; box-sizing:border-box; padding:6% 0 0 13%; font-weight:bold;} #header #menu{ width:100%; height:5%; text-align:center; color:#fff; margin-top:-50px; margin-left:85px;} #header #menu #menus{ color:#fff; margin-right:5px; font- family:Arial; margin-left:20px; display:inline-block;}
  • 13. Log in form Log in form #contaner{ background-image:url(./image/Untitle.jpg); width:100%; height:76%; background-repeat:no-repeat; background-size:cover;} #contaner #text{ color:#fff; font-size:300%; padding-top:10%; text- align:center; font-family:Arial;} #contaner #text_1{ color:#fff; font-size:150%; padding-top:1%; text- align:center;font-family:Arial;font-weight:bold;} #contaner #text span{ font-size:110%;} #contaner #text p{ font-size:45%; margin-top:-4px;} #contaner #text font{ font-weight:bold;} table{ font-family:Arial;} input[type=email],[type=password]{ padding:10px; width:50%; margin:10px 0 0 45%; font-size:120%;} input[type=sumbit]{ width:50%; background:rgb(59,89,151); color:#fff; padding:10px; font-size:120%; text-align:center; border:none; margin:10px 0 0 45%;} #sign{ width:30%; height:9%; background:rgb(29,158,254); margin:-14% 0 0 56%;} #play{ width:30%; height:9%; background:rgb(248,194,8); margin:1% 0 0 56%;} #sign span{color:#fff; font-size:130%; font-family:Arial; font-weight:bold; padding-left:34%;} #play span{color:#fff; font-size:130%; font-family:Arial; font-weight:bold; padding-left:34%;} #sign p{ color:#fff; font-size:100%; font-family:Arial; text-align:center; padding-top:-9px;} #play p{ color:#fff; font-size:100%; font-family:Arial; text-align:center; padding-top:-9px;} hr{ width:1px; height:29%; margin-top:-16%; background:#fff; border:none;} #w{ height:10%; width:100%; background:rgb(75,75,75);} #w #menu_1{ padding:20px 0 0 50px;} #w #menu_1 #menus_1{ color:#fff; float:left; margin-left:10px; font-family:Arial;} </style> <body>
  • 14. Log in form Log in form <div id="header"> <div id="name">ROBLOX</div> <div id="menu"> <div id="menus">Home </div> <div id="menus">Games </div> <div id="menus">Catalogue </div> <div id="menus">Build </div> <div id="menus">Upgrade </div> <div id="menus">Forum </div> <div id="menus">More </div> </div> </div> <div id="contaner"> <div id="text"> Welcome to <span>ROBLOX.</span> <p>The free online building game where user <font> Asimo3089</font> built <font>The Wind</font></p> </div> <div id="text_1">TAKE A TOUR.</div> <form method="post" action=""> <table width="50%"> <tr> <td> <input type="email" name="a" placeholder="Username"/> </td> </tr> <tr> <td> <input type="password" name="a" placeholder="Password"/> </td> </tr> <tr> <td> <input type="sumbit" name="b" value="Login
  • 15. Log in form Log in form with Facebook"/> </td> </tr> </table> </form> <hr> <div id="sign"> <span>Sign Up</span><p>It'll only take a minute to start playing.</p></div> <div id="play"> <span>Play Now</span><p>No Signup Required</p></div> </div> <div id="w"> <div id="menu_1"> <div id="menus_1">Priacy Policy |</div> <div id="menus_1">Advertise with Us |</div> <div id="menus_1">Press |</div> <div id="menus_1">Contact Us |</div> <div id="menus_1">About Us |</div> <div id="menus_1">Blog |</div> <div id="menus_1">Jobs |</div> <div id="menus_1">Parents </div> </div> </div> </body> </html>
  • 16. Thank You… Harendra Singh Rawat Bachelor of Computer Application Dezyne E’cole College 106/10, CIVIL LINES AJMER RAJASTHAN - 305001 (INDIA) www.dezyneecole.com