Basic Formatting - noobpentester09/Edyoda-HTML-CSS-Modules GitHub Wiki

Topics and Codes: 1)Margins can be added to all 4 sides.(Margin:10px; Ex:style = "Margin-top: 10px;" style = "Margin-bottom: 10px;" similarly for Margin-right and Margin-left

2)Paddings can be added to all 4 sides (Padding: 10px;) Ex:style = "Padding-top: 10px;" style = "Padding-bottom: 10px;" Simillarly for Margin-right and Margin-left

3)Color can be added to font by using Color: #color_code Ex:style= "color: #f1f2f3:"

4)Background color can be added to tags by using: background-color: #color_code Ex:style="Background-color: #f2f2f2;"

5)Size of font can be altered by using Font-Size: size_in_px; Ex:style="Font-Size: 10px;"