Create a professional resume using HTML. You must write your own HTML code, do not use WYSIWYG software. Your resume should include the following: • Your photo (or any image/picture). • Bullet points • Numbered List • Colored Font (at least two colors).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Create a professional resume using HTML. You must
write your own HTML code, do not use WYSIWYG
software. Your resume should include the following:
• Your photo (or any image/picture).
• Bullet points
• Numbered List
• Colored Font (at least two colors).
Zip your work and submit the zipped file here and
don't forget to include all necessary images.
Transcribed Image Text:Create a professional resume using HTML. You must write your own HTML code, do not use WYSIWYG software. Your resume should include the following: • Your photo (or any image/picture). • Bullet points • Numbered List • Colored Font (at least two colors). Zip your work and submit the zipped file here and don't forget to include all necessary images.
Expert Solution
Step 1

//this code include all your requirement so just see the below code and snap of the output

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        h2 {
            text-align: center;
            color: blue;
        }

        #main {
            border: 1px solid black;
            width: 60%;
            background-color: wheat;
        }

        h3 {
            background-color: blue;
            color: white;
            padding: 1%;
        }
    </style>
</head>

<body>
    <h2>Resume</h2>
    <div id="main">
        <div class="image">
            <h2>Resume</h2>
            <img src="images/image.png" alt="image" width="10%">
        </div>
        <div class="image">
            <p>
            <p> <strong>Badong Paul</strong> <br>one slingan place, Up Los Banos Languna</p>
            </p>
            <p>1238-5676-064 <br> banyanpaui@gmail.com</p>
        </div>
        <hr>
        <div id="objective">
            <h3>Objective</h3>
            <p>To be able to find an oppoertunity where i can utilize my skills and knowledge and furthur enhance them
                to contribute to my development as a person.</p><br>
            <strong>Personal Data</strong><br>
            <ul>

                <li>
                    <p><strong>Nickname:</strong> Bryan</p>
                </li>
                <li>
                    <p><strong>Age:</strong>21</p>
                </li>
                <li>
                    <p><strong>Birthday:</strong>March 30, 2000</p>
                </li>
                <li>
                    <p><strong>Civil Status:</strong> Single</p>
                </li>
            </ul>
        </div>
        <hr>
        <div id="educational">
            <h3>Educational Background:</h3>
            <ol>
                <li>
                    <p><strong>College :</strong>University of the philippines-los banos, laguna</p>
                </li>
                <li>
                    <p><strong>Secondary :</strong>Our lady of carmel school</p>
                </li>
                <li>
                    <p><strong>Primary :</strong>Calatagan elementary school</p>
                </li>
            </ol>
        </div>
        <hr>
        <div id="hobby">
            <h3>Hobbies</h3>
            <ul>
                <li>Reading</li>
                <li>Music</li>
                <li>Photography</li>
            </ul>

        </div>

    </div>

</body>

</html>
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Image Element
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education