Computer Science, asked by uniquescholar, 1 month ago

Create a simple HTML page on Computer manufacturer , The page must consist of at least 3 paragraph of Text The page must have appropriate title background colour or background image and hyperlinks to other pages the paragraphs must have text consisting of different colour and styles in terms of allgnment and font size.​

Answers

Answered by parakkalsivadasan195
0

Answer:

Follow the steps below to create your first web page with Notepad or TextEdit.

Step 1: Open Notepad (PC) Windows 8 or later: ...

Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...

Step 2: Write Some HTML. ...

Step 3: Save the HTML Page. ...

Step 4: View the HTML Page in Your Browser.

Answered by harsh666666
1

Explanation:

<html>

<head><title> International Business Machines Corporation</title> </head> <body>

<marquee><H3> International Business Machines

Corporation (IBMC)</H3></marquee>

<p> How your business can get smarter, To know more about International Business

Machines Corporation(IBM)

product, services and career you can see our table and can refer original website.</p>

<table border="2" cellpadding="20" cellspacing="2" align="center" bgcolor="pink">

<tr>

<th> Product </th>

<th> Services</th>

<th> Prices</th>

</tr>

<tr>

<tr>

<td rowspan="2"> Cloud Computing</td>

<td> PC cloud </td>

<td> 9000</td>

</tr>

<tr>

<td> Mobile cloud </td>

<td> 1000</td>

</tr>

<td> Security </td> <td> Hardware </td>

<td>9000</td>

</tr>

<tr>

<td> Storage </td>

<td> File Storage </td> <td> 8000</td>

</tr> </table><br>

<center>

<a href="secondpage.html"><img src="cloud.jpg" title="cloud Picture" width="200" height="250"></a>

</center>

</body></html>

Webpage:-secondpage.html

<html>

<head><title> International Business Machines Corporation</title> </head>

<body bgcolor="yellow">

<H3> International Business Machines Corporation (IBMC)</H3> <p> To know more about International Business Machines Corporation (IBM) product, services and career you can visit original website

</p>

<a href="table.html">Visit First page</a>

</body> </html>

Similar questions