이것은 아마도 기본적인 html / css 질문 일 것입니다 ...
단락 텍스트 내부에 인라인으로 표시하려는 간단한 원 버튼 양식이 있습니다.
<p>Read this sentence
<form style='display:inline;'>
<input style='display:inline;'
type='submit'
value='or push this button'/>
</form>.
</p>
양식에 style = display : inline 속성이 있지만 양식 앞에 줄 바꿈이 있습니다. 그것을 제거하는 방법이 있습니까?
양식 요소가 내부에 나타날 수 있습니까 <p>?