SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
Date: 28-Sep-2020
Subject: Information Technology
Class XII
Advanced Web Technology
1. INLINE CSS
Table 1
<!DOCTYPE HTML>
<html>
<body>
<h1 align="center" style="color: white; background-color: blue;">NARAYANA JR. COLLEGE</h1>
<marquee scrollamount=10 behavior="alternate">
<H1 style="font-weight: 200; font-style: italic; color: red;">IIT ACADEMY</H1>
</marquee>
<h1 style="font-style: oblique; text-decoration: overline;">Subjects</h1>
<div name="d1" style="border: dashed; border-color: green; background-color: lime;">
<ul type="square">
<li style="font-size: 20px; letter-spacing: 10pt; text-decoration: underline">COMPULSORY
SUBJECTS</li>
</ul>
<ol type="I">
<li style="font-family: fantasy; padding: 10pt;">MATHS</li>
<li>English</li>
<li style="font-family: cursive; padding: 10pt;">Physics</li>
<li>Chemistry</li>
</ol>
</div>
<br>
<!--<hr>-->
<div name="d2" style="border: groove; border-color: red; background-color: cyan; margin-left:
100px;">
<ul type="circle">
<li style="font-size: 20px; letter-spacing: 10pt; text-decoration: underline">OPTIONAL
SUBJECTS</li>
</ul>
<ol type="i">
<li>Geography</li>
<li>Economics</li>
<li>IT</li>
<li>CS</li>
</ol>
</div>
</body>
</html>
OUTPUT:
2. INTERNAL CSS
Table 2
<!DOCTYPE HTML>
<!--In this page, we are applying internal css, we will be using ID and CLASS concept here-->
<html>
<head>
<title>INTERNAL CSS</title>
<!--use style attribute to create internal css-->
<style>
h1 {color:pink}
h4 {
color: red;
text-decoration: underline;
}
p{font-style: italic;}
tr{
border-top-color: red;
}
</style>
</head>
<body>
<h1>Customer Testimonies</h1>
<table align="center" border=2 height=600 width=1000>
<tr>
<td><p>"They Provide Excellent Services."</p></td>
<td><p>"They have good staff"</p></td>
<td><h3>"Ontime Delivery"</h3></td>
</tr>
<tr>
<td><h4>"Damage return with money back policy"</h4></td>
<td><h5>"Happy to earn reward points"</h5></td>
<td><p>"Excellent Customer Services"</p></td>
</tr>
<tr>
<td><h4>"Good Replacement Policy"</h4></td>
<td><h5>"They provide valuable services."</h5></td>
<td><img src="D:SUBJECTSHTML 5cssan1.jpg" ></td>
</tr>
</table>
</body>
</html>
OUTPUT:
3. EXTERNAL CSS
Table 3 : CSS FILE (new2.css)
<style>
h1, p{
color: blue;
margin-left: 100px;
}
#feedback{
background-color: lime;
font-family: cursive;
}
.para{
text-decoration: underline;
font-family: fantasy;
font-style: italic;
}
*{
font-size: 25px;
color: orange;
margin-left: 100px;
}
</style>
Table 4: HTML FILE (new1.html)
<!DOCTYPE HTML>
<html>
<head>
<title>it</title>
<style>
h1{
color: red;
margin-left: 100px;
}
#feedback{
background-color: lime;
font-family: cursive;
}
.para{
text-decoration: underline;
font-family: fantasy;
}
*{
font-size: 25px;
color: purple;
margin-left: 100px;
}
</style>
</head>
<body>
<h1>Student Analysis Report</h1>
<h1 id="feedback">Students Feedback</h1>
<TABLE border=5 height=400 width=600>
<tr>
<td><h4>This college is good</h4></td>
<td><p class="para">Canteen is good</p></td>
<td></td>
</tr>
<tr>
<td><h4 class="para">This college is good in terms of building</h4></td>
<td><p>Computer Lab is good</p></td>
<td></td>
</tr>
<tr>
<td></td>
<td><p id="feedback">Principal is good</p></td>
<td><img src="an1.jpg"></td>
</tr>
</TABLE>
</body>
</html>
OUTPUT

Contenu connexe

Similaire à HTML and CSS codes

Slow kinda sucks
Slow kinda sucksSlow kinda sucks
Slow kinda sucksTim Wright
 
Polytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilarePolytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilareOluwadamilare Ibrahim
 
Polytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilarePolytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilareOluwadamilare Ibrahim
 
Creating HTML Pages
Creating HTML PagesCreating HTML Pages
Creating HTML PagesMike Crabb
 
2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdfBdBangladesh
 
#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]Dalibor Gogic
 
dotCSS 2016: Hacking HTML Emails with CSS
dotCSS 2016: Hacking HTML Emails with CSSdotCSS 2016: Hacking HTML Emails with CSS
dotCSS 2016: Hacking HTML Emails with CSSLitmus
 
HTML/CSS Workshop @ Searchcamp
HTML/CSS Workshop @ SearchcampHTML/CSS Workshop @ Searchcamp
HTML/CSS Workshop @ SearchcampJames Mills
 
Surviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected DevicesSurviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected DevicesGustaf Nilsson Kotte
 
Herritable Bond 1825 Alexander Mackenzie.Txt.Xhtml
Herritable Bond 1825 Alexander Mackenzie.Txt.XhtmlHerritable Bond 1825 Alexander Mackenzie.Txt.Xhtml
Herritable Bond 1825 Alexander Mackenzie.Txt.XhtmlHOME
 

Similaire à HTML and CSS codes (20)

Css1
Css1Css1
Css1
 
Html advance
Html advanceHtml advance
Html advance
 
HTML-Advance.pptx
HTML-Advance.pptxHTML-Advance.pptx
HTML-Advance.pptx
 
Slow kinda sucks
Slow kinda sucksSlow kinda sucks
Slow kinda sucks
 
Polytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilarePolytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilare
 
Polytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilarePolytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilare
 
Unit 11
Unit 11Unit 11
Unit 11
 
6.1 html lec 6
6.1 html lec 66.1 html lec 6
6.1 html lec 6
 
Creating HTML Pages
Creating HTML PagesCreating HTML Pages
Creating HTML Pages
 
2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf2. CSS Chapter Roadmap and Full Source Code.pdf
2. CSS Chapter Roadmap and Full Source Code.pdf
 
Presentation 2
Presentation 2Presentation 2
Presentation 2
 
Html
HtmlHtml
Html
 
#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]#3 HTML & CSS [know-how]
#3 HTML & CSS [know-how]
 
dotCSS 2016: Hacking HTML Emails with CSS
dotCSS 2016: Hacking HTML Emails with CSSdotCSS 2016: Hacking HTML Emails with CSS
dotCSS 2016: Hacking HTML Emails with CSS
 
HTML codes 1
HTML codes 1HTML codes 1
HTML codes 1
 
HTML/CSS Workshop @ Searchcamp
HTML/CSS Workshop @ SearchcampHTML/CSS Workshop @ Searchcamp
HTML/CSS Workshop @ Searchcamp
 
Surviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected DevicesSurviving the Zombie Apocalpyse of Connected Devices
Surviving the Zombie Apocalpyse of Connected Devices
 
Herritable Bond 1825 Alexander Mackenzie.Txt.Xhtml
Herritable Bond 1825 Alexander Mackenzie.Txt.XhtmlHerritable Bond 1825 Alexander Mackenzie.Txt.Xhtml
Herritable Bond 1825 Alexander Mackenzie.Txt.Xhtml
 
Styles.docx
Styles.docxStyles.docx
Styles.docx
 
Styles.docx
Styles.docxStyles.docx
Styles.docx
 

Plus de Aditi Bhushan

Chapter 15 [Bhagvad Geeta]
Chapter 15 [Bhagvad Geeta]Chapter 15 [Bhagvad Geeta]
Chapter 15 [Bhagvad Geeta]Aditi Bhushan
 
COMPUTER SCIENCE CLASS 11
COMPUTER SCIENCE CLASS 11COMPUTER SCIENCE CLASS 11
COMPUTER SCIENCE CLASS 11Aditi Bhushan
 
Basics of python programming
Basics of python programmingBasics of python programming
Basics of python programmingAditi Bhushan
 
Basics of Information Technology
Basics of Information TechnologyBasics of Information Technology
Basics of Information TechnologyAditi Bhushan
 
Calculation of Area of Circle and Rectangle
Calculation of Area of Circle and RectangleCalculation of Area of Circle and Rectangle
Calculation of Area of Circle and RectangleAditi Bhushan
 
