Answer to Question #290672 in HTML/JavaScript Web Application for Thugger

Question #290672

Create a simple and yet practical personal profile webpage, the webpage should consists of

a. Heading tags

b. Lists

c. Images

d. Different colour texts / background colors

2. In the first page make a link to a second page called assignments.html, and in that page have 

list of html tags and their associated attributes.(number of tags should be nothing less than 10).


1
Expert's answer
2022-01-26T06:58:13-0500
<!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>
</head>


<body>
    <ol>
        <li>Foo</li>
        <li>Bar</li>
        <li>Foobar</li>
    </ol>
    <img src="test.png" alt="">
    <p style="color: aqua;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi minima cum earum libero sit. Fugit repellendus
        modi tempora tempore voluptatibus asperiores labore, quae possimus reprehenderit saepe, in quisquam, quis ipsa?
        Magni expedita id inventore ea quae nobis ad, provident suscipit laboriosam voluptatibus. Beatae cum molestiae
        nam, eius commodi repellendus officiis minima corporis non. Nostrum excepturi sunt alias voluptates, sed nulla!
    </p>
</body>


</html>

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS