android 注释常用标签

javadoc:    

{@link ActivityGroup}   链接到包、类;    

{@link #setContentView} 用#链接到类成员;    

@return View The current View with focus or null.    

@see android.view.Window#getCurrentFocus   

  @param intent The new intent that was started for the activity.    

@throws android.content.ActivityNotFoundException

 

html:    

<ul> 定义无序列表;    

<li> 定义列表中的子项;    

<p>  标记一个段落,段落间有空行;    

<ol> 定义有序列表;    

<a href="#Fragments">Fragments</a> 指定链接目标;    

<div>定义块状元素的数据容器;    

<h3> 设置标题,从1到6字体越来越小;  

<em> 强调标签,斜体显示;   

<b>  设置标签内字体为粗体;   

 <pre>预格式化文本容器,保留代码中的文本格式;    

<code>变成等宽字体,代表源代码;    

<i>  设置斜体

posted @ 2015-05-07 08:25  ychongjie  阅读(631)  评论(0编辑  收藏  举报