Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Part 2; CSS boxes: Write three or more paragraphs about what you\'ve learned so

ID: 3794438 • Letter: P

Question

Part 2; CSS boxes: Write three or more paragraphs about what you've learned so far about creating usableweb pages. You will need at least three "main ideas," one per paragraph. On the same page, put a CSS box using the <aside> element. the box should have a two-pixel blue border around it and a light-blue background. Float the box to the right of the text and within the box, put an unordered list of the three or more main ideas, one per list item. Name your document l3p2.html and create a link to it from your index page.

Explanation / Answer

<!DOCTYPE html>

<html>

                <head>

                                <title>Lab Exercise 3 pt 3</title>

                                <style>

                                                aside {

                                float: right;

                                background-color:LightBlue;

                                border: 2px solid black;

                                }

                                </style>

                                <meta charset="UTF-8">

    </head>

                <body>

                                <aside>

                                                <ul>

                                                                <li>HTML</li>

                                                                <li>CSS</li>

                                                                <li>JavaScript</li>

                                                </ul>

                                </aside>

                               

                                <p>

                                                In web design I learned how to use of HTML, and what are new property of new HTML5, apart from that I am also improving my CSS skills along with my JavaScript coding part.HTML is basic language for designing, it is W3C standards.

                                </p>

                               

                                <p>

                                                I've also learned more CSS and I've used it for writing eternal, inline and extremal CSS. I've also learned how to use box model in term of CSS.

                                </p>

                               

                                <p>

                                                PHP is Hypertext preprocessor or Personal home page; this is server side script which is most used in the web development in the world at work. This is open source project we can download from http://php.net, it runs over many servers like IIS, Apache etc.

                                </p>

</body>

</html>

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote