Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 9, 2019 5:05:58 GMT -5
<p id="ban everyone!">Hi! </p> <div class="ban $[user.id]"></div> :-P
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 9, 2019 16:56:20 GMT -5
I'm guessing you don't really know HTML or CSS either that much. I know HTML but some exercises i didn't pass them now I am learning the CSS body { font-family: Verdana; } h1 { font-family: ...; } that's it true? Okay, pass this test: 1. How do you make an image in HTML? 2. How do you make a link in HTML? 3. How do you make bold and italic text in HTML?
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 9, 2019 16:59:45 GMT -5
<p id="ban everyone!">Hi! </p> <div class="ban $[user.id]"></div> ban $[user.id] probably isn't a class lol. So it definitely wouldn't ban anyone. Though something like: {if $[current_user.id == "whatever number"} <style> body{display:none !important;} </style> {/if}
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 9, 2019 17:06:34 GMT -5
<h1>lol!</h1><h2>i want to Learn JS but that's very hard on me</h2>
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 9, 2019 17:36:33 GMT -5
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 10, 2019 4:08:58 GMT -5
<a href="http://URL/">WORD</a> URL FOR AN IMAGE[/img] font-text: italic/bold;
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 10, 2019 4:18:04 GMT -5
Javascript can also make games. And CSS could design them. Right? Also PHP was made to make Facebook. Is Facebook a webpage? Yes, io games. But they don't have to load like other games, because the code is interpreted directly. PHP is only on the server. It handles all the background things, like serving the pages to users. However, the pages themselves have no PHP on them. The browser can't inerpret PHP without a compiler, and that would make Facebook take forever to load. PHP is the best in this life but it is hard to use there is a site called phpBB you need to open a server then install a file and you'll find on it files open them,they'll give you the codes you'll use them to your page.
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 10, 2019 17:20:11 GMT -5
<a href="http://URL/">WORD</a> URL FOR AN IMAGE [/img] font-text: italic/bold; [/quote][/quote] 1. Correct 2. Incorrect. 3. Incorrect but close. In CSS: Italics: font-style:italic; Bold font-weight:bold; In HTML: Bold: <strong>Text</strong> Italics: <em>Text</em>
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 10, 2019 17:22:06 GMT -5
<a href="http://URL/">WORD</a> URL FOR AN IMAGE.... 1. Correct 2. Incorrect. 3. Incorrect but close. In CSS: Italics: font-style:italic; Bold font-weight:bold; In HTML: Bold: <strong>Text</strong> Italics: <em>Text</em>[/quote]
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 11, 2019 4:39:31 GMT -5
<!DOCTYPE html> <html> <head> <style> h1 { background-color: red; font-family: Verdana; font-size: 50px; } p { background-color: blue; font-family; Verdana; font-size: 50px; } <h1>you said that 2 time Henny4315</h1> <p>Why that?</p> </html> </head> </style>
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 11, 2019 17:09:10 GMT -5
<!DOCTYPE html> <html> <head> <style> h1 { background-color: red; font-family: Verdana; font-size: 50px; } p { background-color: blue; font-family; Verdana; font-size: 50px; } <h1>you said that 2 time Henny4315 </h1> <p>Why that?</p> </html> </head> </style> :face_palm: </html> goes at the end, and HTML doesn't go in the head tag.
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 12, 2019 4:13:07 GMT -5
h1 { color: red; } <h1>OK SIR!</h1>
|
|
Quarxnox
Global Development Team
Admin of LMBR
Likes Ranks:
None
See Quarxnox#0101 on discord
Posts: 167
|
Post by Quarxnox on Sept 12, 2019 13:30:45 GMT -5
<!DOCTYPE html> <html> <head> <style> h1 { background-color: red; font-family: Verdana; font-size: 50px; } p { background-color: blue; font-family; Verdana; font-size: 50px; } <h1>you said that 2 time Henny4315 </h1> <p>Why that?</p> </html> </head> </style> :face_palm: </html> goes at the end, and HTML doesn't go in the head tag. Not only that, but he put html inside a css sheet, there's no body tag, no title tag, and no indentation. This is painful to read.
|
|
Deleted
Deleted Member
Likes Ranks:
None
Posts: 0
|
Post by Deleted on Sept 12, 2019 15:52:42 GMT -5
:face_palm: </html> goes at the end, and HTML doesn't go in the head tag. Not only that, but he put html inside a css sheet, there's no body tag, no title tag, and no indentation. This is painful to read. can you tech me to be able to write plugins please? be my teacher on HTML & CSS & JavaScript.
|
|
Henny4315
President
~Site-Owner~
Likes Ranks:
Beginningly Liked
Avidly Liked
Famously Liked
Amazingly Liked
hi
Posts: 915
Favorite Food: Pizza
|
Post by Henny4315 on Sept 12, 2019 17:54:01 GMT -5
Not only that, but he put html inside a css sheet, there's no body tag, no title tag, and no indentation. This is painful to read. can you tech me to be able to write plugins please? be my teacher on HTML & CSS & JavaScript. I'll give you a few video links in PMs to help you learn.
|
|