forked from priya2006/webtut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.html
More file actions
164 lines (162 loc) · 8.49 KB
/
examples.html
File metadata and controls
164 lines (162 loc) · 8.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<style>
h1{
color:brown;
font-family:Georgia, 'Times New Roman', Times, serif
}
a{
color:chocolate;
}
ul{
font-size: 20px;
color: darkslateblue;
}
.ol{
color: darkslateblue;
}
</style>
</head>
<body style="background-color: blanchedalmond;">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h1 >HTML</h1>
<ul type="disc" style="color: chocolate;">
<li ><a href="introhtmlex.html" style="color:chocolate;">Introduction</a></li><br>
<ol type="a" class="ol">
<li>The DOCTYPE element</li>
<li>The HTML element</li>
<li>The HEAD element</li>
<li>The TITLE element</li>
<li>The BODY element</li>
</ol> <br>
<li> <a href="headingsex.html">Headings</a></li>
<ol type="a" class="ol">
<li>Creating headings</li>
<li>Aligning headings</li>
</ol>
<li><a href="linkex.html">Working with Links</a></li>
<ol type="a" class="ol">
<li>Creating a hyperlinks</li>
<li>Setting hyperlink colors</a></li>
<li>Linking Diffrent Sections of a Web Page</a></li>
</ol> <br>
<li><a href="paraex.html" style="color:chocolate"> Creating a Paragraph</a></li> <br>
<li ><a href="imageex.html">Working with Images</a></li><br>
<ol type="a" class="ol">
<li>Inserting an Image on a Web Page</li>
<li>Displaying Alternate text for an Image </li>
<li>Adding a Border to an Image</li>
<li>Using Image as Links</li>
<li>creating Image Maps</li>
</ol> <br>
<li ><a href="tableex.html">Working with Tables</a></li><br>
<ol type="a" class="ol">
<li>Creating a Table</li>
<li>Specifying a Caption</li>
<li>Addiing a Table Headings</li>
<li>Setting the Table Border ,width and background-color</li>
<li>Cellpadding ,Cellspacing and spanning of rows n coloumns</li>
<li>Nesting Tables</a></li>
</ol> <br>
</ul>
</div>
<div class="col-sm-3">
<h1>CSS</h1>
<ul type="disc" style="color:chocolate">
<li><a href="introcsex.html" style="color:chocolate;">Introduction</a></li><br>
<oL type="a" class="ol">
<li>Inline CSS </li>
<li>Internal CSS </li>
<li>External CSS </li>
</oL><br>
<li>CSS backgrounds</u> </li>
<oL type="a" class="ol">
<li>background-color</li>
<li>background-image</li>
<li>bakground-repeat</li>
<li>background-attachment</li>
<li>background-position</li>
</oL><br>
<li>CSS borders</u></li>
<ol type="a" class="ol">
<li>border-style</li>
<li>border-color</li>
<li>border-width</li>
</ol><BR>
<li>CSS Text</u></li>
<ol type="a" class="ol">
<li>color</li>
<li>direction</li>
<li>letter-spacing</li>
<li>line-height</li>
<li>text-align</li>
<li>text-decoration</li>
<li>text-indent</li>
<li>text-shadow</li>
<li>text-transform</li>
<li>text-overflow</li>
</ol>
</ul>
</div>
<div class="col-sm-3">
<h1>JAVASCRIPT</h1>
<ul type="disc" style="color:chocolate">
<li><a href="introjsex.html" style="color:chocolate;">Introduction</a></li><br>
<oL type="a" class="ol">
<li>Internal JS </li>
<li>External JS</li>
</oL><br>
<li>Js display</u></li>
<ol type="a" class="ol">
<li>innerHTML</li>
<li>.Write()</li>
<li>.Writeln()</li>
<li>alert()</li>
<li>prompt()</li>
<li>console.log()</li>
</ol><br><BR>
<li>JS statements</u></li>
<ol type="a" class="ol">
<li>variables</li>
<li>Datatypes</li>
</ol><BR>
<li>JS operators</u></li><br>
<li>JS objects</u></li><br>
<li>JS events</u></li><br>
</ul>
</div>
<div class="col-sm-3">
<h1>PHP</h1>
<ul type="disc" style="color:chocolate">
<li><a href="introphpex.html" style="color:chocolate;">Introduction</a></li><br>
<ol type="a" class="ol">
<li>PHP ?</li>
</ol><br>
<li>PHP installation</u></li>
<ol type="a" class="ol">
<li>Reqiurements</li>
<li>PHP 5</li>
</ol><br><br>
<li>PHP basic syntax</u></li>
<ol type="a" class="ol">
<li>PHP case sensitivity</li>
</ol><br><br>
<li>PHP variables</u></li><br>
<li>PHP data types</u></li><br>
<li>PHP strings</u></li>
</ul>
</div>
</div>
</div>
</body>
</html>