+ 1

Can I create a Website with Only pure HTML ?

A compleate website

24th Jun 2017, 2:09 AM
Muhammed Raziq
Muhammed Raziq - avatar
4 Answers
+ 6
You can, but the result will be sad: you need at least minimal Css for complete your Html, but you can forgot JS for 'static' pages (all the more that Css provide features to basics animations/interraction that allows less 'static' content and visual enhancements without JS use)...
24th Jun 2017, 4:48 AM
visph
visph - avatar
+ 4
It is possible but the results won't guarantee the satisfaction of your clients, that's because it will be too basic and not good looking. You will need another tools like CSS and Javascript to ensure your web site gets the appearance it deserves. =)
26th Jun 2017, 1:36 PM
Higor Vieira
Higor Vieira - avatar
+ 4
@Abhinandan Arya wrote: << this is the example https://code.sololearn.com/WWntdPqbUCjO/?ref=app >> Absolutly not an example of website with 'Only pure HTML' as asked in the question title: + you use a bunch of Css rules (Css is not Html even if it's designed to be used with and can be embeded inside through <style> tags and/or 'style' attributes) + you use also some JS (definitivly nothing to do with 'pure HTML') ^^
2nd Jul 2017, 4:51 AM
visph
visph - avatar
+ 1
yes ,you can also animate the web <p style:="color:red" > and using Js via <script></script> but better learning Css Js if you mean without Css and Js the web will not be beatiful
24th Jun 2017, 2:16 AM
Elie Douaihy
Elie Douaihy - avatar