HTML | Markup language | |
Hyper Text Markup Language | ||
HTML file | Text file with markup tags | |
.htm/.html extension | ||
Create an html file | Open an editor Type: Save it as .html Open it using a browser |
HTML tags | mark-up HTML elements | |
HTML elements | defined using HTML tags | |
HTML documents | text files made up of HTML elements | |
Basic HTML tags | Paragraphs | (browsers automatically add an empty line before and after a paragraph) |
Headings | ||
Line breaks | (to enter line breaks, not to seperate paragraphs) | |
Horizontal rule | ||
Comments | ||
HTML document | ||
document's body | ||
the document's area for header/control infomation | ||
document's title |
HTML Attributes | provide additional information to an HTML element |
case insensitive | |
HTML Text Formatting | bold |
strong | |
emphasized | |
italic | |
small | |
subscripted | |
superscripted | |
inserted | |
non-breaking space |   |
less than | < |
greater than | > |
ampersand | & |
quotation mark | " |
pound | £ |
yen | ¥ |
euro | &euro |
section | § |
copyright | © |
registered trademark | ® |
multiplication | × |
division | ÷ |
link to another document on the Web | |
an image as a link | |
Target: where to open the linked document | _blank: open in a new window or tab _self: open in the same frame as it was clicked _parent: open in the parent frame _top: open in the full body of the window framename: open in a named frame |
name and section |
HTML Tables | a table |
三、Handling User Input1. HTML Forms and Input
2. Text Fields/Password Fields/Radio Buttons/Check Boxes/Simple dropdown box/Fieldset/Textarea/Button
3. Form Tags
思维导图Exercise
Lab2——htmlQuestions
如何用C语言实现 IoT Core 六、01【Java 多线程】之重温操作系统 解密PyTorch Lightning,实操简化深度学习 HTML5 <video> 标签属性、API 方法、事件、自定义样式详解与实用示例 Vue.js快速入门:构建现代Web应用 .NET LoongArch64 正式合并进入.NET 如何使用 WPF 应用程序连接 FastReport报表 安装CDH配置本地CM、CDH源时,配置Apache Web服务器一直显示403看不到目录 Linux下查看压缩文件内容的10种方法(小结) |