+ 2
Tag into a text in html.
How to text a tag into a text so that it'd display on the webside in html? For example tag "<form>" has to be seen as a text by inserting into td of the table or other texting tags like p so on. (I wanna make "<form>" inside a text in a website, but how to do it?)
6 Answers
+ 7
You will have to represent < and > using code
< = <
> = >
<form>
Will output <form> on the browser. Both Lt and gt are acronyms
lt = lesser than
gt = greater than
+ 7
Agustus please review: sololearn.com/Content-Creation-Guidelines/
Specifically — Be Kind: behind each profile is a person that deserves kindness and respect. Personal attacks, disparagement, hate speech, and personal judgements will not be tolerated. Even if you are not happy with an answer, that is no reason to lash out with personal attacks. That kind of behaviour can lead to disciplinary action, including account suspension or bans.
Everyone else, what Mirielle said is correct. It’s okay that this question was asked. Pointing them to the appropriate course is a perfectly good response, as is answering the question outright. Sometimes seeing something explained in a different way is extremely helpful. Please do not assume someone’s knowledge or understanding, nor should you call a legitimate question “unnecessary.”
All inappropriate comments will be removed from this thread.
+ 4
Agustus, as far as I'm concerned... Your question is valid and does not go against any content creation guidelines. I'll also like to point out that you own this thread, I'll recommend for everyone to consider not to deviate from the actual question as that may be against the owner's want.
Additionally, you (Agustus) should note that calling someone names like stingy is not the best response if they decided not to answer your question correctly, tbh I can't remember if there's any section of the lesson that covers this question but if the response sounds unpleasant to you, you should've just deleted it. That would save alot, even though it's defendable and justifiable to use "stingy" in this context too not as a manner of disrespect
Lastly, it's worth noting that learning a whole lesson does not implies that you know everything or understand and I believe this is among the reason why there's a discuss section
+ 2
Agustus
have you learn this lesson ?
before asking any questions Plz learn and complete the lesson first..
https://www.sololearn.com/learn/courses/html-introduction
+ 2
Yess, I read that, but I didn't know how to imply.
Thanks Mirielle.
+ 2
Agustus
If you're ok with a little javascript and css, here is how I would do it:
https://code.sololearn.com/WKqBDq5ezGD3/?ref=app