随笔分类 - HTML5
摘要:1.查询工资大于12000的员工姓名和工资selectinitcap(concat(last_name,first_name))"姓名",salary"工资"fromemployeeswheresalary>12000;2.查询员工号为176的员工的姓名和部门号selectinitcap(concat(last_name,first_name))"姓名",department_id"部门号"fromemployeeswhereemployee_id=176;3.选择工资不在5000到12000的员工的姓名和工
阅读全文
摘要:(一)字体标签 <h1>(h6)...</h1>(h6)标题字 <i>...</i>斜体字 <b>...</b>粗体字 <u>...</u>底线 <s>...</s>删除线 <em>...</em>斜体字(强调) <var>...</var> <del>...</del>删除线(表示删除) <kbd>...</kbd>键盘文字 <dfn>...</dfn>斜
阅读全文
摘要:<!DOCTYPE HTML>0203<html>0405<head>06<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"/>07<title>Website Title</title>08</head>0910<body>1112<header>13<nav>14<ul>15<li>Home</li>16<li&g
阅读全文

浙公网安备 33010602011771号