0
Can webpages be developed today without HTML & CSS?
Is it possible? and if the answer is yes can you give us a website as sample?
2 Réponses
+ 8
This is a good question!
Alternatives to HTML? There aren't... maybe you can use other markup languages like LaTeX, see this document for more informations: https://en.m.wikipedia.org/wiki/Comparison_of_document_markup_languages
For CSS you can use alternatives "standard" like DSSSL or "not-standard" like JSSS, see this for the list: https://en.m.wikipedia.org/wiki/List_of_stylesheet_languages
And finally... the "HTML template Engines", like Jade or the CSS preprocessors... like SASS. These simplify the syntax of the codes for writing faster.
Naturally, if you want to make a professional website, learn HTML, CSS and JS.
~ Sorry for my English ^_^
+ 3
@Maz your English is on point and that answer was very enlightening. Thanks!