diff --git a/individual/frontend/s05/activity/contact.html b/individual/frontend/s05/activity/contact.html new file mode 100644 index 0000000..30aef6c --- /dev/null +++ b/individual/frontend/s05/activity/contact.html @@ -0,0 +1,87 @@ + + + + + + + S05: [Activity] HTML Forms, Tables and Semantic Tags + + +
+

Zuitt IT Solutions

+
+ + + + + + + + + + + + + + + + + + + + + + + +
PackagePriceDescription
Basic₱ 500.00Package inclues a fully functional website with desired specifications.
Basic₱ 1000.00Enjoy all the benefits of the basic package and also includes site support and maintenance.
Additional features after initial project is inclusive of charges
+
+ +
+
+

Contact Form

+
+

+
+

+
+

+
+

+ +
+ +

+ +
+ + +
+ + +
+
+ +
+ + +
+ + +

+ +
+ +
+ + + + +
+
+
+ + \ No newline at end of file diff --git a/individual/frontend/s05/discussion/index.html b/individual/frontend/s05/discussion/index.html new file mode 100644 index 0000000..1124c51 --- /dev/null +++ b/individual/frontend/s05/discussion/index.html @@ -0,0 +1,155 @@ + + + + + + + S05: HTML Forms, Tables and Semantic Tags + + + + +
+

HTML Entities

+
+
+

+ Reserved characters in HTML (e.g < or >characters that can mix up with HTML Codes.) +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EntityDescription
<ltLess than symbol
#8369Peso Sign
>gtGreater than symbol
"QuoteDouble quotation mark
'aposSingle quotation mark
&ampAmpersand
ũUtildeU with ~
ñntildeN with ~
&ampAmpersand
List of HTML Entities
+ +

Forms

+

+ + Input elements that make up a form. + +

+
+ +
+ +
+ + +
+ + + +

+ +
+ + +

+ +
+ + +

+ + +
+ + +

+ +
+ + + +

+ + + + + + + + +

+ + + + + + + + + +

+ + + + +
+
+ + \ No newline at end of file diff --git a/individual/frontend/s05/discussion/styles.css b/individual/frontend/s05/discussion/styles.css new file mode 100644 index 0000000..5b901ca --- /dev/null +++ b/individual/frontend/s05/discussion/styles.css @@ -0,0 +1,4 @@ +* { + background-color: black; + color: white; +}