0

HTML shortcut fotmatting

Adam Opalecký hace 6 años 0

ctrl + b sets selected text inside <b></b> tags

fot example:

I've got - 

bold text -> (click ctrl+b) -> <b>bold text</b>


And the same for:

ctrl + i (<i></i> - italic)

ctrl + u (<u></u> - underlined)

ctrl + shift + a (not common -> <a href=""></a> - hyperlink) 


I am using these a lot and it is obnoxious to have to write this manually all the time.


Potential:

ctrl + shit + p (<p></p> - paragraph)

ctrl + shift + d (<div></div> - just div)

ctrl + shift + (1-5) (<h1-h5></h1-/h5>)