Jan 20, 2022 1:54 pm
I was wondering if it is possible to create a simple webpage, without even creating or adding any HTML element manually? If it's possible then someone please explain how?
1 Reply
Aug 10, 2022 6:10 pm
Basically HTML is the Markup language that renders any webpage. Either one way another you'll use any language and at the userend it'll be converted to the markup language of web, aka HTML.
You may use python, PHP or NodeJS to differently render any simple text or complicated designs as pages though deep down they'll use HyperText Markup Language to show up elements.