devckla / devckla.github.io

Open Source Github pages project to store important info for Facebook Developer Circle Kampala
5 stars 22 forks source link

add-edit-to-index.html #3

Open ghost opened 5 years ago

ghost commented 5 years ago

Removed the closing forward slash from meta tag, i.e to since HTML5 does not require the closing forward slash and almost all browsers support the HTML5 format according to w3schools.(https://www.w3schools.com/tags/tag_meta.asp). Added closing quotes to a div and a label class attribute value. changed the type of the telephone input from number to text in order to capture characters like '+' and lastly fixed the typo in the word portfolio.

edison12a commented 5 years ago

Hi @joshuaOgwang ,

Please correct line 67: Version 1: <label for="firstName" class=">Organization/ Education institution"></label>

Just remove the class attribute as a whole. The text inside that attribute is not a class name but rather the label text.