Skip to content

🤖 Cannot save fiddle #2081

@PriscillaBz

Description

@PriscillaBz

Error code

ERRW:1.0:K1.0:AS

Were you logged in?

Yes

Your username (if logged in)

pryscass

Your HTML

<h1 id="TitrSit"> <em> <strong> Priscilla's diary </strong> </em> </h1>
  <hr>
  
  <p id="SurMoi"> Hello, I'm Priscilla and i'm currently 15 year old. I'm born the 11th 
    August 2009 in Goma, The Democratic Republic of Congo (there is currenttly 
    a war here, it's really sad). </p>
<h3> <strong> SOMMAIRE : </strong>
  <div>
  
  <a id="BillieWeb" href = "https://r.search.yahoo.com/_ylt=Awr90end7E1ot4UIAV4k24lQ;_ylu=Y29sbwNncTEEcG9zAzIEdnRpZAMEc2VjA3Ny/RV=2/RE=1751146974/RO=10/RU=https%3a%2f%2fwww.billieeilish.com%2f/RK=2/RS=TV.BF_jXUggCDJUQpAmIRF9xIig-" >
  Billie Eillish : My artist of the moment </a>
  <div>
  <img id="BilliePerf" src= "Perfum.jpg" alt= "Billie Eillish's fragment" 
  width="600" height="400" loading="eager">
<div>
<button id="btChangerLien" type="button">
  Modifier l'artiste
</button>

Your JavaScript

var lien1;
document.getElementById("btChangerLien").onclick = saisirLien;
function saisirLien() {
  lien1 = prompt("Saisir le lien de l'artiste");
actualiserLien();
}
function actualiserLien() {
  document.getElementById("BillieWeb").innerHTML = lien1;
}

Your CSS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions