Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Loading...
User Settings
close menu
Welcome to Scribd!
Upload
Read for free
FAQ and support
Language (EN)
Sign in
0 ratings
0% found this document useful (0 votes)
7 views
Practical 4 1
Uploaded by
vaishnavipatel.it22
AI-enhanced
Copyright:
© All Rights Reserved
Available Formats
Download
as PDF, TXT or read online from Scribd
Download
Save
Save Practical-4-1 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Practical 4 1
Uploaded by
vaishnavipatel.it22
0 ratings
0% found this document useful (0 votes)
7 views
5 pages
AI-enhanced title
Document Information
click to expand document information
Original Title
Practical-4-1
Copyright
© © All Rights Reserved
Available Formats
PDF, TXT or read online from Scribd
Share this document
Share or Embed Document
Sharing Options
Share on Facebook, opens a new window
Facebook
Share on Twitter, opens a new window
Twitter
Share on LinkedIn, opens a new window
LinkedIn
Share with Email, opens mail client
Email
Copy link
Copy link
Did you find this document useful?
0%
0% found this document useful, Mark this document as useful
0%
0% found this document not useful, Mark this document as not useful
Is this content inappropriate?
Report
Copyright:
© All Rights Reserved
Available Formats
Download
as PDF, TXT or read online from Scribd
Download now
Download as pdf or txt
Save
Save Practical-4-1 For Later
0 ratings
0% found this document useful (0 votes)
7 views
5 pages
Practical 4 1
Uploaded by
vaishnavipatel.it22
AI-enhanced title
Copyright:
© All Rights Reserved
Available Formats
Download
as PDF, TXT or read online from Scribd
Save
Save Practical-4-1 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download as pdf or txt
Jump to Page
You are on page 1
of 5
Search inside document
Practical-4
1. 1. Use different selectors in CSS (Class, id, name) to apply Color,
text-align, background of the html file.
2. <!DOCTYPE html>
3. <html lang="en">
4. <head>
5. <meta charset="UTF-8">
6. <meta name="viewport" content="width=device-width, initial-
scale=1.0">
7. <link rel=""stylesheet" href=""style.css">
8. <title>Document</title>
9. <style>
10. .class2{
11. background-color :aquamarine;
12. color :black;
13. text align:center;
14. }
15. </style>
16. </head>
17. <body>
18. <h1 style="background-color :aquamarine; color :black; text-align
:center;">name tags is used</h1>
19. <h2 class="class2">class tag is used</h2>
20. <h3 id="class3"><a
href="https://moodle.escet.online/login/index.php">Moddle</a></h3>
21. </body>
22. </html>
1. 2. Use different types of CSS with the above example (Internal,
External & Inline).
2. body{
3. background-color: burlywood;
4. }
5.
6. class3{
7. background-color: aquamarine;
8. color: black;
9. text-align: center;
10. align-items: center;
11. display: grid;
12. }
3. Create a web page like this. (i.e.Source Code attached with this
assignment in first.html)
4. Now add a styles to the previous page so that it looks like this.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<style>
header{background-color: #333;
color: white;
font-family: Arial, Helvetica, sans-serif;
padding: 10px 0px;
text-align: center;
}
main{font-family: Arial,Sans-Serif;
}
header h1{margin: 0;
}
nav a { color: #fff; display:
inline-block;
padding: 10px 20px;
text-decoration: none;
}
nav a:hover { background-color: #555;
}
nav ul{list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
}
nav ul li{margin: 0 10px;
}
nav ul li a{display: grid;
display: inline-flex;
color: white;
font-size: 20px;
text-decoration: none;
padding: 5px 10px;
}
section{
font-size: 15px;
line-height: 40px;
margin:1px;
padding:1px;
}
section p1{
margin-top: 0;
border :2px solid lightgrey;
padding :20px 50px 20px 20px;
background-color: #eee;
}
section p3{
margin top: 0px;
border :2px solid lightgrey;
padding: 20px 50px 20px 20px;
background-color: #eee;
}
</style>
</head>
<body>
<header>
<h2>Welcome to CSS Selectors Example</h2>
<nav>
<ul>
<li><a href="Section 1">Section 1</a></li>
<li><a href="Section 2">Section 2</a></li>
<li><a href="Section 3">Section 3</a></li>
</ul>
</nav>
</header>
<main>
<section id="Section 1">
<h3>SECTION 1</h3>
<p1>This is the content of Section 1</p1>
<section id="Section 2">
<h3>SECTION 2</h3>
<p>This is the content of Section 2</p>
<section id="Section 3">
<h3>SECTION 3</h3>
<p3>This is the content of Section 3</p3>
</section>
</main>
</body>
</html>
You might also like
Login
Document
2 pages
Login
Rabiya
43% (7)
Google Browser Security Handbook
Document
54 pages
Google Browser Security Handbook
elguriflores
No ratings yet
Nielit Web PDF
Document
43 pages
Nielit Web PDF
Sheikh Zakir Ahmad
No ratings yet
File of IWT Updated
Document
16 pages
File of IWT Updated
Aliya Anjum
No ratings yet
Vicky HTML
Document
23 pages
Vicky HTML
Vicky Thakur
No ratings yet
Prac 1 - 6
Document
16 pages
Prac 1 - 6
pn7104204
No ratings yet
Tugas 10
Document
6 pages
Tugas 10
Jesica Trivena Sinaga
No ratings yet
Dna
Document
7 pages
Dna
ishitachaudhary577
No ratings yet
Exp 14
Document
7 pages
Exp 14
giripriya1829
No ratings yet
WT Practical Solution
Document
23 pages
WT Practical Solution
Mahipal Singh Ranawat
No ratings yet
WT Practicals End Term Final
Document
45 pages
WT Practicals End Term Final
Yuvraj jha
No ratings yet
Assignment - 1-1
Document
4 pages
Assignment - 1-1
Trinadh Reddi
No ratings yet
Web Programming - WPS Office
Document
16 pages
Web Programming - WPS Office
Ksp
No ratings yet
Web T Ia-1 - Satyam Anand - 20scse1010341
Document
9 pages
Web T Ia-1 - Satyam Anand - 20scse1010341
newb53223
No ratings yet
Tutorial Psdtohtmlcss10
Document
30 pages
Tutorial Psdtohtmlcss10
Саша Крстић
No ratings yet
Code For "Style - CSS"
Document
14 pages
Code For "Style - CSS"
Ramindra Suwal
No ratings yet
Web Technology Laboratory Manual
Document
83 pages
Web Technology Laboratory Manual
swatimk1123
No ratings yet
Assignment 11
Document
4 pages
Assignment 11
Subra Pratik Rout
No ratings yet
Codigos Da Pratica 2
Document
14 pages
Codigos Da Pratica 2
jfoliveira
No ratings yet
Practica HTML y Css
Document
6 pages
Practica HTML y Css
nenadesestresada
No ratings yet
Practical 12
Document
3 pages
Practical 12
Sidhant Mehta
No ratings yet
Web Page Using Css DATE:7.9.10
Document
6 pages
Web Page Using Css DATE:7.9.10
mishra_sanchit
No ratings yet
ProgDesign Aula 06 Page Layout CSS
Document
22 pages
ProgDesign Aula 06 Page Layout CSS
Fabio Guilherme
No ratings yet
CCS370 LAB MANUAL (2)
Document
45 pages
CCS370 LAB MANUAL (2)
vijithramurugesan
No ratings yet
Fortms
Document
3 pages
Fortms
vedhvirat
No ratings yet
Typical Webpage
Document
28 pages
Typical Webpage
rouiescottr
No ratings yet
Web and Tech PROGRAM
Document
28 pages
Web and Tech PROGRAM
rk9709831659
No ratings yet
CSS
Document
7 pages
CSS
mu29032004
No ratings yet
Cse 326 Projects
Document
10 pages
Cse 326 Projects
dhir.khushi.2005
No ratings yet
Build A Personal Portfolio Webpage
Document
3 pages
Build A Personal Portfolio Webpage
alexfamilyathome
No ratings yet
Build A Personal Portfolio Webpage
Document
3 pages
Build A Personal Portfolio Webpage
alexfamilyathome
No ratings yet
Finalpractical
Document
29 pages
Finalpractical
ffvk270
No ratings yet
Hardikraiwebtechfile
Document
34 pages
Hardikraiwebtechfile
27adityajha27
No ratings yet
Tarea-Ejercicios CSS
Document
9 pages
Tarea-Ejercicios CSS
nmoyhin257
No ratings yet
Home Page
Document
8 pages
Home Page
bubu naki
No ratings yet
Cara Membuat Halaman Web
Document
9 pages
Cara Membuat Halaman Web
Aznadillah Syahla
No ratings yet
React JS Soc
Document
9 pages
React JS Soc
Mohith Nakka
No ratings yet
Task
Document
62 pages
Task
Stanley Muteranduwa
No ratings yet
Mosanad 33
Document
3 pages
Mosanad 33
cheairi.zch.zakaria
No ratings yet
Basic HTMLWeb Page
Document
3 pages
Basic HTMLWeb Page
10300 PEDDI KISHOR
No ratings yet
Homepagepython
Document
2 pages
Homepagepython
aum lad
No ratings yet
Dynamic Web Page Development - h-2
Document
37 pages
Dynamic Web Page Development - h-2
Hardik Panchal
No ratings yet
Mehak WD - 2
Document
34 pages
Mehak WD - 2
bmehak154
No ratings yet
Practical Awp 06
Document
20 pages
Practical Awp 06
Archi Jariwala
No ratings yet
Task 4
Document
3 pages
Task 4
Muhd Abdullahi
No ratings yet
Untitled Document
Document
6 pages
Untitled Document
40 pooja
No ratings yet
Dynamic Web Page Development - h-1
Document
37 pages
Dynamic Web Page Development - h-1
Hardik Panchal
No ratings yet
Lab Session 09 WebEngineering
Document
24 pages
Lab Session 09 WebEngineering
Ayesha Asad
No ratings yet
HTML Css Basics
Document
5 pages
HTML Css Basics
joeariascarranza
No ratings yet
Canvas
Document
3 pages
Canvas
10300 PEDDI KISHOR
No ratings yet
Lab 4
Document
11 pages
Lab 4
Debbie Robinson
No ratings yet
Lab Sheet 1-7
Document
26 pages
Lab Sheet 1-7
susheeth24
No ratings yet
WP Lab
Document
47 pages
WP Lab
Ojash06
No ratings yet
Bu Assignment
Document
24 pages
Bu Assignment
komal naeem
No ratings yet
UNIT - 4 Ip
Document
21 pages
UNIT - 4 Ip
uniqueguy824
No ratings yet
Css Answer Practical PDF
Document
36 pages
Css Answer Practical PDF
Only For games
No ratings yet
Aradhana Vishwakarma
Document
32 pages
Aradhana Vishwakarma
Gjrn Hhr
No ratings yet
DOCTYPE HTML
Document
6 pages
DOCTYPE HTML
Sladja Mircic
No ratings yet
CSS1 1
Document
69 pages
CSS1 1
Mohammad Yusuf
No ratings yet
React Portfolio App Development: Increase your online presence and create your personal brand
From Everand
React Portfolio App Development: Increase your online presence and create your personal brand
Abdelfattah Ragab
No ratings yet
Angular Shopping Store: From Scratch to Successful Payment
From Everand
Angular Shopping Store: From Scratch to Successful Payment
Abdelfattah Ragab
No ratings yet
CSS Grid Layout: 5 Practical Projects
From Everand
CSS Grid Layout: 5 Practical Projects
Craig Buckler
No ratings yet
A Look at Server-Sent Events
Document
11 pages
A Look at Server-Sent Events
Prashant KC
No ratings yet
7 - Website and Page Development Tools
Document
3 pages
7 - Website and Page Development Tools
Gurpreet Bansal
No ratings yet
ClassX Computerapplication Questionbank
Document
12 pages
ClassX Computerapplication Questionbank
phnx043
No ratings yet
IIS 10 - Install A Certificate - SSL Certificates - GoDaddy Help in
Document
2 pages
IIS 10 - Install A Certificate - SSL Certificates - GoDaddy Help in
Mandeep Kumar
No ratings yet
Apache Web Server
Document
15 pages
Apache Web Server
Tsagaye Adisu
No ratings yet
Simple Example of How To Get Started With Jqgrid On Web2py
Document
6 pages
Simple Example of How To Get Started With Jqgrid On Web2py
goldenaven
No ratings yet
Suleman Ahmed CV
Document
3 pages
Suleman Ahmed CV
shaaz CX
No ratings yet
Lab WorkBook and Activity HTML CSS JavaS PDF
Document
64 pages
Lab WorkBook and Activity HTML CSS JavaS PDF
Shehab Mohamed
No ratings yet
SAML
Document
24 pages
SAML
Marco Paciucci
No ratings yet
Quality Backlinks
Document
4 pages
Quality Backlinks
santhosh.b.dotmappers
No ratings yet
Magento Testing Framework Guide Magento2 Extensions and Modules
Document
3 pages
Magento Testing Framework Guide Magento2 Extensions and Modules
Santosh Kumar
No ratings yet
Full Stack Developer Course Syllabus: Hyper Text Markup Language (HTML5) Module Objectives
Document
12 pages
Full Stack Developer Course Syllabus: Hyper Text Markup Language (HTML5) Module Objectives
Deva
100% (1)
Jay Vasani Repor (Django)
Document
38 pages
Jay Vasani Repor (Django)
jxkvasani2909
No ratings yet
Experienced Scrum Master Resume
Document
2 pages
Experienced Scrum Master Resume
Pradip Ramesh
No ratings yet
Preventing File Inclusion Attacks On Website
Document
6 pages
Preventing File Inclusion Attacks On Website
International Journal Of Emerging Technology and Computer Science
No ratings yet
Wackopicko Website
Document
21 pages
Wackopicko Website
Swasti Bhushan Deb
No ratings yet
One Page CV Template # 07
Document
1 page
One Page CV Template # 07
Amir Rana
No ratings yet
Font Awesome Web Application Icons
Document
24 pages
Font Awesome Web Application Icons
mikeno94
No ratings yet
Keyword Research Note
Document
9 pages
Keyword Research Note
Rafi Meheraz
No ratings yet
PHP Vs Node
Document
6 pages
PHP Vs Node
Bhargavkumar Shiroya
No ratings yet
High Court of Azad Jammu & Kashmir: Situation Vacant
Document
1 page
High Court of Azad Jammu & Kashmir: Situation Vacant
Mahmood Syed
No ratings yet
JavaScript Objects, Methods and Properties 2
Document
5 pages
JavaScript Objects, Methods and Properties 2
actcool123
No ratings yet
Fhapl O7aaq PDF
Document
1,006 pages
Fhapl O7aaq PDF
Hirchoren Pablo
No ratings yet
Dipak Das Mobile: + 91 9804474933 Email
Document
2 pages
Dipak Das Mobile: + 91 9804474933 Email
Pradipta Roy Chowdhury
No ratings yet
YuvaRaj Prasai Resume
Document
6 pages
YuvaRaj Prasai Resume
Tajuddin Shaik
No ratings yet
VBA
Document
4 pages
VBA
prsiva2420034066
100% (1)
SSTI Handbook 1
Document
16 pages
SSTI Handbook 1
Yusuf Mohammed Khan
No ratings yet
JSF: Introduction JSF: Introduction, Installation, and Setup
Document
14 pages
JSF: Introduction JSF: Introduction, Installation, and Setup
Sounak Mondal
No ratings yet