Brick Mania
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML Everything Topic

+2
Mega Bear
Gothboy77
6 posters

Go down

HTML Everything Topic Empty HTML Everything Topic

Post  Gothboy77 Thu May 05, 2011 10:19 am

So in my lab at school we learn HTML and I am fucking beastly at it.
This week we are on Unit F (I'm not sure how many units we got but I think it goes to like Q but I could be wrong)
Today we learnt how to make tables.

Here is an html table off the top of my head:











Here is what the code actually looks like though

Code:
<tr>
<th>Tables headers go here</th> <th>Why Gothboy77 is fucking rad</th>
</tr>

<tr>
<td>Oooh, a table cell</td> <td>Just because he is fool!</td>
</tr>

We also have learnt CSS code Smile

Some CSS off top of my head:

Code:
body
{
color: #336633
}

Gothboy77
Gothboy77
Chillin'
Chillin'

Posts : 1587
Age : 30

http://BrickMania.FindTalk.biz

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  Mega Bear Thu May 05, 2011 5:56 pm

Now I want to learn. :c
Mega Bear
Mega Bear
PC Gamer
PC Gamer

Posts : 1680
Age : 27

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  Darksnow Fri May 06, 2011 1:38 am










Do I win yet?
Darksnow
Darksnow
Game Specialist
Game Specialist

Posts : 1203
Age : 25

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  Darksnow Fri May 06, 2011 1:38 am

HOLY SHIT WHAT DID I JUST DO
Darksnow
Darksnow
Game Specialist
Game Specialist

Posts : 1203
Age : 25

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  Learn your ABC's with S7 Fri May 06, 2011 8:13 am

Darksnow wrote:HOLY SHIT WHAT DID I JUST DO

F-F-F-FAUKED
avatar
Learn your ABC's with S7
Game Specialist
Game Specialist

Posts : 1057
Age : 27

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  MQK1313 Sat May 07, 2011 9:15 am

Lol, you are a fucking beast at HTML Goth, but that makes two of us now XD I know im not great, but at least I made it to state with my hauss skillz Very Happy
MQK1313
MQK1313
Noob Gamer
Noob Gamer

Posts : 7
Age : 29

http://www.joekabox.webs.com

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  Raven Sat May 07, 2011 3:59 pm

I don't really consider HTML a coding language. its to simple even a little 5 year old can do it. have you tried C# and C++ or Java

HTML V.S C++ who would win? simple C++ two examples matching the two.

C++
Code:
#include <iostream>
using namespace std;

template <class T, int N>
class mysequence {
    T memblock [N];
  public:
    void setmember (int x, T value);
    T getmember (int x);
};

template <class T, int N>
void mysequence<T,N>::setmember (int x, T value) {
  memblock[x]=value;
}

template <class T, int N>
T mysequence<T,N>::getmember (int x) {
  return memblock[x];
}

int main () {
  mysequence <int,5> myints;
  mysequence <double,5> myfloats;
  myints.setmember (0,100);
  myfloats.setmember (3,3.1416);
  cout << myints.getmember(0) << '\n';
  cout << myfloats.getmember(3) << '\n';
  return 0;
}

HTML
Code:
<html>
<body>

<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>

</body>
</html>
Raven
Raven
Moderate Gamer
Moderate Gamer

Posts : 239

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  Gothboy77 Sun May 08, 2011 3:25 am

Yes Raven, HTML is easy, along with CSS.
I do know quite a bit of C# (Basically Visual Basic code)

Code:
On namedButton_Click

If
Me.txtTextbox.Text = "Wadup"
Then
Me.lblOutput.Text = "You said Wadup"

Else If
Me.txtTextbox.Text = ""
Then
Me.lblOutput.Text = "Please say Wadup"

Thats a shitty example, but yeah lol.
We also do strings and all that other good happy horse shit Smile
Gothboy77
Gothboy77
Chillin'
Chillin'

Posts : 1587
Age : 30

http://BrickMania.FindTalk.biz

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  MQK1313 Mon May 09, 2011 11:51 pm

Gothboy77 wrote:Yes Raven, HTML is easy, along with CSS.
I do know quite a bit of C# (Basically Visual Basic code)

Code:
On namedButton_Click

If
Me.txtTextbox.Text = "Wadup"
Then
Me.lblOutput.Text = "You said Wadup"

Else If
Me.txtTextbox.Text = ""
Then
Me.lblOutput.Text = "Please say Wadup"

Thats a shitty example, but yeah lol.
We also do strings and all that other good happy horse shit Smile

"Like" Smile We do know Visual Basic.
MQK1313
MQK1313
Noob Gamer
Noob Gamer

Posts : 7
Age : 29

http://www.joekabox.webs.com

Back to top Go down

HTML Everything Topic Empty Re: HTML Everything Topic

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum
Tables headers go here Why Gothboy77 is fucking rad
Oooh, a table cell Just because he is fool!
Screen Good or bad? Why Gothboy77 is foolish?
Pro Because he's a fool