在 HTML 中创建流程图

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10705983/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-29 00:35:31  来源:igfitidea点击:

Creating a flowchart in HTML

htmlcssflowchart

提问by user1410668

I am a complete noob in CSS/HTML and have been trying to create a flowchart for a few hours now with little success.I'm trying to create something similar to this: http://jsfiddle.net/pointbypointuk/ETg7q/2/

我是 CSS/HTML 的完全菜鸟,并且一直在尝试创建流程图几个小时,但收效甚微。我正在尝试创建与此类似的内容:http: //jsfiddle.net/pointbypointuk/ETg7q/2 /

However I only want 2 of the subheadings, not 4.

但是我只想要 2 个副标题,而不是 4 个。

How would I go about creating this? I cant seem to get anything to line up as it should.

我将如何去创造这个?我似乎无法按照应有的方式排列任何东西。

Even better, is there a free software/library that allows you to create a flowchart by drawing it and then just convert it into code?

更好的是,是否有免费软件/库可以让您通过绘制流程图来创建流程图,然后将其转换为代码?

回答by Ana