Jump to content

Controversial Coding Stuff  

10 members have voted

  1. 1. What is your preferred method of making text bold in HTML?

    • strong tags (it doesn't let me type the actual tag symbols)
    • b tags
    • font-weight: bold;
    • Something else?


Recommended Posts

Posted (edited)

@CoderDrag0n8 @Sherma Main

Hello fellow coders!

So far I know HTML/CSS, JS, Python and I'm learning C++.

For some reason, when I try to insert code, it won't let me :( 

print("Hello World!")

Nevermind it works now

<!DOCTYPE html>
<html>
  <head>
    <title>Hello World!</title>
  </head>
  <body>
    <span>Hello World!</span>
  </body>
</html>

 

console.log("Hello World!")

It appears that putting JS in a script tag was the problem.

In fact, it won't even let me type <_script_> normally without the underscores in between

Interesting.

Edited by KaladinsSenseOfHumourSpren
Posted
5 hours ago, KaladinsSenseOfHumorSpren said:

@CoderDrag0n8 @Sherma Main

Hello fellow coders!

So far I know HTML/CSS, JS, Python and I'm learning C++.

For some reason, when I try to insert code, it won't let me :( 

print("Hello World!")

Nevermind it works now

<!DOCTYPE html>
<html>
  <head>
    <title>Hello World!</title>
  </head>
  <body>
    <span>Hello World!</span>
  </body>
</html>

 

console.log("Hello World!")

It appears that putting JS in a script tag was the problem.

In fact, it won't even let me type <_script_> normally without the underscores in between

Interesting.

I know Java (might be rusty) and Python. I can read/search for errors in C, but never coded it.

Posted
8 hours ago, KaladinsSenseOfHumorSpren said:

@CoderDrag0n8 @Sherma Main

Hello fellow coders!

So far I know HTML/CSS, JS, Python and I'm learning C++.

For some reason, when I try to insert code, it won't let me :( 

print("Hello World!")

Nevermind it works now

<!DOCTYPE html>
<html>
  <head>
    <title>Hello World!</title>
  </head>
  <body>
    <span>Hello World!</span>
  </body>
</html>

 

console.log("Hello World!")

It appears that putting JS in a script tag was the problem.

In fact, it won't even let me type <_script_> normally without the underscores in between

Interesting.

I know HTML, CSS, JavaScript, and Scratch

Posted
5 hours ago, Sherma Main said:

I know Java (might be rusty) and Python. I can read/search for errors in C, but never coded it.

:D 

It surprised me how similar the majority of the syntax is between JS and C languages. Like you've got mandatory semicolons and you must specify data types, but loops and if/else is like the exact same.

2 hours ago, CoderDrag0n8 said:

I know HTML, CSS, JavaScript, and Scratch

:D

  • 2 months later...
Posted
12 minutes ago, AonDorSmiteThisGuy said:

I work on VsCode using WPIib for the robotics league im in

Ooh nice

I've done FLL. Unfortunately, I could only use blocks :(

There was a Python option, but I had to do it on an iPad which made typing difficult and no one else in my team knew Python, so if the code broke the day before and I was sick or something, it would've been game over.

Posted
17 minutes ago, KaladinsSenseOfHumourSpren said:

 

There was a Python option, but I had to do it on an iPad which made typing difficult and no one else in my team knew Python, so if the code broke the day before and I was sick or something, it would've been game over.

REAL 😭 at a recent completion i had to code an auton for our robot like 3 minutes before a match, we ended up making the top 8. My team would have been SCREWED if I was sick considering im the team captain, driver, and programmer 

Posted
9 minutes ago, AonDorSmiteThisGuy said:

REAL 😭 at a recent completion i had to code an auton for our robot like 3 minutes before a match, we ended up making the top 8. My team would have been SCREWED if I was sick considering im the team captain, driver, and programmer 

Oof

My team had another Coder (@Hoid the ShardBoy) but he didn't know Python.

Thankfully our code didn't break, but the actual robot did like 3 times

Posted (edited)

console.log("Hello, 17S!");

print("Hello, 17S!")

system.out.println("Hello, 17S"); // My Java is Rusty.

cout << "Hello, 17S";

<p>Hello, 17S!</p>

echo "Hello, 17S!"; // I need to brush up on my PHP a bit

/* CSS doesn't really count as a proglang, though it's good to know */

-- How would SQL work lol

01001000 01100101 01101100 01101100 <comma> <00100000> <"17"> 01010011 <"!">

 

I mostly use Python, though I may be using PHP soon...

Edited by Theory
Posted
22 minutes ago, Theory said:

console.log("Hello, 17S!");

print("Hello, 17S!")

system.out.println("Hello, 17S"); // My Java is Rusty.

cout << "Hello, 17S";

<p>Hello, 17S!</p>

echo "Hello, 17S!"; // I need to brush up on my PHP a bit

/* CSS doesn't really count as a proglang, though it's good to know */

-- How would SQL work lol

01001000 01100101 01101100 01101100 <comma> <00100000> <"17"> 01010011 <"!">

 

I mostly use Python, though I may be using PHP soon...

Ooh

I don't know Java or PHP

Posted (edited)
1 minute ago, KaladinsSenseOfHumourSpren said:

Ooh

I don't know Java or PHP

PHP is great for website development, and Java's for apps I think (though I don't really use it)

What's your fave proglang/most-often-used?

Edited by Theory
Posted
1 hour ago, Theory said:

PHP is great for website development, and Java's for apps I think (though I don't really use it)

What's your fave proglang/most-often-used?

I use HTML/JS the most, just because I've known it for the longest and I'm most skilled at it.

And it's also super easy to host.

Posted

Right so I've added a poll question

One that, among people I know who code, is kind of controversial

So HTML users, how do you bold stuff?

I used to use <strong> tags early on, but then changed to using CSS

I didn't know <b> tags existed until way later

Posted (edited)
18 hours ago, KaladinsSenseOfHumourSpren said:

Right so I've added a poll question

One that, among people I know who code, is kind of controversial

So HTML users, how do you bold stuff?

I used to use <strong> tags early on, but then changed to using CSS

I didn't know <b> tags existed until way later

CSS4DA-WIN

I don't remember which one i used b4, prob both idk

edit: i think now i actually use different font weights..........what i mean is that im a HUGE fan of utility classes, so i sometiems have classes for each font and each weight, so i can give a paragraph or div or whatever the class that corresponds to, say, Comic Sans weight 300 (about normal, maybe 400 is normal tho idk). or CSans 900 (super bold lol)

also i dont use CSans

Edited by Theory

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...