Why does this whole thing print in italics? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why does this whole thing print in italics?

<!DOCTYPE html> <html> <head> <title>Nick Stach Skills and Drills</title> <body> <strong><center>Skills and Drills</center></strong> <p> <br> <strong>Python codes I have done.</strong>. From "Hello Word" to defined empty variables to a video game tha can help motivate kids to learn English (and everything in between) here just a few of the 251 Python codes I have been able to create. <br> <br>In the tradition of the British comdy troup Monty Python which the coding language Python is named after I used as many movie, skit and comedy references in my coding as possible to maintain interes and individuality. <br> <br>Hello World! My name is Nick: <br>https://code.sololearn.com/cOE7qYYlJWMm <br> <br>EIGO Dragon, Part 1: <br>https://code.sololearn.com/chqAjVnt0a9a </p> <p class="quote">"Fortune favors the bold!"</p> </body> </html>

9th Sep 2019, 4:12 AM
tristach605
tristach605 - avatar
3 Answers
+ 1
Copy, paste the HTML code into Code Playground and test run ... No! it is not displayed with italics effect. Are you sure?
9th Sep 2019, 6:03 AM
Ipang
+ 1
Thanks Ipang. Sort of a weird one, but when i display if on a normal computer (laptop) it is not in itslics. But when I hit "run" on my github (where the code is imbedded) it shows up in all itslics.
9th Sep 2019, 8:24 AM
tristach605
tristach605 - avatar
+ 1
You're welcome buddy! Well, that sure is rather odd. Unfortunately I have no idea how github works for embedded content. But *IF* this happens only there and nowhere else I guess you need a little test. Create a new HTML document and save it as you did this one, then test run it. See if it also shows with italics effect. You might wanna check out in case there's something triggering this anomaly in (probably) CSS styles. Looking forward to others with better knowledge to drop in an opinion here.
9th Sep 2019, 8:34 AM
Ipang