DAY 2 OF 100 DAYS OF CODE:BUILDING A WEDDING INVITATION WEBSITE USING HTML, CSS AND JAVASCRIPT

 


Today was the second day of my coding challenge, and I'm excited to share with you what I worked on. For today's challenge, I decided to build a wedding invitation website that included a table for the programs section.

The website was built using HTML, CSS, and JavaScript. I started by creating the basic HTML structure, including a header, navigation bar, and main section. In the main section, I created the various basic parts of a modern website, such as the navbar and hero section, and the about sections. then I created a  table with rows and columns to display the wedding program information.

I then used CSS to style the website and make it look visually appealing. I chose a color scheme that matched the wedding theme and added some design elements to make the website stand out.

 

Next, I added JavaScript functionality to the website. I wrote a script that would allow the user to hover over the table cells to see additional information about each program item.

Overall, I'm pleased with how the website turned out. It's a simple yet elegant design that effectively conveys the necessary information about the wedding program.

Some of the key takeaways from today's challenge include:

The importance of planning and organization before starting to code

The value of using CSS to create visually appealing designs

The usefulness of JavaScript for adding interactivity and functionality to a website

In conclusion, I had a great time working on this project for my third day of coding challenge. It was a great opportunity to practice my skills and build something that will be useful for the wedding guests. I'm excited to continue learning and improving as I move forward with my coding journey

Comments