The phrase “We will see” appears in both religious contexts and HTML formatting examples. In Gateway Worship’s song “We Will See” (2012), the lyrics emphasize faith in divine promises during hardships.
Regarding the HTML `
` tag mentioned, it creates single line breaks in text blocks. For example:
“`
We will see
Your glory revealed
As we lift up Your name
In worship and praise
“`
This formatting allows lyrics or poems to maintain intentional line separation. However, misuse of multiple `
` tags for paragraph spacing is discouraged – CSS properties like `margin` or `line-height` should handle vertical spacing instead. Screen readers may struggle with excessive `
` tags, so semantic HTML elements like `
` remain preferable for accessibility.