56.5k views
1 vote
Plsss help anyone PLSSSSS ​

Plsss help anyone PLSSSSS ​-example-1

1 Answer

4 votes

Answer:

The answer to this question is given below in the explanation section.

Step-by-step explanation:

This question is about to write HTML code for the given sub-questions. In each sub-question different scenario is given. So, the answer to these questions is given below in the order they asked.

1. In this question it is asked to write a code of 5 students' name in a paragraph with a different color that make them unique.

<html>

<body>

<p>Student A</p>

<p>Student B</p>

<p>Student C</p>

<p>Student D</p>

<p>Student E</p>

</body>

</html>

2. In it, the below is given code show an ordered list of subjects that you're offering.

<html>

<body>

<h2>An ordered HTML list</h2>

<ol>

<li>Introduction to Computing</li>

<li>Communication Skills</li>

<li>Software Designing</li>

</ol>

</body>

</html>

3. The below-given HTML code shows the unordered list of parts that make up the computer.

<html>

<body>

<h2>An unordered HTML list</h2>

<ul>

<li>CPU</li>

<li>RAM</li>

<li>Motherboard</li>

<li>Mouse</li>

<li>Keyboard</li>

<li>Monitor</li>

</ul>

</body>

</html>

User Illegal Argument
by
8.8k points

No related questions found