12th IT Journal (Commerce)
12th IT Journal (Commerce)
JOURNAL
STD – 12th (Commerce)
Page 0 of 21
(Ruled Page)
Advanced Web Designing
SOP – 1 : Creation of website using HTML5
Create a website using HTML5 and CSS using any 4 CSS properties. Write a code for 2
separate pages having different file names such as first page as Index. html and second page as
page2.html. Use any theme such as college profile or company profile etc. Every page must contain
proper Meta information and design web page as follows :
➢ The index page must contain a heading which is highest among other text on pages and must be at
centre of the page. There must be a paragraph which introduces general information about the
theme chosen. It must have at least 3 physical style tags and one image with alternate text. This
page must be connected to other page with proper navigational links.
➢ The 2nd page must contain the feedback or enrolment form related with theme chosen with features
of HTML5. The form must contain text element and email address of the company or person.
Include the submit button.
Page 1 of 21
Output : (Blank Page)
Page 2 of 21
(Ruled Page)
SOP – 2 : Create a webpage using HTML and CSS code to design a web page as the
layout displayed below.
➢ The top section will display the heading, ‘Tourist places’ in header. The section on the left has list
of cities. The right-hand side displays tourist places of any one of the city.
➢ Use Inline style sheet in the top section to display background color for the text ‘Tourist places’.
Use internal stylesheet for the left and right section with background color and font styles.
Page 3 of 21
(Ruled Page)
SOP – 3 : Create a website using HTML and CSS code to design webpages as follows :
➢ The first webpage will accept the name of the traveller, date of travel, telephone number. It also has
submit button as an image.
➢ The second webpage has information about the name of transporter, time, seat no and destination
displayed one below the other in the form of unordered list as
✓ Name of transporter – Air Asia
✓ Time - 09:30 am
✓ Seat no – B39
✓ Destination – Delhi
➢ Both pages should be interlinked. Create external stylesheet with relevant tags.
External.css
h1{background-color:green;border-style:double;color:white}
body{background-color:lightgreen}
ul{font-family:Algerian}
Page 4 of 21
(Ruled Page)
Page-2.html
<!DOCTYPE html>
<html>
<head><title>Information about Transporter</title>
<link rel="stylesheet" type="text/css" href="external.css">
</head>
<body>
<h1 align="center">Information about Transporter</h1>
<ul>
<li>Name of Transporter-Air Asia</li>
<li>Time-09.30 am</li>
<li>Seat no-B39</li>
<li>Destination- Delhi</li>
</ul>
<a href="Page-1.html">Connect First Page </a>
</body>
</html>
Page 5 of 21
(Ruled Page)
SOP – 5 : Use of Audio on web pages using HTML5.
➢ Create a webpage named audio.html to set an audio file in web page with controls such that it uses
HTML5 elements. The audio file must play as soon as the webpage loads in browser and it will start
over again, every time when it is completed.
➢ Create another webpage named audio1.html which provides multiple source file formats for the same
audio file that plays a sound with controls. The code must incorporate the list of sound files formats
(like wav, MP3 or ogg etc).
Page 6 of 21
Audio-1.html (Ruled Page)
<!DOCTYPE html>
<html>
<head>
<title>Multiple Audio with controls</title>
</head>
<body>
<h1 align="center">Multiple Audio with controls</h1>
<h2>The text between the audio tags will only be displayed in browsers that do not support the audio
element.
</h2>
<h3>List of sound files formats</h3>
<ol>
<li>mp3-audio/mp3</li>
<li>ogg-audio/ogg</li>
<li>mp4-audio/mp4</li>
</ol>
<audio controls autoplay>
<source src="Audio-3.wav" type="audio/wav">
<source src="Audio-1.mp3" type="audio/mp3">
<source src="Audio-2.mp4" type="audio/mp4">
</audio>
</body>
</html>
Page 7 of 21
(Ruled Page)
SOP – 6 : Use of video on web pages using html5.
➢ Create a webpage named video.HTML to display a video file on web page and plays automatically.
The dimension of video area should be 150 * 150 pixels.
➢ Create another webpage which video provide multiple source file formats for the same video file that
plays a video with controls. The dimension of video area should be 300*300 pixels. The code must
incorporate the list of video files formats (like webM, MP4 or ogg etc).
Page 8 of 21
Video-1.html (Ruled Page)
<!DOCTYPE HTML>
<html>
<head>
<title>Multiple Video File on Web Page with controls</title>
</head>
<body>
<h1 align="center">Multiple Video File on Web Page with controls</h1>
<h2>The text between the video tags will only be displayed in browsers that do not support the video
element.</h2>
<h3>List of video files formats</h3>
<ol>
<li>mp4-video/mp4</li>
<li>ogg-video/ogg</li>
<li>webM-video/webM</li>
</ol>
<video width="300" height="300" controls autoplay>
<source src="Video-1.mp4" type="video/mp4">
<source src="Video.ogg" type="video/ogg">
<source src="Video-2.wmv" type="video/wvm">
</video>
</body>
</html>
Page 9 of 21
(Ruled Page)
SOP – 7 : Navigation on an image using Client side image Mapping in web page using
html 5.
Page 10 of 21
(Ruled Page)
Digital Marketing
SOP – 1 : With the help of SEO tool which is freely available optimize the website and
write down the following findings. Ask the teacher/examiner to provide URL of the website to
be optimized.
Solution : (Write everything on Ruled Page) (Stick Pictures on Blank Page Only)
1) Name of the website you are optimizing.
➢ https://www.seoptimer.com → www.flipkart.com
➢ https://www.woorank.com
➢ https://www.seositecheckup.com
3) Whether the site has Header Tags? If yes, which tags are there?
➢ YES
Page 11 of 21
(Ruled Page)
SOP – 2 : Assume that you are appointed as a Digital Marketing Expert for a company name as XYZ
Marketing Private Ltd. They have a website hosted on a web server. Suggest your client changes
needed in the website to improve the speed of website and also make him aware about following.
➢ Usability – A+
➢ Performance – A+
➢ Security – A+
4) Whether the website has links with the social media? If yes, Give name of social media.
➢ Yes
➢ Facebook, Twitter, YouTube
Page 12 of 21
(Ruled Page)
Computerised Accounting with GST
SOP – 1 : Mr. Ravindrakumar started business by the name M/s Bitwise Trading Company in the year 2019.
Page 13 of 21
➢ From gateway of tally under reports, click on display option.
➢ Now, click on trial balance.
➢ To print the trial balance, press ALT+P key to print it.
Page 14 of 21
(Ruled Page)
SOP – 2 : With the help of any open source or free education version accounting software create a
company using following details :
Ledger Group
Sales leather handbags a/c Sundry craditor
➢ Same steps to be followed for creating sales cctv ledger a/c
Sgst a/c Duties and, taxes Type of duty/tax - 'gst, tax type-state tax', percentage of
calculation="0%".
Cgst a/c Duties and taxes (type of duty/tax - gst', tax type- 'central tax', percentage
of calculation-'0%.
M/s shoppers Sundry debtors Fill the details with pin code
stock a/c
Genuine Genuine leather a/c Fill the details with pin code
leather a/c
➢ Sales voucher: accounting vouchers -> select sales voucher -> enter voucher date> party's name field:
m/s shoppers stock -> sales ledger field - select sales leather handbags -> select name of the
item/product as leather handbags -> enter quantity 80 units and rate rs.3500 -> select 'sgst' -> select
'cgst' -> save/accept
display-> statutory reports -> gst-> gst annual computation
Page 15 of 21
(Ruled Page)
SOP – 3 : With the help of any open source or free education version accounting software enter the
following transactions in appropriate vouchers by creating a company. Company details are as
below.
Step 2 :-
Ledger Under
Inter-State Purchase Purchase Accounts
M/s. Jalaram Textiles Sundry Creditor
Sales T-Shirts Sales account
M/s Dress Align Sundry Debtor
Garments
SGST Duties and Taxes
(Type of Duty/Tax GST Tax Type-'Central Tax Percentage of
Calculation-0% )
CGST Duties and Taxes
Type of Duty/Tax-GST Tax Type - Integrated Tax
Percentage of Calculation-'0%
IGST Duties and Taxes
Type of Duty/Tax-GST Tax Type - Integrated Tax Percentage of
Calculation-'0%
➢ Sales Voucher: Accounting Vouchers -> Select Sales Voucher -> Enter Voucher Date -> Party's name
field: M/s Dress align Garments -> Sales Ledger field -> Select Name of the item/product T-Shirts ->
Enter Quantity 100 Nos and Rate Rs.600-> Select 'SGST' -> Select CGST -> Save/Accept.
Page 16 of 21
(Ruled Page)
Database concepts using LibreOffice Base
SOP – 1 :
➢ Create a table student with fieldnames- rollno, studname, class, div, city, dob etc.
➢ Insert minimum 8 records.
➢ Create a form based on student table.
➢ To assign primary key to rollno field, right click on the small button present on the left side of the
fieldname and select Primary key option.
➢ To Save click on Save button or press CTRL+S, give table name as student and click on OK button,
table will be saved.
Page 18 of 21
(Ruled Page)
SOP – 2 :
➢ Create a table employee with fields names- empid, empname, empdept, empqual, empjoindate,
empsal etc. Insert minimum 8 records.
➢ Create queries to display records from the employee table.
✓ where employee qualification is “MBA”
✓ where employee department is “Accounts”.
✓ where employee salary >70000
✓ where employee name is “Mr. Suhas Kale”
➢ To assign primary key to empid field, right Click on the small button present on the left side of the
fieldname and select primary key option.
➢ To save Click on save button or press CTRL+S, give table name as employee and Click on OK button,
table will be saved.
Page 19 of 21
Steps for Creating query :
➢ Click on Queries object and in right pane Click on Create Query is Design View option.
➢ From Add table window select table and Click on Add button and Click on close.
➢ Select all the fields one by one by Clicking on field’s columns.
a) To display records where employee qualification is “MBA”. In Criterion type “MBA” and Click
on Run query icon or press F5 function key.
Page 20 of 21
b) To display records where employee department is “Accounts”. In Criterion type “Accounts” and
Click on Run query icon or press F5 function key.
c) To display records where employee salary is ->70000. In Criterion type ->70000 and Click on Run
query icon or press F5 function key.
d) To display records where employee name is “Mr. Suhas kale”. In Criterion type “Mr. Suhas kale”
and Click on Run query icon or press F5 function key.
Page 21 of 21