Move your form tag just outside the paragraph and set margins / padding to zero:
<form style="margin: 0; padding: 0;">
<p>
Read this sentence
<input style="display: inline;" type="submit" value="or push this button" />
</p>
</form>
Related Contents:
- How can I horizontally center an element?
- How to Right-align flex item?
- Flexbox: center horizontally and vertically
- Can I write a CSS selector selecting elements NOT having a certain class or attribute?
- Remove border from IFrame
- How to turn off word wrapping in HTML?
- How to vertically align text inside a flexbox?
- How to add some non-standard font to a website?
- Can I have an onclick effect in CSS?
- How to remove the underline for anchors(links)?
- Make absolute positioned div expand parent div height
- How to maintain aspect ratio using HTML IMG tag
- How to add images in select list?
- How to prevent text from overflowing in CSS?
- How to completely remove borders from HTML table
- Change the color of glyphicons to blue in some- but not at all places using Bootstrap 2
- How to force table cell content to wrap?
- Border length smaller than div width?
- How to darken a background using CSS?
- Disable Blue Highlight when Touch/Press object with Cursor:Pointer
- Is there a way to use use text as the background with CSS?
- Display block without 100% width
- Should image size be defined in the img tag height/width attributes or in CSS? [duplicate]
- Alternate background colors for list items
- Div with horizontal scrolling only
- How to align two elements on the same line without changing HTML
- How to Make A Chevron Arrow Using CSS?
- Align two divs horizontally side by side center to the page using bootstrap css
- Aligning a float:left div to center?
- How do I stretch a background image to cover the entire HTML element?
- How to change the font and font size of an HTML input tag? [duplicate]
- How do I specify row heights in CSS Grid layout?
- Bootstrap: add margin/padding space between columns
- How to make Scrollable Table with fixed headers using CSS [duplicate]
- How to make div appear in front of another?
- CSS getting text in one line rather than two
- CSS z-index not working (position absolute) [duplicate]
- Text not wrapping in paragraph element
- Position by center point, rather than top-left point
- Specifying base url for css
- with numbers another color
- How to automatically add » (») to elements using CSS?
- Make content horizontally scroll inside a div
- Set height 100% on absolute div
- Darken background image on hover
- CSS data attribute new line character & pseudo-element content value
- How to add fixed button to the bottom right of page
- Load a low-res background image first, then a high-res one
- vertical-align: middle doesn’t work
- how to use z-index with relative positioning?