Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- node
- S3
- EC2
- 이미지 맵
- rwdImageMaps
- Unable to find the global bin directory
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- AWS
- credential error
- NODE_VERSION
- 어셈블리어
- 설치완료안됨
- expo
- 김골라
- ogr2ogr
- nodejs
- Error:error:0308010C:digital envelope routines::unsupported
- react
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- 반응형 페이지 좌표 변환
- C언어
- netlify variables
- can't getting credentials
- 이미지 좌표 추출
- SASS
- CSS
- AWS CodeBuild
- aws ec2
- AWS CodePipeline
- GeoJSON object too complex/large
Archives
- Today
- Total
ImFe's study
웹 게시판 제작 본문
1.html
<!DOCTYPE html>
<head>
<meta charset="utf-8">
</head>
<h1><a href="web.html">WEB</a></h1>
<body>
<ol>
<li><a href="1.html">HTML<br></li>
<li><a href="2.html">CSS<br></li>
<li><a href="3.html">Javascript<br></li>
</ol>
<ul>
<li>contact : <a href="http://ye0ye0.tistory.com" target="_blank">alpaca</a><br></li>
</ul>
<h2>HTML</h2>
<center>
<img src="../web/HTML.png">
</center>
<p><a href="https://www.w3.org/TR/html5/" target="_blank" title="html5 specification">Hypertext Markup Language (HTML)</a> <strong>creating <u>web</u> pages</strong> and web applications.Web browsers receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
<p style="margin-top:45px;">HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive forms, may be embedded into the rendered page. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. </p
</body>
2.html
<!DOCTYPE html>
<head>
<title>WEB1 - html</title>
<meta charset="utf-8">
</head>
<h1><a href="web.html">WEB</a></h1>
<body>
<ol>
<li><a href="1.html">HTML<br></li>
<li><a href="2.html">CSS<br></li>
<li><a href="3.html">Javascript<br></li>
</ol>
<ul>
<li>contact : <a href="http://ye0ye0.tistory.com" target="_blank">alpaca</a><br></li>
</ul>
<h2>CSS</h2>
<center>
<img src="../web/css.png"/>
</center>
<br>
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on other media. Along with HTML and JavaScript, CSS 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.
</body>
3.html
<!DOCTYPE html>
<head>
<title>WEB1 - html</title>
<meta charset="utf-8">
</head>
<h1><a href="web.html">WEB</a></h1>
<body>
<ol>
<li><a href="1.html">HTML<br></li>
<li><a href="2.html">CSS<br></li>
<li><a href="3.html">Javascript<br></li>
</ol>
<ul>
<li>contact : <a href="http://ye0ye0.tistory.com" target="_blank">alpaca</a><br></li>
</ul>
<h2>Javascript</h2>
<p>
<center>
<img src="../web/JS.png"/>
</center>
<br>
JavaScript (/ˈdʒɑːvəˌskrɪpt/[6]), often abbreviated as JS, is a high-level, dynamic, weakly typed, prototype-based, multi-paradigm, and interpreted programming language. Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production. It is used to make webpages interactive and provide online programs, including video games. The majority of websites employ it, and all modern web browsers support it without the need for plug-ins by means of a built-in JavaScript engine. Each of the many JavaScript engines represent a different implementation of JavaScript, all based on the ECMAScript specification, with some engines not supporting the spec fully, and with many engines supporting additional features beyond ECMA.
</p><p </p
</body>
web.html
<!DOCTYPE html>
<head>
<title>WEB1 - html</title>
<meta charset="utf-8">
</head>
<h1><a href="web.html">WEB</a></h1>
<body>
<ol>
<li><a href="1.html">HTML<br></li>
<li><a href="2.html">CSS<br></li>
<li><a href="3.html">Javascript<br></li>
</ol>
<ul>
<li>contact : <a href="http://ye0ye0.tistory.com" target="_blank">alpaca</a><br></li>
</ul>
<h2>WEB</h2>
<center>
<img src="../web/www.jpg"/>
</center>
<br>
The World Wide Web (abbreviated WWW or the Web) is an information space where documents and other web resources are identified by Uniform Resource Locators (URLs), interlinked by hypertext links, and can be accessed via the Internet.[1] English scientist Tim Berners-Lee invented the World Wide Web in 1989. He wrote the first web browser computer program in 1990 while employed at CERN in Switzerland.[2][3] The Web browser was released outside of CERN in 1991, first to other research institutions starting in January 1991 and to the general public on the Internet in August 1991.
</body>
학습했던 태그와 속성을 이용해 간단한 게시판을 만들어보았습니다.
contact : alpaca 부분에 하이퍼 링크를 걸어서 누르면 제 블로그로 연결되게 하였습니다.
동영상, 댓글, 채팅, 방문자 기능을 추가해서 git hosting할 예정입니다.
'WEB' 카테고리의 다른 글
HTML/CSS로 이력서 만들고 AWS로 호스팅하기 (0) | 2021.02.20 |
---|---|
제작한 홈페이지를 git hosting을 이용하여 서비스하기 (0) | 2021.01.25 |
title 태그, utf-8, body, head, a태그 속성(href, target, title) (0) | 2021.01.23 |
속성(attribute), img태그, src, width 속성, 부모-자식 태그, li태그, ul태그, ol태그 (0) | 2021.01.23 |
태그(<strong>, <u>, <h1>, <br>, <p> (0) | 2021.01.22 |
Comments