Write a VBScript that allows the user to enter a name, email address and phone number. Use regular expressions to perform the validation (e.g., names can only contain letters, email must be of the format username@name.extension and the phone number must have the format (555) 555-5555). Note: you should read the article on regular expression (listed in the Web Resources section) before attempting this exercise.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
10
11
First Name: | |
---|---|
Email: | |
Phone Number: | |
28 |
31
32
33
34
Which of the following should be used to change a jumper?
A) Ink pen B) Small flat-tipped screwdriver C) Pair of needle-nose pliers D) Pencil
Computer Science & Information Technology
When inserting a picture, a(n) ____________________ description allows you to provide a more detailed description of the image, either by typing it in the box or by using the Browse button to link to an HTML file containing the description.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Out of the six levels of headings in HTML, which one is most prominent and which one is least prominent?
What will be an ideal response?
Computer Science & Information Technology