Among the web development course at Southern Cross University,
I learned web skills including ...
- HTML
- Understand HTML basics and tags
- Use of markup tag (HTML tag) to create HTML documents = Web pages
- Create title, paragraph and link
- Create style attribute
- Configure the image
- Create lists and list within list
- Create div. elements, and layout
- Create navigation bar
- Create form: form input type, form input properties
- CSS
- Use the id selector to specify a specific style
- Insert style sheets: external, internal and inline
- Make web pages' configurations in the website are consistent
- Set the background color and text appearance
- Set the style of the link (a: link, a: visited, a: hover, a: active)
- Set the box model style: padding, border-style, margin
- Set positioning: floating, relative positioning, absolute positioning
- JavaScript
- Form input validation
- Use alert function
For further web skills that I had learn and I had gain from this unit,
please link to links which are shown on below.
A signup form to showing web skills of creating a form and form validation by javascript.
Problems I encountered while creating this website and how I solved them.