Alternative to the HTML Bold tag

后端 未结 21 1842
野性不改
野性不改 2020-12-23 15:35

Okay, so I know that in HTML you can use the tag, but isn\'t there a \"weight=bold\" attribute that I can use in the

21条回答
  •  爱一瞬间的悲伤
    2020-12-23 16:27

    Nowadays people tend to use website builders (CMS like Wordpress) instead of coding their own blog from scratch. Even professional web developers do it because it's faster.

    It would be nice if you could mention the advantages and things to keep in mind when coding your own blog in real life, for example:

    • More flexibility (customization)
    • Pay a domain name
    • Pay and choose a web hosting
    • Security and maintenance
    • Copyright and license of some website builders' templates and graphics. Your website could be locked to a particular web host if you used your host's website builder. So you cannot move to another web host, because if you do you could no longer use that template.
    • Experience trouble when asking for website builder's tech support when the website goes down.
    • Some templates are not search engine friendly and this affects your website ranking (SEO)

    Anyways, you can use css/css3 or JavaScript for making interactive webpage. Even you can upload your all sort of code into a server formatting the default blog theme.

提交回复
热议问题