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

3
LINES

< > BotCompany Repo | #1002440 // h3 - make HTML h3 tag

JavaX fragment (include)

static S h3(S s, O... params) {
  ret tag("h3", s, params) + "\n";
}

Author comment

Began life as a copy of #1002439

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002440
Snippet name: h3 - make HTML h3 tag
Eternal ID of this version: #1002440/2
Text MD5: fe60b2b82baf08a3bafbb29c87430b65
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-27 15:36:21
Source code size: 70 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 607 / 675
Version history: 1 change(s)
Referenced in: #1002441 - p - make HTML p tag
#1003986 - h1 - make HTML h1 tag
#1004260 - h2 - make HTML h2 tag
#1006654 - Standard functions list 2 (LIVE, continuation of #761)