how to explorer shiny functions

Hi there,

currently i am developing a website in Shiny, and I know following functions

  1. h1("heading 1) and h2, h3,h4,h5,h6
    2.br()
    3.box()

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

1 Like

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???

many thanks,
rao

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") ...

And the same for every other tag. If you look at shiny tags$ you will see them all.

Do you mean something like this?

1 Like

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.