« Web, HTML, Tech Forum

html help?

Posted by Crash Test Dummy!1

posted
updated

Forum: Web, HTML, Tech

i need help making a side navigation bar and make an image box around text. ive tried searching up how 2 do it but didnt find anything useful. any help plz?


im using html5.


Report Topic

2 Replies

Sort Replies:

Reply by delicious2003

posted

for a navigation menu, use nav tag if you use html, or div role="navigation" if you prefer html4/xhtml1.0. Inside that, you put a list (ul and li elements) with links. Then you could apply some css styles to to put it in the top of the page. Regarding the text with an image, try to get it using css background-image.


Report Reply

Reply by Crash Test Dummy!1

posted

i'm using html 5


Report Reply