分享web开发知识

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

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

[udemy]WebDevelopment_HTML5

发布时间:2023-09-06 02:00责任编辑:顾先生关键词:HTMLWeb

Build Your First Website 

装一个subline text 

HTML default rule 

tags with opening and closing 

1 <!DOCTYPE html>2 <html>3 <head>4 ????<title>Jennifer‘s first website</title>5 </head>6 <body>7 ????????Hello world !!!!8 </body>9 </html>

DEVELOPER FUNDAMENTALS:III

doctype says, hey just a heads up a file is going to use HTML5

The senior developers get good salaries and good jobs are the ones fully understand all the meaning behind the things they do

HTML tags

10-15 tags are used in 99% time 

<h1></h1> : header 1

it acutally goes all the way up to 6 

<p></p>: paragraph

<b></b>: bold

<ol></ol>: ordered list 

  <li>banban</li>

  <li>apple</li>

<ul></ul>: unordered list 

Self Closing HTML tags

<br>: break line 

<hr>: horizonal line 

<img src = "" width="" height="">

src : attribute which had special properties to the specific tag and attribute always has a value attached to 

width:  attribute

height: attribute

Anchor tag 

<a href = "newpage.html">New Page </a>

href: attribute and it‘s the hypertext reference 

It can link to other pages 

Why named index.html

by default, most servers say :I will return index.html once I see it 

That‘s why we think index.html as our home page 

relative path vs absolute path 

relative path 在本地  <a href = "webdevelopment/newpage.html">New Page </a> 转到files://协议

absolute path  在网上 <a href = "www.googe.com">New Page </a>  转到https://协议

HTML Forms

[udemy]WebDevelopment_HTML5

原文地址:https://www.cnblogs.com/liuliu5151/p/9206894.html

知识推荐

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