Calculation of first 100 numbers using do-until loop
Calculation of first 100 numbers using do-until loopCalculation of first 100 numbers using do-until loop
Calculation of first 100 numbers using do-until loopAditi Bhushan
 
HSc Information Technology Practical List
HSc Information Technology Practical List HSc Information Technology Practical List
HSc Information Technology Practical List Aditi Bhushan
 
HSc Computer Science Practical Slip for Class 12
HSc Computer Science Practical Slip for Class 12HSc Computer Science Practical Slip for Class 12
HSc Computer Science Practical Slip for Class 12Aditi Bhushan
 
Fibonacci Series Program in C++
Fibonacci Series Program in C++Fibonacci Series Program in C++
Fibonacci Series Program in C++Aditi Bhushan
 
Visual Basic Source Codes for Class 11 HSc Paper 1 Practicals
Visual Basic Source Codes for Class 11 HSc Paper 1 PracticalsVisual Basic Source Codes for Class 11 HSc Paper 1 Practicals
Visual Basic Source Codes for Class 11 HSc Paper 1 PracticalsAditi Bhushan
 
Introduction to Visual basic 6.0
Introduction to Visual basic 6.0Introduction to Visual basic 6.0
Introduction to Visual basic 6.0Aditi Bhushan
 
Functional hardware of pc
Functional hardware of pcFunctional hardware of pc
Functional hardware of pcAditi Bhushan
 
Language and its Function
Language and its FunctionLanguage and its Function
Language and its FunctionAditi Bhushan
 
Teacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomyTeacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomyAditi Bhushan
 
Importance of body language at workplace
Importance of body language at workplaceImportance of body language at workplace
Importance of body language at workplaceAditi Bhushan
 
Role of indian govt. portal e pg pathshala
Role of indian govt. portal e pg pathshalaRole of indian govt. portal e pg pathshala
Role of indian govt. portal e pg pathshalaAditi Bhushan
 
conservation of solar energy
conservation of solar energyconservation of solar energy
conservation of solar energyAditi Bhushan
 

Plus de Aditi Bhushan (19)

Binary Search
Binary SearchBinary Search
Binary Search
 
Chapter 15 [Bhagvad Geeta]
Chapter 15 [Bhagvad Geeta]Chapter 15 [Bhagvad Geeta]
Chapter 15 [Bhagvad Geeta]
 
COMPUTER SCIENCE CLASS 11
COMPUTER SCIENCE CLASS 11COMPUTER SCIENCE CLASS 11
COMPUTER SCIENCE CLASS 11
 
Basics of python programming
Basics of python programmingBasics of python programming
Basics of python programming
 
Basics of Information Technology
Basics of Information TechnologyBasics of Information Technology
Basics of Information Technology
 
Calculation of Area of Circle and Rectangle
Calculation of Area of Circle and RectangleCalculation of Area of Circle and Rectangle
Calculation of Area of Circle and Rectangle
 
Calculation of first 100 numbers using do-until loop
Calculation of first 100 numbers using do-until loopCalculation of first 100 numbers using do-until loop
Calculation of first 100 numbers using do-until loop
 
HSc Information Technology Practical List
HSc Information Technology Practical List HSc Information Technology Practical List
HSc Information Technology Practical List
 
HSc Computer Science Practical Slip for Class 12
HSc Computer Science Practical Slip for Class 12HSc Computer Science Practical Slip for Class 12
HSc Computer Science Practical Slip for Class 12
 
Cpp source code1
Cpp source code1Cpp source code1
Cpp source code1
 
Fibonacci Series Program in C++
Fibonacci Series Program in C++Fibonacci Series Program in C++
Fibonacci Series Program in C++
 
Visual Basic Source Codes for Class 11 HSc Paper 1 Practicals
Visual Basic Source Codes for Class 11 HSc Paper 1 PracticalsVisual Basic Source Codes for Class 11 HSc Paper 1 Practicals
Visual Basic Source Codes for Class 11 HSc Paper 1 Practicals
 
Introduction to Visual basic 6.0
Introduction to Visual basic 6.0Introduction to Visual basic 6.0
Introduction to Visual basic 6.0
 
Functional hardware of pc
Functional hardware of pcFunctional hardware of pc
Functional hardware of pc
 
Language and its Function
Language and its FunctionLanguage and its Function
Language and its Function
 
Teacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomyTeacher autonomy : a tool to create learner autonomy
Teacher autonomy : a tool to create learner autonomy
 
