Discuss Scratch

HPD1155
Scratcher
100+ posts

want to learn html

here's how to make links.
<a class="g_ij" data-pid="23"
             href="scratch.mit.edu/discuss/3/"
>scratch discuss</a>

Last edited by HPD1155 (Feb. 15, 2020 21:22:52)

HPD1155
Scratcher
100+ posts

want to learn html

here is how to print
<span class="eJK24">hi this is <b>HPD1155</b> </span>

ask for more code!!!!!!

Last edited by HPD1155 (Feb. 15, 2020 21:23:19)

HPD1155
Scratcher
100+ posts

want to learn html

here is some python
def sidewalk (inanimate):
pass
sidewalk = input(src = ('google.com/images/651654121656456615161rrgtdr5gDRg6498dg/'))
def animals (animate):
pass
animals = input(src = ('google.com/images/654164sF45464s6f66s682d4fsyhr4rs6f3%x22/'))
animals.go_to('sidewalk')
walk = 20
(forever):
animals.forward(walk)
if
animal.touch: edge_screen
animal.go_to(sidewalk)start:)
(forever):(
HPD1155
Scratcher
100+ posts

want to learn html

more html (button)
<button type="submit" class="unfollow-button button grey" title="Stop getting messages about new posts to this discussion">Unfollow Discussion</button>

Last edited by HPD1155 (Feb. 15, 2020 20:20:00)

HPD1155
Scratcher
100+ posts

want to learn html

<a class=“g_ij” data-pid=“23”
 href=“mywebblog.com/blog/4436645/“
>blog</a>

Not a real website so don’t try it!!!!!!!!

Last edited by HPD1155 (Feb. 15, 2020 23:18:39)

Sheep_maker
Scratcher
1000+ posts

want to learn html

What is the “data-pid” for, if you don't mind me asking?
HPD1155
Scratcher
100+ posts

want to learn html

Sheep_maker wrote:

What is the “data-pid” for, if you don't mind me asking?
technically, it's either data gb or cloud data being used to receive the web location.
HPD1155
Scratcher
100+ posts

want to learn html

got it
Shaquana21
New Scratcher
2 posts

want to learn html

I'm trying to goto top button on my website. When I use this code it doesn't work on my website. here is the code I'm using:

<html id=“top”>
<body>
<!– the entire document –>
<a href=“#top”>Jump to top of page</a>
</body>
</html>

Last edited by Shaquana21 (Feb. 16, 2020 11:46:25)

Shaquana21
New Scratcher
2 posts

want to learn html

I'm trying to goto top button on my website. When I use this code it doesn't work on my website. here is the code I'm using:

<html id=“top”>
<body>
<!– the entire document –>
<a href=“#top”>Jump to top of page</a>
</body>
</html>
HPD1155
Scratcher
100+ posts

want to learn html

Shaquana21 wrote:

I'm trying to goto top button on my website. When I use this code it doesn't work on my website. here is the code I'm using:

<html id=“top”>
<body>
<!– the entire document –>
<a href=“#top”>Jump to top of page</a>
</body>
</html>
it was probably because you used the <h4 format instead of <a

Last edited by HPD1155 (Feb. 16, 2020 20:13:15)

Sheep_maker
Scratcher
1000+ posts

want to learn html

Shaquana21 wrote:

I'm trying to goto top button on my website. When I use this code it doesn't work on my website. here is the code I'm using:

<html id=“top”>
<body>
<!– the entire document –>
<a href=“#top”>Jump to top of page</a>
</body>
</html>
I think the id=“top” in the <html> tag is confusing the browser; maybe if you remove it, it'll work because apparently simply linking to #top (or just #) is supposed to make it jump to the top even if there's no element with an id top.

If that doesn't work, you can also try putting an empty element as the first element inside <body> with id “top,” like this:
<html>
  <body>
    <a id="top"></a>
    <!-- the entire document -->
    <a href="#top">Jump to top of page</a>
  </body>
</html>
Hope that helped!
HPD1155
Scratcher
100+ posts

want to learn html

those are just fragments
HPD1155
Scratcher
100+ posts

want to learn html

here is the full form
<!doctype html>
<html>
<body>
<head>...</head>
<a class=“g_ij” data-pid=“23”
 href=“mywebblog.com/blog/4436645/“
>blog</a>
</body>
</html>

Last edited by HPD1155 (Feb. 16, 2020 20:15:10)

HPD1155
Scratcher
100+ posts

want to learn html

hey sheep_maker, do you want to help me with this html thing.
Sheep_maker
Scratcher
1000+ posts

want to learn html

HPD1155 wrote:

hey sheep_maker, do you want to help me with this html thing.
Sure
HPD1155
Scratcher
100+ posts

want to learn html

Sheep_maker wrote:

HPD1155 wrote:

hey sheep_maker, do you want to help me with this html thing.
Sure
thx
OurPrincess
Scratcher
1000+ posts

want to learn html

I'm very experienced at doing HTML and CSS. I am making a website at the moment, there are a few bugs I need to fix and it's almost finished! Can I please help?
HPD1155
Scratcher
100+ posts

want to learn html

OurPrincess wrote:

I'm very experienced at doing HTML and CSS. I am making a website at the moment, there are a few bugs I need to fix and it's almost finished! Can I please help?
sure, ask me or sheep_maker.
what's the problemo.

Last edited by HPD1155 (Feb. 16, 2020 22:18:31)

HPD1155
Scratcher
100+ posts

want to learn html

<span class="eJK24">What's the <b>PROBLEMO</b>?</span>

Last edited by HPD1155 (Feb. 16, 2020 22:36:30)

Powered by DjangoBB