-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml notes.txt
More file actions
33 lines (25 loc) · 771 Bytes
/
html notes.txt
File metadata and controls
33 lines (25 loc) · 771 Bytes
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
WEB DEVELPOMENT
1.HTML
2.CSS
3.JAVA SCRIPT
1.HTML
*Used to develop web pages
*develop your own website
HTML INTRODUCTION (HYPER TEXT MARKUP LANGUAGE) TIM BERNERS LEE
BASIC TERMS
>TAG <TAG NAME></TAG NAME>
>ELEMENT <TAG NAME>CONTENT<TAG NAME>
ELEMENTS:
<P></P>,<br>,<pre></pre>,<head></head>,<body></body>,<h1></h1>,<hr>
SPECIALS ELEMENTS:
.<b> .<q>
.<strong>
.<i>
.<del>
.<sub>
.<sup>
.<i>
.<em>
.<small>
.<ins>
.<mark>