Jump to content

Hello there everybody!!

- - - - -

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

#1
Talks_44

Talks_44

    Newbie

  • Members
  • Pip
  • 9 posts
Hello there everybody..nice to be here!!

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Welcome to CodeCall, Talks_44!
Do you know any programming languages?

#3
Talks_44

Talks_44

    Newbie

  • Members
  • Pip
  • 9 posts
i work in css..but medium ..:)

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Hey Talks_44, welcome to CodeCall! CSS is all you do?

#5
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
You can't really do CSS without some sort of knowledge of HTML...
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#6
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Hello Talks_44, Welcome to CodeCall!

#7
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Welcome to CodeCall.

CSS... only? CSS can't make anything on it's own

#8
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
True, although you can define columns and rows of content - enough to build an entire layout - just not the actual content...
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#9
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
Content is much more important than the layout, not that the layout isn't important, but content can standalone while a layout cannot.

#10
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Not much more important - a website cannot function without both. For example, if there's no decent layout, then the text might be off the screen, or too small/big to read, or something.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#11
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
You still need at least HTML, to make something with CSS.. can't make anything with CSS only.