Closed. This question is off-topic。它当前不接受答案。
想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
5年前关闭。
我遇到了这个问题,我的图像没有显示,我使用了这段代码,希望有人能帮帮我(奇怪的名字是荷兰语):
您可以在此处查看结果:
http://informatica.olvbreda.nl/5hGroepNikki/inloggen.html
想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
5年前关闭。
我遇到了这个问题,我的图像没有显示,我使用了这段代码,希望有人能帮帮我(奇怪的名字是荷兰语):
<html>
<head>
<title> Inloggen </title>
<link rel="stylesheet" type="text/css" href="meetingchannel.css">
</head>
<body>
<div class='wrapper'>
<div class='inlogscherm'>
<p class='welkomtekst'> Welkom </p>
<div class='gegevens'>
<form method='post' action='inloggen.php'>
<input type='text' name='gebruikersnaam'><br />
<input type='password' name='wachtwoord'><br />
<input type='submit' value='Log in'><br />
</form>
</div>
</div>
<div class='achtergrondplaatje'>
<img src='achtergrond.jpg'>
<div class='logo'>
</div>
</div>
</div>
</body>
</html>
您可以在此处查看结果:
http://informatica.olvbreda.nl/5hGroepNikki/inloggen.html
最佳答案
这不包括在您的来源<img src='achtergrond.jpg'>
中
关于html - 我的图像没有显示,有人可以帮我吗? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21209615/
10-12 18:22