BCA5060- Web Design - Practical- SMU BCA SOLVED ASSIGNMENTS

 

 

Dear students get fully solved assignments

Send your semester & Specialization name to our mail id :

help.mbaassignments@gmail.com

or

call us at : 08263069601

 

 

Practical Course Question paper

 

Program

BCA

Semester

V

Course Code

BCA5060

Course Name

Web Design - Practical

Total Marks

100

 

 

 

Part – A [35 x 2 = 70 marks]

 

1.      Exercise 1 -Basic HTML                                                                     

             Create a HTML page with following tags:

(a)   Paragraph, pre and Break tag

 

 

           Answer:  Problem statement: In this example, we will write HTML code to execute <p>, <pre> and <br> tag. After writing the code in notepad, we will execute it in browser.

 

Code for Paragraph, pre and Break tag:

 

<Html>

 

 

 

 

 

 

(b)   Heading(h1 …h6) and Text  alignment tags

 

Answer:  Problem statement: In this example, we will write HTML code to execute <h1>,<h2>, <h3>, <h4>, <hh5> and <h6> tags. After writing the code in notepad, we will execute it in browser.

 

Coding:

 

 

2.      Exercise 2 - List and Hyper Link                                                                   

Create a HTML page with following tags:

(a)   Order, Unordered and nested list tags

 

Answer:  Problem statement: In this example, we will write HTML code to execute <ol> and <ul> tags.  After writing the code in notepad, we will execute it in browser.

 

HTML Code:

 

<Html>

 

 

b)         Hyper link

Answer:  Problem statement: In this example, we will write HTML code to execute <a href > tag. After writing the code in notepad, we will execute it in browser.

 

Coding of Hyperlink:

 

 

 

 

 

 

Part – B [6 x 5 = 30 marks]

Answers all the questions within 50 – 100 words.

 

1.What is web server?

Answer:  Web server: A web server is computer software and underlying hardware that accepts requests via HTTP, the network protocol created to distribute web pages,[1] or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initiates communication by making a request for a

 

 

 

2.What is the use of <body> tag in HTML code?

Answer: Use of <body> tag:

The <body> tag defines the document's body.

The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks

 

 

 

3.Which tag do you use to order and unordered lists in html page?

Answer: <ol> tag is used for ordered lists and <ul> tag for unordered lists.

<ol> tag: The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. The <li> tag is used to define each

 

 

4.How do you apply hyper link in HTML page?

Answer: With HTML, easily add hyperlinks to any HTML page. Link team page, about page, or even a test by creating it a hyperlink. You can also create a hyperlink for an external website. To make a hyperlink in an HTML page, use the <a> and

 

 

5.Why is CSS used along with HTML code?

Answer:  CSS is used for defining the styles for web pages. It describes the look and formatting of a document which is written in a markup

Dear students get fully solved assignments

Send your semester & Specialization name to our mail id :

help.mbaassignments@gmail.com

or

call us at : 08263069601

 

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.