当前位置:网站首页>Use of framework
Use of framework
2022-07-03 07:00:00 【Bugxiu_ fu】
<frameset>/<frame>/<noframes>/<iframe>
Set split panel :cols( vertical ) rows( The transverse )
Frame :frameborder 0( Variable frame ) 1( no border )
The thickness of the :border
Color :bordercolor
Frame blank distance : framespacing="5"
Scroll :scrolling Auto( As the case may be ) yes no
noresize
Setting does not allow users to change the size of this box , This parameter is not set , Users can be very casual Pull the frame intentionally , Change its size .
marginhight=5
Represents the space reserved by the edge of the height part of the frame .
marginwidth=5
Represents the space reserved by the edge of the width part of the frame .
------- Basic Tags
1. Let the picture move : Running lantern label
<marquee direction="right"></marquee>
2. Set font color and size :
<span style="color:orange;font-size:30px"> Mood </span>
3. Add pictures :
<img src="5.gif" width = "100px" height= "100px" title=" Come out " alt=" Loading failed ">
4. Block level label
<dl>
<dt> coffee </dt>
<dd> When you're in a bad mood, you can have two </dd>
<dd> Adjust your mood </dd>
</dl>
5. Unordered list :
<ul>
<li> ha-ha </li>
<li> ha-ha </li>
</ul>
6. Ordered list :
<ol>
<li> Chinese language and literature Ordered list </li>
</ol>
7. Single label
Line break :<br/>
Horizontal label :<hr> perhaps <hr/>
<hr size="2" color="red" width="30%(50px)"> size Color Width (px)
边栏推荐
- mongodb
- UTC time, GMT time, CST time
- IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
- php安装swoole扩展
- 2022 - 06 - 23 vgmp - OSPF - Inter - Domain Security Policy - nat Policy (Update)
- Understand software testing
- 【code】if (list != null && list.size() > 0)优化,集合判空实现方式
- Search engine Bing Bing advanced search skills
- MySQL syntax (basic)
- 2021 year end summary
猜你喜欢

Summary of UI module design and practical application of agent mode

多个全局异常处理类,怎么规定执行顺序

Selenium key knowledge explanation

POI excel percentage

My 2020 summary "don't love the past, indulge in moving forward"

Machine learning | simple but feature standardization methods that can improve the effect of the model (comparison and analysis of robustscaler, minmaxscaler, standardscaler)

golang操作redis:写入、读取hash类型数据

Daily question brushing record (11)

Personally design a highly concurrent seckill system

深度学习参数初始化(一)Xavier初始化 含代码
随机推荐
MySQL transaction rollback, error points record
Climb movie paradise 2021 hot
Architecture notes
Pytest -- write and manage test cases
IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
Reading notes of "learn to ask questions"
每日刷題記錄 (十一)
SQL implementation merges multiple rows of records into one row
[Code] if (list! = null & list. Size() > 0) optimization, set empty judgment implementation method
Getting started with pytest
Understand software testing
Practice of enterprise ab/testing platform
Winter vacation work of software engineering practice
Mise en place d'un environnement de développement de fonctions personnalisées
Search engine Bing Bing advanced search skills
CentOS switches and installs mysql5.7 and mysql8.0
Pits encountered in the use of El checkbox group
10000小时定律不会让你成为编程大师,但至少是个好的起点
Arctic code vault contributor
How to specify the execution order for multiple global exception handling classes