[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip / qa] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


I need to make a website using only HTML and I don't know how to code at all as I have profound mental retardation.

Is there some tool that a brainlet can use to make a website which will then shit it all out as HTML which I can just copy and paste?

Can one of these new fancy jewish AI things help? If so, what? And how?

Is there another way?

For what it's worth, the website needs to be kinda like a blog or something, like the old days of tumblr I guess
>>
I also wanna make an HTML website to post pictures of my trans progress :3
>>
What kind of website do you need to make?
>>
File: IMG_3820.jpg (57 KB, 622x579)
57 KB
57 KB JPG
>>102421555
OP here, having to post from my phone because captcha shit the bed on my pc. I wanna make a website to show my photography and the different kinda that I do, but I wanna host it on one of those free html-only services and make it look like old internet because I’m pretty sure the current state of the internet social media is killing me
>>
>>102421598
html is just ui definition. Not that hard to learn. You can also embed CSS and JS into your html files
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_css_internal
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_script
>>
>>102421463
>>102421598
Tell this to ChatGPT and it will happily generate you a template
>>
>>102421626

i was kinda hoping that I wouldnt just get a "learn to code" reply. Im a really busy person, and although Im good at some things, coding is something which Id really have to commit serious hours to in order to learn a lot slower than anyone else

>>102421639

I thought chatgpt only shits out like a few paragraphs when you ask it something??

captcha: KOCK
>>
>>102421735
You dumb retard ai can code, it cant design. You are the ceo in this case, not a customer. If you cant make accurate descriptions of what you want or find it too time consuming you are supposed to move to the customer sector and buy a prefab website
>>
>zoomer spacing
>hopelessly stupid
>wants to make le retro looking website
I can already tell you're a faggot.
>>
>>102421598
>>102421463
There's Neocities websites that provide HTML and CSS files that you can use and customize.

It's not a perfect solution and you will have to learn the basics of HTML and CSS eventually but it'll get you 75 % closer to publishing your shit.

Happy hacking!
>>
>>102422930
Would you mind giving me an example/s of what you mean?
>>
>>102421463
https://youtu.be/McZYYe0kAtg
>>
>>102421735
you only need a few paragraphs bro
if it stops half way through (you don't see </html> at the end) just say "continue" or "keep going" or whatever
>>
>Is there some tool that a brainlet can use to make a website
Macromedia Dreamweaver
>>
>>102422930
This. Best advice if you don't want pro skills in html. No one really does anymore.

Html isn't difficult to understand it's very time consuming to learn, like all coding.

You could sub out to upwork or fiver.

50 bucks will get you a pretty decent return.
>>
File: 1660630467884535.png (2.36 MB, 1323x1404)
2.36 MB
2.36 MB PNG
>>102422951
Any website can be saved just like an image. Normally if you can find a barebones website its easier to understand. Fyi zoom zoom even 10 year old girls playing neopets could learn basic html
>>
File: brain_pepe.png (337 KB, 1144x888)
337 KB
337 KB PNG
>>102421463
>draw the pages in mspaint
>mark down the rectangle coordinates for each navigation element like button or link
>create text files which contain basic html showing the page image (img tag) and map tags to create the links
easy, you don't have to learn any other html or css
>>
>>102423389
>any website can be saved just like an image
>open youtube
>Save as...youtube.html
I can now watch all videos offline thank you
>>
>>102421463
try dreamweaver, it's a program used back in the php era
>>
>>102421463
if you just want a static site use hugo use a minimal theme read it and you will understand it. Yes the ((AI)) things help but they won't answer everything unless prompted. Only trial and error will get you any success.
>>
>>102423344
>it's very time consuming to learn, like all coding.
If you spent one hour a day learning HTML instead of playing vidya and fapping to nip cartoons you could learn HTML, CSS, and some basic JS in less than a month. Acquiring knowledge is significantly easier than losing weight or getting a girlfriend
>>
>>102421463
>Is there some tool that a brainlet can use to make a website which will then shit it all out as HTML which I can just copy and paste?
Install Seamonkey, open the HTML editor (CTRL-4) and start typing.
>>
>>102422930
Premade layouts like the one in your op image. I have a lot of time and willing to help you edit the layout as you want, format and styling. Go get a neocities layout and tell me what you want.
>>
>>102425502
do you have a lot of saved sakura net or jp pages? I am not op but if you have any good vaporware unobtanium archived nip sites I would love to crawl them.
>>
>>102423389
This is a very funny image. May I save it?
>>
>>102425567
I think you could just search webarchive or waybackmachine for that. I don't have anything saved I just explore archives and new sites
>>
>>102425886
most of those sites dont properly retain a lot of important image data sadly.
>>
>>102422930
That's a copyright violation if you publish it though.
>>
>>102425502
sorry im replying so late, was playing dark souls D:

if youre gonna help me, youll have to add me on something right? my discord is _tomes
>>
>>102423655
FF devtools have most of what DreamWeaver had, but it's a bit heavy and figuring out how to save your changes is a few extra steps
>>
>>102421463
>only HTML
Are we also accepting CSS and JS, or should it really be ONLY HTML?
- https://developer.mozilla.org/en-US/docs/Web/HTML
- https://developer.mozilla.org/en-US/docs/Web/CSS
- https://developer.mozilla.org/en-US/docs/Web/JavaScript
- https://developer.mozilla.org/en-US/docs/Web/API
>>>/g/wdg/

>>102421735
>i was kinda hoping that I wouldnt just get a "learn to code" reply
It's really just:
<html>
<!-- Head element (optional) -->
<head>
<title>Babby's First HTML site</title>
<!-- Metadata here -->
<style>
/* Style (optional) */
</style>
</head>
<!-- Body element (mandatory) -->
<body>
<h1>Babby's First HTML site</h1>
All content goes in here.
<img src="path/to/file.jpg">
</body>
<script>
/* Script (optional) */
</script>
</html>


Remember:
- HTML is the content
- CSS is the layout/appearance
- JS is the behaviour.
>>
Just pay for chatgpt, it will include snake in html/js for free



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.