Importance of body language at workplace
Importance of body language at workplaceImportance of body language at workplace
Importance of body language at workplace
 
Role of indian govt. portal e pg pathshala
Role of indian govt. portal e pg pathshalaRole of indian govt. portal e pg pathshala
Role of indian govt. portal e pg pathshala
 
conservation of solar energy
conservation of solar energyconservation of solar energy
conservation of solar energy
 

Dernier

Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
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
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
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
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 

Dernier (20)

Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
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 ...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 

HTML and CSS codes

  • 1. Date: 28-Sep-2020 Subject: Information Technology Class XII Advanced Web Technology 1. INLINE CSS Table 1 <!DOCTYPE HTML> <html> <body> <h1 align="center" style="color: white; background-color: blue;">NARAYANA JR. COLLEGE</h1> <marquee scrollamount=10 behavior="alternate"> <H1 style="font-weight: 200; font-style: italic; color: red;">IIT ACADEMY</H1> </marquee> <h1 style="font-style: oblique; text-decoration: overline;">Subjects</h1> <div name="d1" style="border: dashed; border-color: green; background-color: lime;"> <ul type="square"> <li style="font-size: 20px; letter-spacing: 10pt; text-decoration: underline">COMPULSORY SUBJECTS</li> </ul> <ol type="I"> <li style="font-family: fantasy; padding: 10pt;">MATHS</li> <li>English</li> <li style="font-family: cursive; padding: 10pt;">Physics</li> <li>Chemistry</li> </ol> </div> <br> <!--<hr>--> <div name="d2" style="border: groove; border-color: red; background-color: cyan; margin-left: 100px;"> <ul type="circle"> <li style="font-size: 20px; letter-spacing: 10pt; text-decoration: underline">OPTIONAL SUBJECTS</li> </ul> <ol type="i"> <li>Geography</li> <li>Economics</li> <li>IT</li> <li>CS</li> </ol> </div> </body> </html>
  • 2. OUTPUT: 2. INTERNAL CSS Table 2 <!DOCTYPE HTML> <!--In this page, we are applying internal css, we will be using ID and CLASS concept here--> <html> <head> <title>INTERNAL CSS</title> <!--use style attribute to create internal css--> <style> h1 {color:pink} h4 { color: red; text-decoration: underline; } p{font-style: italic;} tr{ border-top-color: red; } </style> </head> <body> <h1>Customer Testimonies</h1> <table align="center" border=2 height=600 width=1000> <tr> <td><p>"They Provide Excellent Services."</p></td> <td><p>"They have good staff"</p></td> <td><h3>"Ontime Delivery"</h3></td> </tr>
  • 3. <tr> <td><h4>"Damage return with money back policy"</h4></td> <td><h5>"Happy to earn reward points"</h5></td> <td><p>"Excellent Customer Services"</p></td> </tr> <tr> <td><h4>"Good Replacement Policy"</h4></td> <td><h5>"They provide valuable services."</h5></td> <td><img src="D:SUBJECTSHTML 5cssan1.jpg" ></td> </tr> </table> </body> </html> OUTPUT: 3. EXTERNAL CSS Table 3 : CSS FILE (new2.css) <style> h1, p{ color: blue; margin-left: 100px; } #feedback{ background-color: lime; font-family: cursive; } .para{ text-decoration: underline; font-family: fantasy;
  • 4. font-style: italic; } *{ font-size: 25px; color: orange; margin-left: 100px; } </style> Table 4: HTML FILE (new1.html) <!DOCTYPE HTML> <html> <head> <title>it</title> <style> h1{ color: red; margin-left: 100px; } #feedback{ background-color: lime; font-family: cursive; } .para{ text-decoration: underline; font-family: fantasy; } *{ font-size: 25px; color: purple; margin-left: 100px; } </style> </head> <body> <h1>Student Analysis Report</h1> <h1 id="feedback">Students Feedback</h1> <TABLE border=5 height=400 width=600> <tr> <td><h4>This college is good</h4></td> <td><p class="para">Canteen is good</p></td> <td></td> </tr> <tr> <td><h4 class="para">This college is good in terms of building</h4></td> <td><p>Computer Lab is good</p></td> <td></td> </tr> <tr> <td></td>
  • 5. <td><p id="feedback">Principal is good</p></td> <td><img src="an1.jpg"></td> </tr> </TABLE> </body> </html> OUTPUT