Most voted "website" questions
Website is a junction of the English words web (network) and website (site, place), used to refer to a page or a grouping of related pages, accessible on the Internet through a given address.
Learn more…71 questions
Sort by count of
-
0
votes2
answers157
viewsSearch that shows the contents of a div
I’m trying to create a website that will help me here at work, which is as follows:: I wanted only one search box to appear on the home page, nothing else. All the necessary content would only…
-
0
votes0
answers17
viewsrender Nextjs help I beg
import File from './File' function Index(){ const allPostsData = allPostsDataGet(); var page = 0; function change({target}){ page = target.textContent Index(); } return( <>…
-
0
votes0
answers12
viewsSite without back-end and database
Guys, I know this may be a stupid question, but I’m a beginner in this area. I was wondering if it is possible to upload a website (news blog) only with HTML and CSS, without using the back-end and…
websiteasked 3 years, 7 months ago Fillipi Novais 11 -
0
votes0
answers70
viewsBug in external CSS file
Hello I am making a full screen menu type burger for a site with CSS and pure HTML. I made the code of this menu separate. But the problem is that the CSS code only works properly in the internal…
-
0
votes1
answer27
viewsHow to resolve duplicate mainpage on the site?
I posted my website a short time ago and SEO score analyzers report that my mainpage is duplicated. They show that there is https://www.converteb.com.br/ and https://www.converteb.com.br/index.html…
-
-1
votes1
answer84
viewscreate intro page on multilingual website
I can’t create a intro page on my website and I believe the problem is related to Multilanguage activated. Does anyone know how to solve this? I am using the Framework Vertex.…
-
-1
votes1
answer64
viewsWhat steps should I follow to put my website online
I created a website to organize me use the database in phpmyadmin, for now I only use it on localhost but I want to leave it online, I know the hostgator offers free hosting but this is not the only…
-
-1
votes1
answer198
viewsHow to prevent and remedy when a web server crashes?
I’d like the experience of you. I currently use a server that is very unstable. For many times its FTP drops, and this week the server was out for 2 days. The problem is that we don’t know when a…
-
-1
votes1
answer194
views -
-1
votes1
answer943
viewsHow to Place and Play a M3u8 File
I need to add this file (http://tvipbr.net:25461/live/maisiptv21/12345/7106.m3u8) And play it so it gets more or less like this /…
-
-1
votes1
answer95
viewsWhat is the ftp structure of a standard site?
would like to know what is the standard of directory when I create a basic website? and which ones can I use?(where do js,css,html etc go) ex: ftp access, and which files and folders I will have to…
-
-1
votes1
answer161
viewsI would like to know how to style the titles of the site, to have a dash on each side
Hello, I would like to know how to style the titles of the site, to have a dash on each side, for the feeling that is dividing the pages, in html, css and/js. Thank you Follows Example:…
-
-1
votes1
answer18
viewsReactapp syntax error
Good evening, I need to make a website for the web matter, but I came across the following syntax error, which I have no idea what it is, I’m still beginner. Main component import React from…
-
-1
votes1
answer55
viewsDecrease and improve code
I need to create 5 waves with text inside and the waves have to have a move to extend/contract when clicking, the code I made the only way it works is if I click in order, otherwise it gets messy. I…
-
-2
votes2
answers460
viewsWhat language do you learn?
I was beginning to learn to program, but it was still very slow. Only now I’m starting a systems analysis facul and I already have some startup ideas. As I intend to open some in the future, I will…
-
-2
votes1
answer99
viewsWhy do I need to enter the full address? <img src...>
I’m trying to make my first website. At the moment I do not understand why, when inserting images I have to insert the full address, since in all blogs and HTML sites, this is not necessary. The…
-
-2
votes1
answer23
views"Tracking" updates with PHP
I would like some role tip or how to do to track or generate notifications if a web page undergoes changes or new insertions. However, I say this to track third-party websites (i.e., I don’t have…
-
-3
votes2
answers67
viewsPosting of a website
I would like to know, what is the average amount spent to publish an e-commerce site on the Internet, with databases, domain purchase and so on... and what exactly would I have to do to stay…
-
-3
votes1
answer44
viewsHence, trademark rights
Well, many of you may think that this is not the place to post this, I thought that some time ago, but come on. I’m a programmer, I make websites, and I haven’t attended any copyright courses yet. I…
-
-3
votes2
answers67
viewsChange color of partition
How can I change the color of a "hr partition" "" I tried the following codes in the CSS tab of the file: .hr{ color: #29303b; } hr{ color: #29303b; }…
-
-3
votes1
answer72
viewsHelp with HTML and CSS site menu
I want to put a logo in place of the red rectangle,. body { border: 0px; margin: 0px; padding: 0px; font-family: 'Roboto', sans-serif; } #menu { background-color: #483D8B; padding: 5px; } #menu ul {…