Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to get 2 headings in same line in html

<div style="clear: both">
    <h2 style="float: left">Heading 1</h2>
    <h3 style="float: right">Heading 2</h3>
</div>
<hr />
Comment

PREVIOUS NEXT
Code Example
Html :: html open html in new tab as plain text 
Html :: meaning of frenzy 
Html :: remove html between 2 tags javas 
Html :: how to align a section center in html 
Html :: html problem finder 
Html :: how to make image a link html 
Css :: center position fixed 
Css :: make image not draggable css 
Css :: no bullets in ul 
Css :: reset submit input style 
Css :: css text cut dots 
Css :: css capitalize first letter 
Css :: css rotate 180 degrees 
Css :: css comic sans 
Css :: remove blue border on a input 
Css :: change the color of an hr 
Css :: position something to the center of screen responsivly 
Css :: @media max-width 
Css :: input autocomplete css color 
Css :: css make long text wrap 
Css :: transition all ease 0.3s 
Css :: Change png to white using CSS 
Css :: ion-img border radius 
Css :: how to make border blur css 
Css :: how to set css style using jquery 
Css :: css text truncate 2 lines 
Css :: website make text not highlightable 
Css :: css horizontal center 
Css :: scss not working with storybook 
Css :: align center 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =