Jump to content

sectioning a page in html

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
SnydeMz

SnydeMz

    Newbie

  • Members
  • Pip
  • 5 posts
I would like to pose a question about how to section pages in html using code.....ive really struggled with knowing how to section a page to have different blocks containing different content...

#2
Guest_johnny.dacu_*

Guest_johnny.dacu_*
  • Guests
To create HTML markup code and to define those sections use divs or uls for navidations (and other iterative block elements). But remember: HTML is used to output the information. To style it, use CSS

#3
Howdy_McGee

Howdy_McGee

    Programmer

  • Members
  • PipPipPipPip
  • 135 posts
You may want to check out the w3schools tutorials. Maybe a few HTML Books.

#4
CyleDyerHero1

CyleDyerHero1

    Newbie

  • Members
  • PipPip
  • 13 posts
Your most likely useing Notepad++ or just notepad, so, I dont know how to section the page, but you can Save other pages of html, and like them in: <a href="Your_Second_Page_Here">You onClick Text Here</a>

With this you can divide it up in a menu field: <a href="page">Tacos</a> | <a href="page2">Tacos2

Use the Divider to Sepperate and use as a munu, mand it can be used for polls, questions, and answers

#5
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
I don't understand your question. You want to divide your content in HTML file using CSS as separate blocks is it ?