Love beautiful code? We do too.
String small() trong JavaScript Làm một chuỗi hiển thị ở dạng Small font như khi nó trong một thẻ <small>
.
Cú pháp của nó như sau:
string.small( )
Trả về giá trị
<small>
.<html>
<head>
<title>JavaScript String small() Method</title>
</head>
<body>
<script type="text/javascript">
var str = new String("Hello world");
alert(str.small());
</script>
</body>
</html>
Kết quả
Hello world
Hoclaptrinh.vn © 2017
From Coder With
Unpublished comment
Viết câu trả lời