J
J
Johnny Smith2018-12-27 12:59:35
HTML
Johnny Smith, 2018-12-27 12:59:35

HTML Framework?

What to use instead of pure HTML5 for writing / reading markups, tired of looking at this bunch of opening and closing tags, kilometer lines

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vladimir Proskurin, 2018-12-27
@Vlad_IT

Pug, not a framework, but a framework in the classical sense, will not help you much.

R
Roman, 2018-12-27
@roman94

You can use Pug

PHP

doctype html
html
    head
        meta(charset = 'utf-8')
        meta(name='viewport', content="initial-scale=1.0, width=device-width")
        title
            block title
    body
        block main
1
2
3
4
5
6
7
8
9
doctype html
html
    head
        meta(charset = 'utf-8')
        meta(name='viewport', content="initial-scale=1.0, width=device-width")
        title
            block title
    body

C
coderxx, 2018-12-27
@coderxx

I used haml at one time, take a look, you might like it

V
Viktor Shcherbakov, 2018-12-27
@VAShcherbakov

Bootstrap is the best solution in my opinion.

N
Nurseit Sharip, 2018-12-27
@darmenuly

Download plugins for your editor, for example, emmet, TagAutoClose, etc.
Read in habre

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question