From 9d53d8857eaa1c9405894a88ca75bc4657e42f35 Mon Sep 17 00:00:00 2001 From: msglm Date: Sat, 14 Jan 2023 05:31:48 -0600 Subject: Inital Commit --- .../Ch10_msglm/10.1.join.html | 14 ++++++ .../Ch10_msglm/10.2.contact.html | 25 ++++++++++ .../Ch10_msglm/10.3.label.html | 24 ++++++++++ .../Ch10_msglm/10.4.contactus.html | 49 +++++++++++++++++++ .../Ch10_msglm/10.5.contact2.html | 55 ++++++++++++++++++++++ .../Ch10_msglm/10.6.mycontact.html | 55 ++++++++++++++++++++++ .../Ch10_msglm/10.7.comment.html | 42 +++++++++++++++++ 7 files changed, 264 insertions(+) create mode 100644 HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.1.join.html create mode 100644 HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.2.contact.html create mode 100644 HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.3.label.html create mode 100644 HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.4.contactus.html create mode 100644 HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.5.contact2.html create mode 100644 HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.6.mycontact.html create mode 100644 HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.7.comment.html (limited to 'HTML/Chapter/Ch. 10 hands-on assignments') diff --git a/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.1.join.html b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.1.join.html new file mode 100644 index 0000000..d5b7269 --- /dev/null +++ b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.1.join.html @@ -0,0 +1,14 @@ + + + + Form Example + + +

Join Our Newsletter

+
+ E-mail:

+ + +
+ + diff --git a/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.2.contact.html b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.2.contact.html new file mode 100644 index 0000000..b645165 --- /dev/null +++ b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.2.contact.html @@ -0,0 +1,25 @@ + + + + Contact Form + + + +

Contact Us

+
+ First Name: +
+
+ Last Name: +
+
+ E-mail: +
+
+ Comments:
+
+
+ +
+ + diff --git a/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.3.label.html b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.3.label.html new file mode 100644 index 0000000..5c4e64f --- /dev/null +++ b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.3.label.html @@ -0,0 +1,24 @@ + + + + Contact Form + + + +

Contact Us

+
+ + + +
+

+ +
+ + diff --git a/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.4.contactus.html b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.4.contactus.html new file mode 100644 index 0000000..1893bec --- /dev/null +++ b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.4.contactus.html @@ -0,0 +1,49 @@ + + + + Contact Form + + + + +

Contact Us

+
+ + + + + + + +
+ + diff --git a/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.5.contact2.html b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.5.contact2.html new file mode 100644 index 0000000..6977d05 --- /dev/null +++ b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.5.contact2.html @@ -0,0 +1,55 @@ + + + + Contact Form + + + + +

Contact Us

+
+ + + + + + + +
+ + diff --git a/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.6.mycontact.html b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.6.mycontact.html new file mode 100644 index 0000000..a922c22 --- /dev/null +++ b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.6.mycontact.html @@ -0,0 +1,55 @@ + + + + Contact Form + + + + +

Contact Us

+
+ + + + + + + +
+ + diff --git a/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.7.comment.html b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.7.comment.html new file mode 100644 index 0000000..f97c3c3 --- /dev/null +++ b/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.7.comment.html @@ -0,0 +1,42 @@ + + + + Comment Form + + + + +

Comment Form

+
+ + + + + + + + + + + +
+ + + -- cgit v1.2.3