@f.sakiba55, it’s looking better.
You’ll notice you still have some HTML in red if you followed the advice about switching the syntax highlighting in codepen.
Some of your errors are typo’s. For instance;
name"role"
this is not the correct way to assign an attribute
and this
vaule=>Da
is not the correct way to set a value. Also, value is spelled incorrectly.
You also cannot make up your own HTML elements / tags. This is not valid syntax <unos name="preferirati" value="svijest ljudi" type="potvrdni okvir" class="potvrdni okvir za unos" />Svijest ljudi
All HTML elements must be American English.
Something else that may help is to run your HTML code through the W3C validator. This will further help you identify errors in your code.
I’m not sure what you mean by this;
Problem kod mene je što ne mogu ispraviti greške(npr. hoću da napišem …“header”> a meni napiše …“header>” ako hoću da to izbrišem rezultat je …“head>”.Pokušat ću njima objasniti svoj problem.
What do you mean you cannot correct mistakes? It looks like you’ve got an opening header
tag but you didn’t close it.
Don’t be afraid to review the lessons for anything you may not be sure of or search for something you’re not sure of.
One more thing that may help is to see what the valid elements are in an HTML form. A search for “html form elements” for instance will give you all the valid elements you can use within the form
element.
You’re doing okay. Take your time, there’s no rush.
Hope this helps.