Relative Content

Tag Archive for htmlweb

Im looking to build an extremely simple website 1 text input page w/ storage of inputs and 1 page to display all inputs (NO EXPERIENCE)

I am looking to build a website that asks for a simple text input and then proceeds to display all the subitted text on the second page. I’m working on a short film and would like an interactive component where people at the end of the film are instructed to write something then are presented with a visual directory or depository with all of the submitted texts displayed.

Failed to load resource: the server responded with a status of 404 (NOT FOUND) in console web

I tried to use a picture /img/Paul.png. And the picture is not loaded. error 404. I tried to go 1 folder before but still does not work. <button class=”profile-icon dropdown-toggle” type=”button” id=”dropdownMenuButton” data-toggle=”dropdown” aria-haspopup=”true” aria-expanded=”false”> <img src=”/img/Paul.png” alt=”Profile Dropdown” class=”dropdown-img”> </button> this is how I defined my code in html. html web New contributor Radu […]