whats the problem?
when i type <Button> it says invalid mark up but when i type <Button></Button>it shows a button?
9 Replies
In HTML/XML tags need a closing tag or the tag can close itself
<Button />
is a valid self-closed tag
<Button>
is opening but not closing a tagI'd say it's time to do some HTML tutorials to get used to the syntax
im following this https://wpf-tutorial.com/xaml/basic-xaml/ should i be/
i was wondering
if someone could hint me to how to put two buttons one register and one login side by side im kinda stuck on googling ty 🙂
oh wow
i got i just draged the dam thing xD
ty leowest! you never fail me
the introduction is mainly to show u how things works not for u to go out of the way and design things
its telling u how every aspect of things work
while introducing u to what each control can do after the introduction to the basics
such as grids, stackpanels, etc which will be 90% of the flow
I gotta say leowest youve been the most kindest motivation teacher
i left gpt and started googling but and it turned out to be someone more mangable then what i thought it would be also what are you working on today 😄
Oh, it's xaml. It was one or the other 😄
Kind of assumed html since most folks begin there