목적
paragraph의 줄임말로 단락을 표현할 때 사용합니다.
예제
한글이 깨지는 문제가 있으면 아래 예제처럼 예제에 <head><meta charset="utf-8"></head>를 추가해주세요.
1 2 3 4 5 6 7 8 9 10 11 | < html > < head >< meta charset = "utf-8" ></ head > < body > < p >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.</ p > < p >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.</ p > < p >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.</ p > </ body > </ html > |
등장시기
HTML1