HTML Projects
Coding Projects
HTML
During my studies in college, I learned a variety of coding languages such as HTML, Python, and C#. Through class assignments, projects, and exams, I gained a lot of knowledge of all these languages and built a great foundational skill set. I will mention the things I've learned with all the languages with pictures included, but I will first start with HTML. My HTML course began to teach me the basics of HTML coding such as HTML Structure, but diving deeper myself, I learned more about CSS for Styling, Responsive Design, JavaScript for Interactivity, Web Accessibility, SEO (Search Engine Optimization), Web Performance, Version Control, Cross-Browser Compatibility, Hosting and Deployment, Frameworks and Libraries, Modern Web APIs, User Experience (UX) and User Interface (UI) Design, and Security Best Practices.
Project: Pandaisia Chocolates
For one of my projects, I created a website for a fictional chocolatier called Pandaisia Chocolates. Here are some key aspects of the project:
HTML Structure: I used semantic HTML elements like <header>, <nav>, <section>, and <footer> to create a clear and accessible structure.
CSS for Styling: The site was styled using external CSS files to maintain a clean and consistent design across all pages.
Responsive Design: Media queries were implemented to ensure the site looks great on both desktop and mobile devices.
JavaScript for Interactivity: Basic JavaScript was used to enhance user interactions, such as navigation highlights and image galleries.
Web Accessibility: I followed accessibility best practices by using appropriate ARIA roles and ensuring all images had descriptive alt text.
SEO: Meta tags were added to improve search engine visibility and ensure better indexing by search engines.