Hi there,
currently i am developing a website in Shiny, and I know following functions
please tell me how can i explore other function? so that i will develop my website beautifully.
many thanks, rao
You can learn about HTML tags from w3schools website, thats my preferred reference
hi @nirgrahamuk,
thank you, I have learnt from w3school all html tag.
i want to know html tag of shiny?
like
tag like tag
how to use these tag in shiny???
I dont understand your question. From w3schools you know <h1>something</h1> is valid html and has a specific effect and in a shiny ui its h1("something") ...
<h1>something</h1>
And the same for every other tag. If you look at shiny tags$ you will see them all.
Do you mean something like this?
Yes I want this. Thank you, Rao
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.