Found FreeCodeCamp via:
https://medium.freecodecamp.org/object-oriented-programming-concepts-21bb035f7260
Worked through Introduction to Basic HTML and HTML5
This is interesting.
I’m learning a little:
- About different html tags
- Internal anchors
- Anchor tag attributes.
- Form and input anchors
- Button anchors
- Radio buttons & checkboxes
There is a lot here…
I wonder if it’s worth sharing with Code Club members or if it’s all a bit serious?
Form and input anchors
<form action="/submit-cat-photo">
<input type="text" placeholder="cat photo URL" required>
</form>
Button anchors
<button type="submit">this button submits the form</button>
Inside the form anchors…
FINISHED!!
Took a couple of hours, I think...
No comments:
Post a Comment