1、第一步,新建html文件,在html中使用<script>标签插入javascript,在<script>标签中间输入javascript代码。
2、其次,javascript中document.write()可用于直接向/在网页中输出内容,比如向网页中输出一段文字。
3、document.write() 方法使用方式:第一种,输出内容用“”括起,直接输出“”号内的内容。
4、document.write() 方法使用方式:第二种,通过输出变量,输出内容。
5、document.write() 方法使用方式:第三种,输出多项内容,内容之间用+号连接。
6、document.write() 方法使用方式:第四种,输出HTML标签,并起作用,标签使用“”括起来。