Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Releases: oldoc63/learningHTML

Semantic_v1.0

06 Oct 00:16
e7e8a19

Choose a tag to compare

Follow carefully issues and commits and you are done.

What's Changed

Full Changelog: tortoiseHare_v1.0...Semantic_v1.0

NYC_Blog_v1.0

06 Oct 23:18
57c1b45

Choose a tag to compare

The city that never sleeps.

What's Changed

Full Changelog: Semantic_v1.0...NYC_Blog_v1.0

tortoiseHare_v1.0

05 Oct 12:29
d4ce8d2

Choose a tag to compare

The spinning of a classic!

What's Changed

Full Changelog: validatedForm_v1.0...tortoiseHare_v1.0

daviesBurguer_v1.0

02 Oct 15:12
7901566

Choose a tag to compare

This release include the creation of an HTML form using different input variations (text, password, etc). The contents of the Davie's Burgers html page are in the index.html file of the directory howaformworks.

validatedForm_v1.0

02 Oct 20:32
8b23602

Choose a tag to compare

Let’s quickly recap:

Client-side validations happen in the browser before information is sent to a server.
Adding the required attribute to an input related element will validate that the input field has information in it.
Assigning a value to the min attribute of a number input element will validate an acceptable minimum value.
Assigning a value to the max attribute of a number input element will validate an acceptable maximum value.
Assigning a value to the minlength attribute of a text input element will validate an acceptable minimum number of characters.
Assigning a value to the maxlength attribute of a text input element will validate an acceptable maximum number of characters.
Assigning a regex to pattern matches the input to the provided regex.
If validations on a <form> do not pass, the user gets a message explaining why and the <form> cannot be submitted.

wineFestival_v1.0

29 Sep 15:40
8aaaa6b

Choose a tag to compare

The Aguillar Family is hosting their annual wine festival and they have asked me to build a web page for the event schedule! This is the final version.