forked from prasad-bigdp/HTML9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
topics.txt
46 lines (35 loc) · 821 Bytes
/
topics.txt
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
Blogging - hashnode
netlify -- folder--, main file name- index.html
git and github
HTML
================================
first HTML
headings,p,img,a
lists
tables
formatting tags
inline vs block
semantic elements
classes and id
emoji,symbols,icons
Forms and validation
media and HTML5
Projects:
-------------
WWW Projects
basic tribute
resume Projects
time table
reg form
CSS
======================
Different types of Styling(inline,internal,external)
Basic selectors(tagname,.classname, #idname), :hover
colors(hex code, name , rgb , rgba, hsl, hsla)
fonts(font-family,font-size,font-weight,font-style)
text(text-decoration,text-shadow,text-transform,text align)
background(linear,radial,img,size,postition,repeat)
units(px,em,rem,%,vw,vh)
box model(padding,margin,border,border-radius)
float, display
flexbox