分享web开发知识

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

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

Web

发布时间:2023-09-06 01:31责任编辑:顾先生关键词:Web

HTML大法:

<01> 

<!DOCTYPE html><html lang="en"><head> ???<meta charset="UTF-8"> ???<title>HoudiniVFX</title></head><body><h1>第一个标题</h1><h2>第二个标题</h2><h3>第三个标题</h3><p>段落test</p><p>段落是由p开始的</p></body></html>
View Code

<02>style基础和跳转

<!DOCTYPE html><html lang="en"><!-- this header define --><head> ???<meta charset="UTF-8"> ???<title>a02</title></head><!-- this is horizon line--><hr/><body bgcolor="#a0522d"><h1 align="center">Web Page by gearslogy</h1><p align="center"> Click paragraph will jump 163.com </p><a href="http://www.163.com"> ???<p align="center">this is hyper link</p></a><!-- this is horizon line--><hr/></body></html>
View Code

<03>文本换行

<!DOCTYPE html><html lang="en"><head> ???<meta charset="UTF-8"> ???<title>HTML change new line</title></head><body><!-- "this is new horizon line" --><hr/><!-- use <br/> ?to change new line--><p align="center">this is<br/> a paragraph </p></body></html>
View Code

<04>style基础,字体,对齐,颜色

<!DOCTYPE html><html lang="en"><head> ???<meta charset="UTF-8"> ???<title>StyleTest</title></head><body style="background-color: chocolate"><h1 style="background-color: aliceblue;text-align: center">主题1</h1><p style="background: white">段落1</p><p style="font-family:Consolas"> this use Consolas font format</p><p style="font-family:Meiryo UI;color: blanchedalmond;font-size:20px;text-align: center">this use MeiryoUI font format</p></body></html>
View Code

Web

原文地址:http://www.cnblogs.com/gearslogy/p/8085622.html

知识推荐

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