Study/HTML

[생활코딩] HTML & Internet : 1~12강

YouYoung. 2022. 5. 6. 17:28

https://opentutorials.org/course/3084

 

WEB1 - HTML & Internet - 생활코딩

--- 우리는 지금부터 코딩 웹 인터넷 컴퓨터라는 거대한 주제에 대한 탐험을 시작할 거예요. 이 여행을 시작하기에 앞서서 한가지 준비가 필요한데요. 바로 우리들의 상상력입니다. 지금부터 여

opentutorials.org

스터디원들과 생활코딩에서 공부하고 있다.

 

<1일차> 태그에 대해서 배움.

<h1>HTML 공부</h1>
<br>
<br>  <!--줄바꿈 태그-->
<p></p> <!--단락 띄우기 태그-->
생활코딩 html
<br>

<h4>
  Hypertext Markup Lnaguage (HTML) is the standard markup language for<strong>creating <u>web</u> pages</strong> and web applications.
</h4>
 <!-- <>로 쌓여있는 것을 태그라고 함-->
 <!--이건 주석 다는 방법임-->
 Web browsers receive HTML documents from a web server or from local storage and render them into multimedia web pages.<p>HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.</p><p
 style="margin-top:45px;"> HTML elements are the building blocks of HTML pages.</p> 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.
 

강의 들으며 만든 웹페이지

<img src="coding.jpg" width="500">

이미지 넣는 코드임


 

깃헙 업로드를 하다 굉장히 좋은 사이트를 발견했다.

나도 저분처럼 제대로 기술 블로그를 써볼까 싶기도 하고..

 

'Study > HTML' 카테고리의 다른 글

[생활코딩] HTML & Internet : 16~18강  (0) 2022.05.16