
What is keeping you motivated?
Set goals. When you set a goal, you make a decision to act in a way that will help you achieve what you want. Goals give you a direction to focus on – one that’s measurable and has an endpoint. This can help you to stay motivated. Choose goals that interest you. You’re much more likely to stay motivated if you’re working towards something that you genuinely want to do or achieve, rather than what other people want for you.

What is keeping you motivated?
Set goals. When you set a goal, you make a decision to act in a way that will help you achieve what you want. Goals give you a direction to focus on – one that’s measurable and has an endpoint. This can help you to stay motivated. Choose goals that interest you. You’re much more likely to stay motivated if you’re working towards something that you genuinely want to do or achieve, rather than what other people want for you.


RabbitHole_Skill
so expansive

RabbitHole_Mirror

RabbitHole_Mirror
前端学习-基础知识1
##HTML第一天 ###我们接下来是进行的网页开发网页的相关概念:什么是网页?什么是HTML? IE火狐谷歌苹果欧朋浏览器是网页显示、运行的平台。常用的浏览器有 IE、火狐(Firefox)、谷歌(Chrome)、Safari和Opera等。平时称为五大浏览器。 目前国内一般浏览器都会采用 Webkit/Blink 内核,如 360、UC、QQ、搜狗等。 ##web标准:Web 标准是由 W3C 组织和其他标准化组织制定的一系列标准的集合。W3C(万维网联盟)是国际最著名的标准化组织。 ###为什么需要Web标准: 1.结构类似身体 2.表现类似外观装饰 3.行为类似行为动作 在链接文本的 href 属性中,设置属性值为 #名字 的形式,如<a href="#two"> 第2集 </a> 找到目标位置标签,里面添加一个 id 属性 = 刚才的名字 ,如:<h3 id="two">第2集介绍</h3> ###注释 如果需要在 HTML 文档中添加一些便于阅读和理解但又不需要显示在页面中的注释文字,就需要使用注释标签。 HTML中的注释以“<!--”开头,以“ -->”结束。 具体...
前端学习-基础知识1
##HTML第一天 ###我们接下来是进行的网页开发网页的相关概念:什么是网页?什么是HTML? IE火狐谷歌苹果欧朋浏览器是网页显示、运行的平台。常用的浏览器有 IE、火狐(Firefox)、谷歌(Chrome)、Safari和Opera等。平时称为五大浏览器。 目前国内一般浏览器都会采用 Webkit/Blink 内核,如 360、UC、QQ、搜狗等。 ##web标准:Web 标准是由 W3C 组织和其他标准化组织制定的一系列标准的集合。W3C(万维网联盟)是国际最著名的标准化组织。 ###为什么需要Web标准: 1.结构类似身体 2.表现类似外观装饰 3.行为类似行为动作 在链接文本的 href 属性中,设置属性值为 #名字 的形式,如<a href="#two"> 第2集 </a> 找到目标位置标签,里面添加一个 id 属性 = 刚才的名字 ,如:<h3 id="two">第2集介绍</h3> ###注释 如果需要在 HTML 文档中添加一些便于阅读和理解但又不需要显示在页面中的注释文字,就需要使用注释标签。 HTML中的注释以“<!--”开头,以“ -->”结束。 具体...
Hi,My first
just test