반응형
<html>
<body>
HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology, used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications.[1] Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language.<br><br><br>
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.<br><br><br>
The language is written in the form of HTML elements consisting of tags enclosed in angle brackets. Browsers do not display the HTML tags and scripts, but use them to interpret the content of the page<br><br><br>
</body>
</html>
<!--<br> : <p>의 경우 단락 사이 간격이 정해져있지만, br태그는 마음껏 설정이 가능하다.-->
<p>태그의 경우 단락 사이 간격이 정해져 있지만, <br>태그는 여러번 사용함으로써 단락 조절이 가능하다.
<br>태그도 종종 쓰는 태그이니 알아두록하자.
반응형
'WEB > HTML' 카테고리의 다른 글
입력양식 - form (0) | 2024.02.05 |
---|---|
표 - table (0) | 2024.02.05 |
단락 - p (0) | 2024.02.05 |
웹사이트 만들기 (0) | 2024.02.05 |
다시 시작하는 HTML - Prologue (0) | 2024.02.05 |