+ 8

Is it possible to create a website without html and css ??

9th Mar 2018, 11:07 PM
Youness Oubelkacem
Youness Oubelkacem - avatar
11 Antworten
+ 14
You could create a website without CSS, but it wouldn't look great. It's impossible to make a websites without HTML as you need to use HTML to build the website. Unless you used Wix or WordPress or something.
9th Mar 2018, 11:11 PM
Robyn A
Robyn A - avatar
+ 7
As they said, it really depends what you mean by that. There are builders/drag-n-drop editors that would allow you to create a website without YOU needing to know HTML/CSS. However, it's creating the HTML/CSS for you underneath it all, so it's still there even if you didn't hardcode it yourself. Those things have been around since the 90s. I don't know what people use today, but back then we used FrontPage and DreamWeaver. Personally, I prefer to code everything 100% myself and I always hated how the builders set up the code. Also, knowing how to do it yourself allows you to create things exactly as you want it and you won't be bound to what the builder allows or not.
9th Mar 2018, 11:37 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 4
I think, you can using XHTML, It's something else than HTML
10th Mar 2018, 11:52 AM
Manan
Manan - avatar
+ 3
Depending on what you want, you can escape a bit from both. Currently depending on the components you use in your projects you can use a template engine whose syntax is more expansive. In the same way you can do things in Markdown. But in both cases the result will be compiled to HTML. In the same way you have some very curious things like Elm (http://www.elm-lang.org). If you review the examples you will see that you can totally replace the things you want with a methodology that is very different from the usual. In the case of CSS there were some alternatives and even a proposal to manage the styles through JS, but in the end CSS has come out victorious. Even so, there are many preprocessors that although they compile CSS, they have their differences.
10th Mar 2018, 12:05 AM
Mickel
Mickel - avatar
+ 3
without css is possible and HTML is required a little bit. use Django Framework of Python, it's very rich. WordPress is a CMS, it's based on PHP.
10th Mar 2018, 5:08 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 3
You could either make a website using preset templates from hosting sites like WordPress. Another option is that new frameworks that allow you to build websites using Javascript elements, such as ReactJS. Although it is a collection of JavaScript Libraries, the elements used in ReactJS coding is quite similar to HTML and CSS. Conclusion: Be perfect with Javascript
11th Mar 2018, 1:27 AM
Rahul Pavithran
Rahul Pavithran - avatar
+ 2
thank you Robyn A
9th Mar 2018, 11:16 PM
Youness Oubelkacem
Youness Oubelkacem - avatar
+ 2
As others have stated, you can build a site without having to know HTML or CSS yourself, as there a multitude of options out there that can do it for you. However, if you're asking whether or not a web page can be built without using HTML or CSS *WHATSOEVER* the answer gets a little muddier. Technically, you could build a website entirely in Flash, and indeed some sites of yesteryear did exactly that. But arguably, the Flash platform is dying - or at least being phased out. So even if you could, there are plenty of reasons not to. Even still, I think a few lines of HTML may have still been required as a wrapper. It's been awhile, and there have been many beers and many years since then, so my memory is a little fuzzy. I suppose technically you could also just display a hosted text file in a browser, though that blurs the lines somewhat between "serving a file" and "hosting a website." There are certainly web applications that make use of other languages, such as Perl or Java or Python or JavaScript that run on the server or in the browser and can operate much like you would expect a website to operate. There may be other alternatives as well, so this is an interesting question, and one I'm likely to look into a little more deeply, just for my own curiosity: What are some of the ways to create a website without utilizing HTML or CSS at all?
10th Mar 2018, 3:04 PM
Rawdge
Rawdge - avatar
+ 1
No. But you can use CMS like wordpress. But they will also use css indirectly.
10th Mar 2018, 2:46 AM
Chinthaka de silva
Chinthaka de silva - avatar
+ 1
yes, you can use php
10th Mar 2018, 11:08 PM
Sarmad Saad
Sarmad Saad - avatar
+ 1
In one word, No. HTML is the backbone of any website. CSS add the style to a website.
11th Mar 2018, 6:14 PM
Mohammed Abdulazeez
Mohammed Abdulazeez - avatar