<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muhammad Huzaifa</title>
    <description>The latest articles on DEV Community by Muhammad Huzaifa (@rizalion).</description>
    <link>https://dev.to/rizalion</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1945406%2F0fa4c23c-edda-4306-b528-f673f0f0c02e.jpg</url>
      <title>DEV Community: Muhammad Huzaifa</title>
      <link>https://dev.to/rizalion</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rizalion"/>
    <language>en</language>
    <item>
      <title>My First Web Development Project: Learning HTML and CSS</title>
      <dc:creator>Muhammad Huzaifa</dc:creator>
      <pubDate>Sun, 18 Aug 2024 21:06:58 +0000</pubDate>
      <link>https://dev.to/rizalion/my-first-web-development-project-learning-html-and-css-2a9k</link>
      <guid>https://dev.to/rizalion/my-first-web-development-project-learning-html-and-css-2a9k</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Embarking on my first web development project was an exciting step in my journey as a Computer Science student. I chose to build a simple, multi-page website to get hands-on experience with HTML and CSS. This blog post will walk you through the project, from the basics of HTML and CSS to the challenges I encountered and the lessons I learned.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Overview
&lt;/h2&gt;

&lt;p&gt;The project involved creating a multi-page website with several functionalities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An "About Me" page&lt;/li&gt;
&lt;li&gt;An introduction to HTML and CSS&lt;/li&gt;
&lt;li&gt;A page for HTML tables&lt;/li&gt;
&lt;li&gt;A multimedia page&lt;/li&gt;
&lt;li&gt;A form types page&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  HTML &amp;amp; CSS: The Fundamentals
&lt;/h3&gt;

&lt;p&gt;To start, I designed the structure of my website using HTML. I used fundamental tags like &lt;code&gt;&amp;lt;header&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;nav&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; to organize content and &lt;code&gt;&amp;lt;footer&amp;gt;&lt;/code&gt; for the closing section of each page. For styling, I applied CSS to enhance the visual appeal and layout of the website.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjl5kx5xk333rpp8haydy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjl5kx5xk333rpp8haydy.png" alt="Home Page" width="800" height="394"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Building a Table
&lt;/h3&gt;

&lt;p&gt;One of the essential elements of web design is tables. I learned how to use &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;tr&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;td&amp;gt;&lt;/code&gt; tags to display data in rows and columns. With CSS, I styled the table to improve readability and presentation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqm53hapllb4y78w8ott1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqm53hapllb4y78w8ott1.png" alt="Tables Page" width="800" height="379"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Integrating Multimedia
&lt;/h3&gt;

&lt;p&gt;Incorporating multimedia elements like images, audio, and video was a crucial part of this project. I learned how to use &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;audio&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;video&amp;gt;&lt;/code&gt; tags to include different types of media on the page, enriching the user experience.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F01cdwdafqtzrznedk98q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F01cdwdafqtzrznedk98q.png" alt="Multimedia Page" width="800" height="389"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Creating Forms
&lt;/h3&gt;

&lt;p&gt;Forms are vital for user interaction on websites. I created a page to showcase different HTML form elements, such as text fields, passwords, and email inputs. CSS was used to style the forms, making them functional and aesthetically pleasing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj4eejm1dyp1s7lomevfs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj4eejm1dyp1s7lomevfs.png" alt="Forms Page" width="800" height="384"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges and Solutions
&lt;/h2&gt;

&lt;p&gt;One of the main challenges was maintaining consistent styling across all pages. I addressed this by using a common CSS file (&lt;code&gt;styles.css&lt;/code&gt;) that applied uniform styles. Another issue was positioning elements correctly, which I solved by experimenting with various CSS properties like &lt;code&gt;margin&lt;/code&gt;, &lt;code&gt;padding&lt;/code&gt;, and &lt;code&gt;float&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons Learned
&lt;/h2&gt;

&lt;p&gt;This project provided a solid foundation in HTML and CSS. I learned how to structure web pages, apply styles effectively, and maintain a consistent design. Separating content (HTML) from style (CSS) was a key takeaway, highlighting the importance of organization and clarity in web development.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Building this website was a valuable learning experience that introduced me to the basics of web development. It reinforced my understanding of HTML and CSS and inspired me to continue exploring more advanced topics. &lt;/p&gt;

&lt;p&gt;For those embarking on similar projects, I encourage you to embrace the learning process and experiment with different techniques. The skills gained from such projects are fundamental to becoming a proficient web developer.&lt;/p&gt;

&lt;p&gt;GitHub repository: &lt;a href="https://github.com/rizalion/Webpage-using-CSS-and-HTML" rel="noopener noreferrer"&gt;https://github.com/rizalion/Webpage-using-CSS-and-HTML&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Connect with Me
&lt;/h2&gt;

&lt;p&gt;If you found this project interesting or have any questions, feel free to reach out:&lt;/p&gt;

&lt;p&gt;LinkedIn: &lt;a href="https://dev.tourl"&gt;https://www.linkedin.com/in/rizalion&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://dev.tourl"&gt;https://github.com/rizalion&lt;/a&gt;&lt;br&gt;
I’m always open to feedback and collaboration. Let’s connect and continue the conversation!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>css</category>
      <category>html</category>
    </item>
  </channel>
</rss>
