This contains basic HTML5 and CSS code to help me understand them
These codes are acting as a repository for the work done on FreeCodeCamp HTML and CSS module. The first example can be found at the following page: https://www.freecodecamp.com/challenges/say-hello-to-html-elements
Examples Ordering
001_Say Hello to HTML Elements.html
002_Headline with the h2 Element.html
003_Inform with the Paragraph Element.html
004_Uncomment HTML.html
005_Comment out HTML.html
006_Fill in the Blank with Placeholder Text.html
007_Delete HTML Elements.html
008_Change the Color of Text.html
009_Use CSS Selectors to Style Elements.html
010_Use a CSS Class to Style an Element.html
011_Style Multiple Elements with a CSS Class.html
012_Change the Font Size of an Element.html
013_Set the Font Family of an Element.html
014_Import a Google Font.html
015_Specify How Fonts Should Degrade.html
016_Add Images to your Website.html
017_Size your Images.html
018_Add Borders Around your Elements.html
019_Add Rounded Corners with a Border Radius.html
020_Make Circular Images with a Border Radius.html
021_Link to External Pages with Anchor Elements.html
022_Nest an Anchor Element within a Paragraph.html
023_Make Dead Links using the Hash Symbol.html
024_Turn an Image into a Link.html
025_Create a Bulleted Unordered List.html
026_Create an Ordered List.html
027_Create a Text Field.html
028_Add Placeholder Text to a Text Field.html
029_Create a Form Element.html
030_Add a Submit Button to a Form.html
031_Use HTML5 to Require a Field.html
032_Create a Set of Radio Buttons.html
033_Create a Set of Checkboxes.html
034_Check Radio Buttons and Checkboxes by Default.html
035_Nest Many Elements within a Single Div Element.html
036_Give a Background Color to a Div Element.html
037_Set the ID of an Element.html
038_Use an ID Attribute to Style an Element.html
039_Adjusting the Padding of an Element.html
040_Adjust the Margin of an Element.html
041_Add a Negative Margin to an Element.html
042_Add Different Padding to Each Side of an Element.html
043_Add Different Margins to Each Side of an Element.html
044_Use Clockwise Notation to Specify the Padding of an Element.html
045_Use Clockwise Notation to Specify the Margin of an Element.html
046_Style the HTML Body Element.html
047_Inherit Styles from the Body Element.html
048_Prioritize One Style Over Another.html
049_Override Styles in Subsequent CSS.html
050_Override Class Declarations by Styling ID Attributes.html
051_Override Class Declarations with Inline Styles.html
052_Override All Other Styles by using Important.html
053_Use Hex Code for Specific Colors.html
054_Use Hex Code to Mix Colors.html
055_Use Abbreviated Hex Code.html
056_Use RGB values to Color Elements.html
057_Use RGB to Mix Colors.html