首页 > 其他分享 >HTML 02 - Editors

HTML 02 - Editors

时间:2024-05-13 19:31:42浏览次数:14  
标签:02 code help Editors us will HTML

HTML - Editors

To learn HTML we will recommend you to use a text editor like Notepad, because a Notepad will help you to understand the requirement of each tag, it will not suggest anything on its own that will be helpful to understand the HTML syntax.

 

What are HTML Editors?

HTML Editors are tools to write and run (in some cases) an HTML code. There are several HTML Editors available to the user (paid and unpaid both).

There are mainly two types of HTML editors - Text Based and WYSIWYG (What You See Is What You Get). Here in this tutorial we will work with text based editor.

 

Visual Studio Code(简称“VS Code”):

https://code.visualstudio.com/

VS Code is also a source-code editor developed by Microsoft. It supports Windows, Linux and macOS. The features include debugging support, syntax highlighting, code refactoring, intelligent code completion, etc.

VS Code

Features:

  • Provide autocompletion that helps us to code in better pace.
  • Multiple plugins that helps us to customize the editor and use unique features.
  • Inbuilt Git command support that help us to commit, marge, etc.
  • Integrated debugging tool support that help us to to debug any code we are working on.

 

Reasons to use an HTML Editor

Editors offer several features that Notepad can’t. Features that a professional editors can offer are listed below

  • Syntax Highlighting: Highlighting the tags, attributes will help us to verify the code visually.
  • Code Validation: This is the most required feature that a notepad misses, it will indicate the incorrect syntax and missing tags, incorrect attribute or quote for any attribute value.
  • Autocompletion: Autocompletion saves a lot of time to write the basic things like a dummy HTML structure, or multiple element requirements, etc.
  • Debugging Tools: A few HTML editors provide debugging tools to debug the code but in HTML there is no such scenario where it may be required. Because we have code validation that will help us to maintain the code if we make any incorrect move.

 

标签:02,code,help,Editors,us,will,HTML
From: https://www.cnblogs.com/emanlee/p/18186497

相关文章

  • 又是一个月-20240513
    【今天又是什么日子】今天是2024年5月13日,五一假期补班后第一周的第一天;是母亲节,结婚一周年纪念日的第一天;是某个同事在职的最后一天;是又忙忙碌碌一个月一事无成后的普通的一天;【上次来是什么时候】上次是2024年4月8日,刚好也是某个节日后的一天,【为啥突然记得来了】过完......
  • 2024年许愿,希望明年不裁员
    哈喽,大家好,我是木头左,物联网搬砖工一名,致力于为大家淘出更多好用的AI工具!2024年许愿:希望明年不裁员引言随着2023年的结束,迎来了新的一年,也迎来了新的希望和期待。在这个特殊的时刻,许多人开始对未来进行各种设想和规划,其中包括对2024年的展望。其中,一个被广泛提出的愿望就是希......
  • 【Quant102】 经典技术指标 Pandas 实现(第一部分)
    双均线策略假设你是个高级程序员和量化研究员,编写函数实现双均线策略。函数接受数据帧df,较短均线的列名称short_col和较长均线的列名称long_col,inplace参数控制是否原地更新df。买卖信号应保存在signal列中。最后返回df。defdual_moving_average_strategy(df,short_col='sma......
  • 2024 年 5 月 13 日 周一 晴 热(376 字)
    正文感觉自己这两天摸鱼有些严重(笑。前两天有件事忘了写了。周六晚去吃饭和拍照的时候,看见有个女生坐在路边,红着眼睛跟谁打电话,语气里带一股哭腔。身上穿着校服,我想应该是高中生。身边没有人。我不知道什么事情能让人发火又哭泣,觉得有些奇怪,也不知道怎么宽慰这个陌生人......
  • 【2024-05-12】连岳摘抄
    23:59孩子大了便成了母亲的心事母亲的心事,是夏天的树叶,怎么落,也落不尽。                                                 ——汪国真你在北京有两套房两个娃,有了一......
  • 【2024-05-11】转型挑战
    20:00幸福感来自于自己的优势与美德,通过自己努力获得的幸福才会有真正的幸福感受。                                                 ——马丁·塞利格曼近一个月以来......
  • HTML Tutorial
     HTMLstandsforHyperTextMarkupLanguage,itisaStandardMarkuplanguageforwebpages.HTMLisusedtocreatecontentandstructureofanywebpage.IfyouthinkofthehumanbodyasawebpagethenHTMListheskeletonofthebody.Itisthebuildi......
  • P6765 [APIO2020] 交换城市
    P6765[APIO2020]交换城市来点简单做法,好想好写,不用Kruskal重构树!尽管是\(O(q\logm\logn)\),但是实测很快!考虑只有一次询问,我们可以边做Kruskal,边实时判断加入一条边以后是否可以建立关系。首先,一个连通块之内的任意两个点一定都可以或都不可以建立关系。我们称一个内......
  • 云原生周刊:Kubernetes Grafana 看板更新 | 2024.5.13
    开源项目推荐ChartTestingChartTesting是用于测试Helm图表的工具。它旨在用于对拉取请求进行lint和测试。它会自动检测针对目标分支更改的图表。ClusterpediaClusterpedia是一个多集群的百科全书,用于同步、搜索和简单控制多集群资源。Clusterpedia可以与多个集群同......
  • Ubuntu环境下,安装中望CAD Linux 2024
    安装Ubuntu20.04(略)下载中望CADLinux2024https://www.zwsoft.cn/product/zwcad/linux安装中望CADLinux2024在安装包路径下打开终端,执行命令:sudodpkg-izwcad2024_24.1.3.4_amd64.deb在应用中心找到中望CAD,双击打开......