Similar Posts

Subscribe
Notify of
23 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
 Mirko Marek
1 year ago

Hi,

with a web host, such as Ionos, you can upload your HTML page, which is then accessible via the Internet. The web host will provide you with the webspace, domain management/registration and SSL encryption(https://www) available. This will host your HTML pages with your desired domain.

It also makes other web hostes the same.

I hope the answer will help you and wish the success of the implementation.

 Mirko Marek
1 year ago
Reply to  desnake3

Even well, if you feel comfortable with your web host and everything works, then nothing is in the way of your own website.

TheQ86
1 year ago

On your computer. There’s a normal text editor.

With HTML and CSS, you don’t talk about programming.

TheQ86
1 year ago
Reply to  desnake3

You need a web host. And there are countless offers on the Internet. Everything is free to expensive. For your own .de domain you have to take a paid offer. Otherwise, you must live with a subdomain of your provider or a little known domain extension.

elenaBC2411
1 year ago
Reply to  TheQ86

If you give instructions to a computer he performs, it’s already programming.

TheQ86
1 year ago
Reply to  elenaBC2411

Right, HTML and CSS do not include instructions. They are award languages, or more simply, description languages.

You don’t say WAS is supposed to do the computer, there are no commands in the code. The code only describes how to be the desired document. This is definitely a difference.

TheQ86
1 year ago

That’s what happens with HTML

No. For HTML, the document is read and then displayed by the browser. With every simple Hello world program, you use an instruction to output a text. In HTML or CSS, you do not directly enter the program flow of the browser.

With links, IF / ELSE can be easily generated

No, it can’t. Linking causes a browser to load and display another HTML document. More logic isn’t behind it, and there’s no falling distinction at all.

(Fast) All programming books start with Hello WorldProgramme. It is a program and I can also convert it into HTML.

No, not at all. Do not change what the browser does and displays with a program. Just because you can get the browser to display “Hello World”, you did not create a program. You don’t have it when you’re hacking in Word “Hello World”.

In a way, you will naturally control the output of the browser through the HTML source text. Nobody doubts that. But you don’t write a program.

and more is not necessary for a simple program!

If the program is to do something meaningful, yes. Then you need more. In addition, as mentioned, you give a direct instruction in a program, for example by a print function to draw a string on the screen. Internally, the programming language then needs at least the concept of data types, functions and a program flow.

While in HTML you will write everything you write, unless it is in special tags, also lands on the screen because it is just a document.

elenaBC2411
1 year ago

You write:

“Program texts of programming languages are executed either directly interpreted, instruction for instruction and you have full control over the program flow.”

That’s exactly what happens with HTML. With links, IF / ELSE can easily be generated and more is not necessary for a simple program!

(Fast) All programming books start with Hello World Programme. It is a program and I can also convert it into HTML.

Are all these books / tutorials doubted by professionals?

TheQ86
1 year ago

It doesn’t make it programming anyway. With an MP3 file, you also say what sounds should be played at what time. You also set up in a video process. Nonetheless, nobody says programming.

A link also does not represent a sequence. I can click whatever I want and then just land on another page. I also use the keyboard to tell a text program which letters it should write into the document. This is not programming either.

You can prescribe in CSS that certain actions trigger certain processes, but this is not programming.

Program texts of programming languages are executed either directly interpreted, instruction for instruction and you have full control over the program flow. Or they are compiled in machine code, which are then executed when the program is called up.

The writing of documents – and HTML documents are now documents – is not programming. This is strictly differentiated in computer science. If you use JavaScript, it’s something else.

HTML and CSS do not provide control structures, no data types, you have no options to write algorithms yourself.

HTML and CSS were originally developed to define the structure and design of websites. In contrast, programming languages are more aimed at enabling general calculations, processing of data and controlling processes.

This distinction is also not doubted in specialist circles.

Laienhaft is still often called programming because you can say that you have already programmed. Factically, however, it is not true and it is not bad and does not devalue the code in HTML/CSS.

elenaBC2411
1 year ago

When I write to the computer what he has to do/show. Thats it! If I link several pages to each other in HTML, I can easily create logical sequences and create issues. With CSS3 I can even set things differently due to different / changing parameters.

Justus208
1 year ago

To program a website yourself, you can use a simple text editor such as Notepad (Windows) or TextEdit (Mac). Write the HTML code for the structure of your page and the CSS code for styling in this editor.

Once you have written your code, save the file with the extension “.html”. You can then open the HTML file in a web browser to view and test your website.

If you plan more complex projects, you could also use an integrated development environment designed specifically for web development. Examples are Visual Studio Code, Sublime Text or Atom. Remember that this is just the beginning. Advanced functions may require knowledge of JavaScript for programming interactivity on the website.

Justus208
1 year ago
Reply to  desnake3

Server

Dultus, UserMod Light

Taken web hosters and upload your files – usually if not set differently, you land in the index.html.

Valentin1720653
1 year ago

Create a file and name it .html put it in your browser – finished.

Valentin1720653
1 year ago
Reply to  desnake3

You need a web server. You can rent it or deploy it at your home via your network.

As a beginner, however, it is certainly not the best idea, as you definitely need knowledge about networks & ports, and simply unlocking it in the home network ports even if you have no idea about it is not the safest.

I think it’s easiest if you rent a web server that already provides a fully configured Apache, or you’re just doing this through one of the “Baukasten-Web-tools” like WordPress.

bitsandbytes
1 year ago

About hosting providers or themselves.

skiddy
1 year ago

On your own PC