Web Development Homework

profilesinister670
WebDevelopmentHomework.docx

No plagiarism and try to use your own words.

300 Words minimum.

 Explain the value of using CSS3 to enhance reusability and to design consistent interfaces.

Reply to Discussion 150 words minimum

Explain the value of using CSS3 to enhance reusability and to design consistent interfaces. 

Using CSS3 is a huge time saver! Having developed some of my first works by using inline CSS code in my SharePoint site, I can tell you it’s a huge pain to alter and change design elements when you have to sort through your regular HTML coding. It also saves so much time when you want to change whole elements in your HTML codes as opposed to having to add inline CSS code to each and every tag you want to add a design to. It’s so much easier to have a CSS3 page where each element is sectioned off and you can add attributes in a block format instead of trying to root through the HTML code and parse out the CSS design elements in each and every <p> or <body> tag. You can quickly point out where your <p> tag is a CSS3 doc and easily change attributes like font-size, font-style, color etc. It’s as easy as adding a single link to the CSS3 sheet at the top of your HTML doc! And you can apply this same design across multiple site pages by linking this single CSS3 doc! How easy is that?!?! You can literally save hundreds of hours in site design by taking the time to learn how to properly develop a CSS3 page…

I can tell you that I’ll never design another HTML page without the accompaniment of a CSS3 page for the design, whether its one or 20 site pages. There’s just no real benefit in stylizing an HTML page with inline CSS design.

Reply to Discussion 150 words minimum

I am sure you all already know the value of CSS3 when creating a website. CSS3 code can be reused when building different websites, which makes coding a lot faster. This is very practical especially when you do not have enough time for the project. In my opinion, although you can reuse the code, when you keep reusing it, the website you are creating becomes boring because they all look the same. So, it is good to change the code, so it looks different than the other websites. Another advantage of CSS3 is that it makes your website more consistent. Like for example, you can just reference the HTML tag you want and control how it should look like. Of course, CSS3 is not limited to those abilities; CSS3 also allow developers to control the background of the page, enhance the look of the website by letting the developers integrate images and so on.