Witam.
Robię własną stronę www i z ciekawości chciałem zapytać jak zrobić by było tak
<b>Ten tekst będzie pogrubiony</b>
Chodzi mi by na stronie było widać to <b></b>
Bo jak daję </html> przed napisaniem tego to nic nie działa.
<!DOCTYPE html PUBLIC> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=windows-1250"> <meta name="Description" content=" [wstaw tu opis strony] "> <meta name="Keywords" content=" [wstaw tu slowa kluczowe] "> <link rel="stylesheet" href="styl.css" type="text/css"> <body bgcolor="000000" text="ffffff"> <? include('logo.php'); include('menu.php'); ?> <div class="index"> <div style="display:none"> </div> <script type="text/javascript"> function showHide(obj) { var nextObj = obj.nextSibling; while(!nextObj.tagName) nextObj = nextObj.nextSibling; nextObj.style.display = nextObj.style.display != 'block' ? 'block' : 'none'; } </script> </div>