Get up to 80 % extra points for free! More info:

Discussion: Lucky5ine

Activities
Avatar
Kolin Ilemona
Member
Avatar
Kolin Ilemona:12/30/2016 2:04

<html>
<head>
<title>Lucky </title>
<body>
<h1>Lucky </h1>
</body>
</head>
</html>

 
Reply
12/30/2016 2:04
Avatar
IT Man
Member
Avatar
Replies to Kolin Ilemona
IT Man:12/30/2016 4:49
  1. body can't be in head. They are separate tags. head contains informations for internet browser and body has page content.
  2. You should have doctype in your file. It says your file is HTML document.

So right code is:

<!DOCTYPE html>
<html lang="en">
        <head>
                <title>Lucky</title>
        </head>

        <body>
                <h1>Lucky</h1>
        </body>
</html>
 
Up Reply
12/30/2016 4:49
Avatar
Kolin Ilemona
Member
Avatar
Kolin Ilemona:1/6/2017 9:12

Fnks that was a mistake. Need help just a newbee

 
Up Reply
1/6/2017 9:12
Avatar
paulitoyato007:3/4/2017 17:47

I need help on horizontal navigation. bar for my browser the code please. asap

 
Up Reply
3/4/2017 17:47
Avatar
Up Reply
3/4/2017 17:56
You can walk through a storm and feel the wind but you know you are not the wind.
Avatar
Replies to David Capka Hartinger
paulitoyato007:3/4/2017 18:22

thanks Dave I have gone through this before, I used the code it vertical type but I will prefer the horizontal for my project.

 
Up Reply
3/4/2017 18:22
Avatar
Replies to paulitoyato007
David Capka Hartinger:3/5/2017 2:35

It is horizontal. All HTML navigation menus are vertical by default and then are styled as horizontal. Just keep reading :)

Up Reply
3/5/2017 2:35
You can walk through a storm and feel the wind but you know you are not the wind.
Avatar
paulitoyato007:3/5/2017 2:59

Thanks Dave got it now. You are doing a great job

 
Up Reply
3/5/2017 2:59
Avatar
saviour
Member
Avatar
saviour:4/8/2017 5:52

I just want to say thank you to David for this wonderful and educating lesssons. I've finished HTML and am almost through with CSS. Kudos to David again. But David, can you help me with a Job after am done with all the lessons, may be as a PHP Programmer or website developer?

 
Up Reply
4/8/2017 5:52
Avatar
Adewale Damilola:5/30/2017 15:39

how can i learn js

 
Up Reply
5/30/2017 15:39
Avatar
Replies to Adewale Damilola
David Capka Hartinger:6/1/2017 14:48

We're working on JavaScript lessons, they're almost ready :)

Up Reply
6/1/2017 14:48
You can walk through a storm and feel the wind but you know you are not the wind.
Avatar
mick
Member
Avatar
mick:3/17/2022 9:18

Thanks for this interesting information!

 
Up Reply
3/17/2022 9:18
Avatar
mick
Member
Avatar
mick:3/25/2022 6:33

Choosing a SaaS development company https://mlsdev.com/…-development should follow a transparent approach, which helps prevent the project from going back to a later stage. The development process will be more efficient if the team uses a standard, simple, and transparent approach to build their applications. This way, there will be no need to redevelop their applications later. The development process can be very flexible and customizable. Once the project is complete, the developer will start work on the application.

 
Up Reply
3/25/2022 6:33
To maintain the quality of discussion, we only allow registered members to comment. Sign in. If you're new, Sign up, it's free.

13 messages from 13 displayed.