System Review 1------Basic Skills

Take time to systematically summarize and review the foundation of front-end development, and share and record here

 

 Basic skills - HTML, CSS, JS, SVG

 

HTML: Abbreviation for HyperText Markup Language, that is, Hypertext Markup Language

CSS: Abbreviation for Cascading Style Sheets, i.e. Cascading Style Sheets

 

 

1. Create a website page contains two programming languages:

        HTML - responsible for generating page structure and content

        CSS - responsible for defining the look of the page, e.g. color, size, position, etc.

2. Common terms of HTML

        element <a>

        标签<a>...</a>

        属性<a href="http://www.gbtags.com">...</a>

        标签内容<a href="http://www.gbtags.com">gbtags.com</a>

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326258133&siteId=291194637