This repo reflects my skills and fundamentals on HTML/CSS
- Fundamentals of Elements and Tags
- Elements are a composition of the opening tag, content, and closing tag
- Tags are to be used to let the browser know the type of content or meta-information to be wary of so that it renders
- HTML boilerplate
- Working with text
- Paragraphs
<p>
- Headings
<h1, h2, h3, ... h6>
- Bold
<strong>
- Emphasis
<em>
- Parent/child/siblings relationships between nested tags
- Creation of HTML comments
- Paragraphs
- Lists
- Links and Images
- Basic styling
- Understanding the cascade: Specificity, Inheritance, and Rule order
- Using the in-browser inspector
- Understand of the Box Model -> Margin, Border, Padding, Content
- Block, Inline, and Inline block