Making text bold in HTML

It is possible to make text standout in HTML page by using <b> tag or <strong> tag. Even so text appearance will look the same from a visitor perspective, <strong> tag points out important information for crawlers. To indicate end of bold text is done using same HTML tags, but with a slash in front of one.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator