Posts

e com partical

Image
 1. Create a simple HTML page with:Headings, paragraphs, bold/italic text <!DOCTYPE html> <html> <head>     <title>Simple HTML Page</title> </head> <body>     <h1>Main Heading (H1)</h1>     <h2>Sub Heading (H2)</h2>     <h3>Smaller Heading (H3)</h3>     <p>This is a paragraph of text. HTML is used to structure content on the web.</p>     <p>         This text contains <b>bold text</b> and <i>italic text</i>.     </p>     <p>         You can also combine them like <b><i>bold and italic together</i></b>.     </p> </body> </html> 2. Create a music promotion webpage (include audio and video files in your html page) <!DOCTYPE html> <html> <head>     <title...

unit-1 E- Commerce

 pdf : download   1. Introduction to E-Commerce Definition: E-Commerce (Electronic Commerce) refers to the buying and selling of goods and services using the internet and electronic networks. It also includes online transactions, electronic payments, online marketing, and digital communication between businesses and customers.E-Commerce is the process of conducting commercial transactions such as purchasing, selling, transferring money, and exchanging information through electronic systems like the internet. Examples of E-Commerce ·          Online shopping websites (Amazon, Flipkart) ·          Online ticket booking ·          Online banking and payments ·          Food delivery apps ·          Digital services subscriptions Key Features of E-Commerce ·  ...