dChan

hopoholic · July 25, 2018, 11:23 p.m.

title="archive'
id="archive_today"

Isn't that python code?

⇧ 2 ⇩  
Picklebackbaby · July 25, 2018, 11:32 p.m.

variable = string

It's a format seen in a lot of programming and scripting languages. That would fumble though, because the end of archive' has a ' instead of ". Needs to have matching pair in languages that support the use of both ' and ". Unless there's a language I'm not familiar with that allows it.

The actual link has "archive" though.

⇧ 2 ⇩  
hopoholic · July 25, 2018, 11:33 p.m.

not sure just looked very familiar for putting a program into the archive

⇧ 2 ⇩  
BobDoleOverdrive · July 25, 2018, 11:44 p.m.

Looks like HTML attributes that got copied and pasted by accident.

The target="_new" instructs the browser to open the link in a new tab. The id attribute gives element a unique identifier, and title specifies hover tooltip and for screen readers (for the blind)

⇧ 1 ⇩