2 Problems - Navigation and Code on screen

Status
Not open for further replies.

Qodex

Member
Feb 9, 2012
374
36
Hello everyone,
I am currently in the middle of putting my coding skills to practice with HTML, and I am doing that by creating a website.
My first problem is that I want a floating Navigation bar. It will be along the top, and when you scroll down, it follows. Which language do I need to learn to do this, or how do I do it with HTML?
My second problem is that I want code on the webpage. I saw on w3schools that they have examples like <p>content<p> and it isn't even an image. How would I do that?
Thanks!

Ben
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
What stage are you currently at with coding? Have you looked into CSS to alongside HTML?
CSS will allow you you to style and structure your HTML documents - something you'll need to look into to progress further.
 

Qodex

Member
Feb 9, 2012
374
36
Both problems solved. For code on screen, I just had to do this: &lt;p&gt;My first HTML paragraph.&lt;/p&gt; on the webpage, this translated to <p>My first HTML paragraph</p>
 
Status
Not open for further replies.

Users who are viewing this thread

Top