Table of Contents
HTML
这是标题
心似桂花开
Home Web Front-end HTML Tutorial html基础标签_html/css_WEB-ITnose

html基础标签_html/css_WEB-ITnose

Jun 24, 2016 am 11:28 AM

今天开始写第一篇博文,记录我学习 html 以及 css 的所有的课程。第一天接触代码感觉整个人是蒙的觉得肯定学不会,但是我还是比较喜欢有挑战性的, 下面跟着我一起来学习html。

1.HTML是什么?

HTML是超文本标记语言.(Hyper Text Markup Language)

2.HTML是尖括号包围的关键词,如

3.HTML是成对出现的,如

4.这是开头标签这个则是结束标签,也称为开放标签和闭合标签。

下面是举例:

<!DOCTYPE html><html><head>    <style>        span{color:red}    </style>    <meta charset="UTF-8">    <title>认识html的标签</title></head><p>    <a href="" name="aaa"></a>        <h1 id="HTML">HTML</h1>        <p>    <strong>1.这个星期学习了HTML</strong>        </p><br>    <strong>2.这是注释</strong><br>            <!--这是学习感触--><br>    <strong>3.这是超链接</strong><br>            <a href="http://www.cnblogs.com/Lixuemei/">进入我的主页</a><br>    <strong>4.为文本添加水平线</strong><br>            <hr><br>    <strong>5.标题标签是从h1.到h6依次排列,可根据自己的需要来选择</strong><br>                    <h1 id="这是标题">这是标题</h1>                    <h2 id="这是标题">这是标题</h2>                    <h3 id="这是标题">这是标题</h3>                    <h4 id="这是标题">这是标题</h4>            <br>    <strong>6.P是段落标签</strong><br>            <hr>    <strong>7.div块级标签</strong><br>             <div>                 <strong>8.q是引用短文本,例如一些短的诗句。</strong><br>    <q>庄生晓梦迷蝴蝶。望帝春心托杜鹃</q>,这个诗句挺特别的。        <br>        <hr>                 <strong>9.blockquote是引用长文本的标签语言</strong><br>    <blockquote>        明月出天山,苍茫云海间。长风几万里,吹度玉门关。汉下白登道,胡窥青海湾。由来征战地,不见有人还。    </blockquote><br>         <h1 id="心似桂花开">心似桂花开</h1>                 <br>                 <strong>10.address是地址标签。</strong><br>  <address>成都市青羊区抚琴东南路10号</address><br>                 <br>    <a href="" name="aaa">回到顶部</a>                 <p><strong>11.无序列表ul和有序列表ol</strong></p>    <ul>        <li>编写HTML</li>        <li>编写XHTML</li>        <li>编写CLL</li>>    </ul><br>    <ol>        <li>前端开发</li>        <li>javascript</li>        <li>零基础学html</li>    </ol><br>                 <strong>12.pre是预编格式标签。</strong><br>    <pre class="brush:php;toolbar:false">         3       + 9     -------        12    
Copy after login

13.dil是定义列表标签,其中dt元素定义列表名称,dd元素定义列表具体的内容
老师
前端
学习

14.table是表格的标签,由th表格表头.tr表格的行数.td表示表格单元格数三元素构成。
产品名称 入库时间
耳机 联想 500
U盘 金士顿 120






15,.img是图片标签src是图片地址。
html基础标签_html/css_WEB-ITnose html基础标签_html/css_WEB-ITnose
16.ifrme是内联框架标签,同样src后面可以接地址

个人觉得学习这个没有捷径只有多练习,多敲代码,才可以学好这门课

 

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Is HTML easy to learn for beginners? Is HTML easy to learn for beginners? Apr 07, 2025 am 12:11 AM

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

The Roles of HTML, CSS, and JavaScript: Core Responsibilities The Roles of HTML, CSS, and JavaScript: Core Responsibilities Apr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

What is an example of a starting tag in HTML? What is an example of a starting tag in HTML? Apr 06, 2025 am 12:04 AM

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Apr 04, 2025 pm 11:54 PM

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

How to implement adaptive layout of Y-axis position in web annotation? How to implement adaptive layout of Y-axis position in web annotation? Apr 04, 2025 pm 11:30 PM

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

HTML, CSS, and JavaScript: Essential Tools for Web Developers HTML, CSS, and JavaScript: Essential Tools for Web Developers Apr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? Apr 05, 2025 am 06:15 AM

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

See all articles