HTML_CSS_JS_Booklet
HTML_CSS_JS_Booklet
HTML Basics
HTML (HyperText Markup Language) is the standard language used to create web pages.
- <p>: Paragraph
Practice Exercise:
1. Create a simple HTML page with a heading, paragraph, image, and a link.
2. Make a list of your three favorite websites using <ul> and <li>.
CSS Basics
Basic syntax:
selector {
property: value;
Examples:
- h1 { color: navy; }
- p { font-size: 16px; }
Practice Exercise:
Complete Beginner's Guide to HTML, CSS, and JavaScript
JavaScript Basics
Key Concepts:
Practice Exercise:
Sample Code:
<script>
</script>
Sections to include:
- About Me
- My Skills
- My Projects
- Contact Info
Try using CSS Grid or Flexbox for layout and JavaScript for interactive elements like form validation or dark
Complete Beginner's Guide to HTML, CSS, and JavaScript
mode.
Flashcards
A: function myFunction() { }
Cheat Sheet
HTML:
CSS:
JavaScript:
- let x = 5;
- document.getElementById("id")