Important Solved Question For MCSL-016 jan 2019

Question.1 Create an HTML document giving details of your name, age, telephone number, address, TLC codE & enrolment number aligned in proper order.

Ans: http://ask.ignougroup.com/QA/2401

Question.2 Create an HTML document containing a nested list showing the content page of any book.
Ans. http://ask.ignougroup.com/QA/2402#Answer_ifr

Question.3 Design a page with a text box called ‘name’ and a button with label ‘Enter. When you click on the button another page should open, with the message “Welcome <name>”, where name should be equal to the name entered in the first page.

Ans: <html><head>HEAD</head>
<script language=”JavaScript”>function newpages(cont){var msg=”Welcome ” + cont;window.navigate(“newpage.html”);window.document.write(msg);}</script><body>
<form name=”form1″ method=”post” action=””><p>
<input name=”name” type=”text” id=”name” value=”aa”> </p><p>
<input type=”submit” name=”Submit” value=”Enter”onClick=”newpages(form1.name.value)”>
</p></form>
</body></html>

Question.4 Design a form using all input types

Ans: http://ask.ignougroup.com/QA/2403

Question.5 Create a Web page, wherein when the user clicks on the link it should go to the bottom of the page

Ans: http://ask.ignougroup.com/QA/2404

Question.6 Design a page having background colour yellow, giving text colour Red and using all the attributes of font TAB.

Ans: http://ask.ignougroup.com/QA/2405

 

Leave a Reply