I need to extract the text just after strong tag from html page given below? how can i do it using beautiful soup. It is causing me problem as it doesn't have any class or id so only way to select this tag is using text.
{strong}Name:{/strong} Sam smith{br}
Required result
Sam smith