html replacement
Oct 22, 2024 | by cs | The theme is not popular, many people don't even know what html and css are, so now you will learn it
The theme is not popular, many people don't even know what html and css are, so now you will learn it
Html or HyperText Markup Language is used to create websites, now you can read this article just because of this, html code is a set of tags, if you are interested in this then check out the tutorials on youtube. Css or Cascading Style Sheets allows you to style the page you made on html, the css code looks something like this .class name {margin: 150px 0px;} these lines of code would move all the content of the class you wrote instead of “class name” 150 pixels to the bottom
Now let's get to the point of this article, why is html obsolete? Html was introduced in 1991 and css in 1996, since then both tools were updated and allowed to make websites beautiful and functional, but the biggest problem html it is certainly its absurdity that simply add to the page black square you need to create an empty class in html then in css write that such “.class name {height: 100px; width: 100px; background-color: black; /* in some cases still need position: absolute; */}” but you know how to create a square for example in adobe illustator (much easier)
Solution: we need to create a program that is similar to the already mentioned adobe illustator only that there you can: choose the size of the page, easily add any buttons, all also write code on html and css, connect js files, php and in general any files. It is similar to tilda or wordpress but here are the main differences: The program will be completely free, you can connect any purchased domain, on the website will not be no information that the site will be made through this program