Mengedit Kode:
Lihat Hasil »
Cobalah sendiri - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This is normal text -
<
b
>
and this is bold text
<
/b
>
.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>This is normal text - <b>and this is bold text</b>.</p> </body> </html>