Computer Science, asked by nidhi295653, 4 months ago

Q8) Write code in HTML to create the following web page:
Services of Internet -LARGEST HEADING
1. CHATTING
2. E-MAIL
3. VIDEO CONFERENCING
4. NETBANKING
5. E-COMMERCE​

Answers

Answered by parbhjots923
0

Answer:

chatting Chatting Chatting

Answered by Anonymous
0

Answer:

This is the below answer

Explanation:

<html>

<head>

</head

<body>

<h1> Services of Internet </h1>

<ol>

<li> Chatting</li>

<li>E-mail</li>

<li>Video Conferencing </li>

<li> Netbanking</li>

<li>E-Commerce</li>

</ol>

</body>

</html>

Similar questions