分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 技术分享

html

发布时间:2023-09-06 01:31责任编辑:彭小芳关键词:暂无标签

Review

Congratulations on completing the first lesson of HTML & CSS! You are well on your way to becoming a skilled web developer.

Let‘s review what you‘ve learned so far:

  1. HTML stands for HyperText Markup Language and is used to create the structure and content of a webpage.
  2. Most HTML elements contain opening and closing tags with raw text or other HTML tags between them.
  3. Single-closing tags cannot enclose raw text or other elements.
  4. Comments are written in HTML using the following syntax: <!-- comment -->.
  5. HTML elements can be nested inside other elements. The enclosed element is the child of the enclosing parent element.
  6. Whitespace between HTML elements helps make code easier to read while not changing how elements appear in the browser.
  7. Indentation also helps make code easier to read. It makes parent-child relationships visible.
  8. The <!DOCTYPE html> declaration should always be the first line of code in your HTML files.
  9. The <html> element will contain all of your HTML code.
  10. Information about the web page, like the title, belongs within the <head> of the page.
  11. You can add a title to your web page by using the <title> element, inside of the head.
  12. A webpage‘s title appears in a browser‘s tab.
  13. Code for visible HTML content is placed inside of the <body> element.

What you learned in this lesson constitutes the required setup for all HTML files. The rest of the course will teach you more about how to add content using HTML.

html

原文地址:http://www.cnblogs.com/Figure_at_a_Window/p/8047683.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved