0
Bold writing
Hello, I am a beginner and I have a problem with html. My writing is in bold and I can't change it even when using <bold> or (<bold>). Can you help me find a solution please? Thank you so much.
3 Answers
+ 4
Hello Sirine!
Welcome to the SL Forum :)
First of all, I want you to have a look at the following post on how you can maximize your chances of getting answers ~
https://www.sololearn.com/post/75089/?ref=appÂ
-----------
Now, coming back to your question, I'm going to assume this is the code where you're having problems?
https://code.sololearn.com/WUMUpDKglYEM/?ref=appÂ
If yes, then the text is pre-bold because of the heading tags you used (h1,h2) which are just made like that they've have to be bold.
As a fix, you can replace them with the <p> tag and increase font size using CSS.
+ 3
đ€ your question is quite unclear you told that your writing is already in bold and you want to make it bold with bold tag. What is this . Share your source code with us
+ 1
Okay thank you so much !