+ 4
How do you show code on your webpage?
I am doing a simple html page (I'm as new as they get) and showing what I've learned on the page. but I can't figure out how to show tags etc. without them actually applying as code! help plz!
3 Réponses
+ 2
Hello, David Golden !
Look at this lesson, there is a description of the blog, and its structure
try to make a html-page based on this blog.
Good luck with programming on SoloLearn!
https://www.sololearn.com/learn/HTML/2900/
https://www.sololearn.com/learn/HTML/2905/
https://www.sololearn.com/learn/HTML/1023/?ref=app
+ 1
You can create your webpage using HTML, CSS and Javascript.
You can create your website in code playground.
For example :
https://code.sololearn.com/WXURc7P707r4/?ref=app
0
you surround it in a “code” tag, like <code> <p>hello<em> world!</em></p> </code> shows “<p>hello<em> world!</em></p>” instead of just “hello world!”