Android HTML Element Create makeHtmlNewLine()

Here you can find the source of makeHtmlNewLine()

Description

make Html New Line

Declaration

public static String makeHtmlNewLine() 

Method Source Code

//package com.java2s;

public class Main {
    public static String makeHtmlNewLine() {
        return "<br />";
    }//from  www  .  j  a v  a2s .  com
}

Related

  1. createHtmlLink(String title, String url)
  2. makeHtmlSpace(int number)