Web Design Question
Web Design Question
i. Create an HTML file (e.g. first_page.html) that specifies a page that contains a
heading and two paragraphs of text. As the texts in the heading and paragraphs you
ii. Write a HTML program to design a form which should allow to enter your personal
data ( Hint: make use of text field, password field, e-mail, lists, radio buttons,
1.Coffee
2.Tea
3.Black Tea
4.Green Tea
5.Milk
iv. Write HTML Code to demonstrate the use of Anchor Tag for the Following:-
xix. `Write a JavaScript program to display the current day and time in the following
format.
Sample Output:Today is: Tuesday.
Current time is: 10 PM: 30:38
xx. Write a program to sum and multiply of two numbers using JavaScript.
xxi. Write a program to redirect, popup and print function in JavaScript.
xxii. Create your first "Hello world" application in AngularJS.
xxiii. HTML page which has a title of "Event Registration" and has references to
important
libraries such as Bootstrap, Jquery and Angular.
xxiv. Write a code to display the words "AngularJS" in both text format and in a text
box
when the page is viewed in the browser.
xxv. Create a sample form program that collects the first name, last name, email, user
id,
password and confirms password from the user. All the inputs are mandatory and
email
address entered should be in correct format. Also, the values entered in the password
and confirm password textboxes should be the same. After validating using JavaScript,
in output display proper error messages in red color just next to the textbox where
there
is an error.