What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

It does not work. Why?

igvfer

New member
What is wrong with this code:
HTML:
<!DOCTYPE html>
<html lang="nl">
<head>
<title>Familiekunde</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="familiekunde.css" type="text/css">
</head>
<body>
<div>
<a href="verschaeve-familie.be/alijst/Coussens_Suzanne_19221105_20210226.jpg>Coussens Suzanne 19221105 20210226 jpg</a><br>
<a href="verschaeve-familie.be/alijst/DeSchutter_Daniel_19510411_20210219.pdf>DeSchutter Daniel 19510411 20210219 pdf </a> <br><br>
<a href="verschaeve-familie.be/alijst/Pede_Paul_19221105_20210226.jpg>Pede Paul 19221105 20210226 jpg </a> <br>
<a href="verschaeve-familie.be/alijst/Pede_Paul_19221105_20210226.jpg>Pede Paul 19221105 20210226 jpg </a> <br>

</div>
</body>

It takes 2 lines together. Made in notepad ++
 
It's sad that I don't have any knowledge on how to code yet. I'm going to register on one of Udemy courses today and start my journey on learning how to code. I wish I could help you with this but I can't.
 
Back
Top