1. 搭建基础的bootstrap页面
2. 根据课程所学或官方文档搭建基础的标签页结构
3. 注意页面载入完毕后,调用标签页的js api,打开第二个标签。
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hello World</title> </head> <body> </body> </html>