Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1004348 // span - HTML <span> tag

JavaX fragment (include)

static S span(O contents, O... params) {
  ret hfulltag("span", contents, params);
}

sS span() {
  ret span("");
}

Author comment

Began life as a copy of #1003102

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004348
Snippet name: span - HTML <span> tag
Eternal ID of this version: #1004348/2
Text MD5: ebec335f4c96d29a03d7264416399947
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-21 15:27:27
Source code size: 121 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 529 / 556
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1013035 - hspan - synonym of span - HTML <span> tag