After seeing
Bbcodes in this forum. I compare it to
HTML and need to know why HTML is not use here even when is more organize.
I went through many of this links below to read the
Bbcodes use in this forum
I enjoy the codes because it can make somebody creative and make article of someone to look nice or organize.
What I have been doing is to use the idea of
HTML that I know to be trying in the forum and I was surprise that most of
HTML work here.
I will write some
similarities and
differences that I notice.
SimilaritiesA.
Both Bbcodes and HTML are not programming languageB.
Both can maintain a style from outside software like ms word: if I type some text in ms word or notepad and want it to occur in this forum like that I will use this.
[pre]the text style[/pre]
. I can use this style to make a table instead of using
Quality Bitcoin Fiat
Centralized No Yes
Currency Yes Yes
Privacy Yes No
C.
When open a url if you don’t want to or you don’t want to leave the site: in
HTML the link will open in the current tab, but if you want it to open in different tab you put
target=_blank in the opening of [a] tag
but in
Bbcodes is assume the url will open new tab but if you want it to open in your current tab
[iurl]httpss://google.com[/iurl]
. But iurl is not working here. I don’t want some of the link I click to make me leave the forum, but all the link always take me out of the forum by not opening in a new tab.
Any help?D.
Both of them has two types of tag. The opening tag - [tag] and the closing tag - [/tag]: If you forget to close the tag, the code will not work or it will spoil your other work.
E.
Both of them have some self-closing tag: like for
Bbcodes we have
[hr] to rule line horinzontal, [btc] to show bitcoin logo
and for of
HTML we have
[hr] = horizontal line, [br] = Line break, [img]=Image
DifferencesA.
HTML can be understand by browser but browser will not understand
Bbcodes unless the ones that match with
HTMLB.
HTML is used to build website but
Bbcodes is use in different forum which mean I can create my own
Bbcodes if I have my own forum.
C.
Bbcodes is somehow simple than
HTMLD. In
Bbcodes they forget very important thing in
Table. that is table head (th). I saw some people that use to bold the first colon of table data (td) to formulate there table head (th)
Why does the forum use Bbcodes instead of HTML?- Because Bbcodes is simple than than HTML
- So that the forum will not be attack.
my questionHow will the forum be attack?
Because with both
Bbcodes and
HTML? someone can share link.
Too if someone use a strong
HTML? parser will there still be risk?