Here you can find the source of toHtmlTitle(final String title)
public static final String toHtmlTitle(final String title)
//package com.java2s; //License from project: Open Source License public class Main { public static final String toHtmlTitle(final String title) { return "<title>" + title + "</title>"; }// ww w .j ava 2 s .com }