Similar Posts
How to automatically run a script on a Raspberry Pi?
Hello, I would like to execute a command when a Raspberry Pi starts up. I've tried "crontab -e" and "sudo nano /etc/rc.local." Neither works. How do I add the command there? crontab with @reboot in front of it, right? But that doesn't work. And it doesn't work in rc.local either. The code works, though. As…
Use iPad as a second monitor/screen under Debian?
I would like to use my iPad (10th generation) as a second screen for my Debian laptop. The laptop has the following ports: 2x USB-C, 1x HDMI, 2x USB. The iPad only has USB-C. Using xfce, Debian 12. Is there any solution for this? LG
What does this mean for Snapchat?
Why is the gallery icon behind the chat?
Training as an IT specialist, which direction for web development and general programming such as software etc.?
ByJava223
Hello everyone, I have some questions about training or studying as an IT specialist: I would like to learn web development programming in particular, but also be able to learn software and other programming in general. What specialization should I choose for my training? Is studying or training more advisable to learn programming? Can you…
Is writing HTML also called programming?
ByWjdhsha
Because it is not a programming language
WhatsApp: How do I access my WhatsApp account if the number has been assigned to someone else?
ByMarta600
Hello. Since today, I haven't been able to open my WhatsApp account, and it starts with a welcome message. The number seems to be in use, and the profile picture shows a different person. What happened, and how can I access my old chats? Thank you Mathilda
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.
I am now at Netcup and there I am relatively satisfied 🙂
Even well, if you feel comfortable with your web host and everything works, then nothing is in the way of your own website.
On your computer. There’s a normal text editor.
With HTML and CSS, you don’t talk about programming.
Yes I know, but how to publish the INternet page over a domain so everyone can see it.
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.
If you give instructions to a computer he performs, it’s already programming.
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.
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.
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.
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.
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.
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?
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.
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.
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.
I know that you can create a website yourself with a normal text file by writing HTML code and then executing the text file via the Internet, but how to publish the website via a domain so that everyone can see it.
Server
Taken web hosters and upload your files – usually if not set differently, you land in the index.html.
Create a file and name it .html put it in your browser – finished.
I know that you can create a website yourself with a normal text file by writing HTML code and then executing the text file via the Internet, but how to publish the website via a domain so that everyone can see it.
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.
Can you recommend a provider for a domain+webspace or web server that is quite cheap.
I don’t need wordpress because I will program everything myself with HTML and CSS. Coden.
Would be nice.
About hosting providers or themselves.
On your own PC
I know that you can create a website yourself with a normal text file by writing HTML code and then executing the text file via the Internet, but how to publish the website via a domain so that everyone can see it.